Make it compile under Swift 6 #789
Annotations
11 warnings and 1 notice
build
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/
|
build:
Sources/BSWInterfaceKit/Cells/PhotoCollectionViewCell.swift#L17
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
|
build:
Sources/BSWInterfaceKit/Cells/PhotoCollectionViewCell.swift#L17
stored property 'state' of 'Sendable'-conforming struct 'Configuration' has non-sendable type 'UICellConfigurationState?'
|
build:
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
|
build:
Tests/BSWInterfaceKitTests/Suite/CollectionViewDiffableDataSourceTests.swift#L350
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
|
build:
Tests/BSWInterfaceKitTests/Suite/CollectionViewDiffableDataSourceTests.swift#L351
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
|
build:
Tests/BSWInterfaceKitTests/Suite/CollectionViewDiffableDataSourceTests.swift#L350
stored property 'cellTitle' of 'Sendable'-conforming struct 'VM' has non-sendable type 'NSAttributedString'
|
build:
Tests/BSWInterfaceKitTests/Suite/CollectionViewDiffableDataSourceTests.swift#L351
stored property 'cellDetails' of 'Sendable'-conforming struct 'VM' has non-sendable type 'NSAttributedString'
|
build:
Tests/BSWInterfaceKitTests/Suite/HorizontalPagedCollectionViewLayoutTests.swift#L110
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
|
build:
Tests/BSWInterfaceKitTests/Suite/HorizontalPagedCollectionViewLayoutTests.swift#L110
stored property 'state' of 'Sendable'-conforming struct 'Configuration' has non-sendable type 'UICellConfigurationState?'
|
build:
Tests/BSWInterfaceKitTests/Suite/Profiles/ClassicProfileViewModel.swift#L12
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
|
build
Tests Passed: 0 failed, 0 skipped, 44 total (2.627 seconds)
|