Update to glitch found here #782
Annotations
11 warnings and 1 notice
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Sources/BSWInterfaceKit/Cells/PhotoCollectionViewCell.swift#L17
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
|
Sources/BSWInterfaceKit/Cells/PhotoCollectionViewCell.swift#L17
stored property 'state' of 'Sendable'-conforming struct 'Configuration' has non-sendable type 'UICellConfigurationState?'
|
Sources/BSWInterfaceKit/Cells/PhotoCollectionViewCell.swift#L17
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
|
Sources/BSWInterfaceKit/Cells/PhotoCollectionViewCell.swift#L17
stored property 'state' of 'Sendable'-conforming struct 'Configuration' has non-sendable type 'UICellConfigurationState?'
|
Tests/BSWInterfaceKitTests/BSWSnapshotTest.swift#L9
main actor-isolated class 'BSWSnapshotTest' has different actor isolation from nonisolated superclass 'XCTestCase'; this is an error in Swift 6
|
Tests/BSWInterfaceKitTests/BSWSnapshotTest.swift#L9
main actor-isolated class 'BSWSnapshotTest' has different actor isolation from nonisolated superclass 'XCTestCase'; this is an error in Swift 6
|
Tests/BSWInterfaceKitTests/Suite/CollectionViewDiffableDataSourceTests.swift#L350
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
|
Tests/BSWInterfaceKitTests/Suite/CollectionViewDiffableDataSourceTests.swift#L351
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
|
Tests/BSWInterfaceKitTests/Suite/CollectionViewDiffableDataSourceTests.swift#L350
stored property 'cellTitle' of 'Sendable'-conforming struct 'VM' has non-sendable type 'NSAttributedString'
|
Tests/BSWInterfaceKitTests/Suite/CollectionViewDiffableDataSourceTests.swift#L351
stored property 'cellDetails' of 'Sendable'-conforming struct 'VM' has non-sendable type 'NSAttributedString'
|
|
The logs for this run have expired and are no longer available.
Loading