Skip to content

Fix warnings

Fix warnings #777

Triggered via push August 28, 2024 11:47
Status Success
Total duration 2m 47s
Artifacts

swift.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
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: 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/Suite/Profiles/ClassicProfileViewModel.swift#L12
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
build: Tests/BSWInterfaceKitTests/Suite/Profiles/ClassicProfileViewModel.swift#L13
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
build: Tests/BSWInterfaceKitTests/Suite/Profiles/ClassicProfileViewModel.swift#L14
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
build: Tests/BSWInterfaceKitTests/Suite/Profiles/ClassicProfileViewModel.swift#L12
stored property 'titleInfo' of 'Sendable'-conforming struct 'ClassicProfileViewModel' has non-sendable type 'NSAttributedString'
build: Tests/BSWInterfaceKitTests/Suite/Profiles/ClassicProfileViewModel.swift#L13
stored property 'detailsInfo' of 'Sendable'-conforming struct 'ClassicProfileViewModel' has non-sendable type 'NSAttributedString'
build: Tests/BSWInterfaceKitTests/Suite/Profiles/ClassicProfileViewModel.swift#L14
stored property 'extraInfo' of 'Sendable'-conforming struct 'ClassicProfileViewModel' has non-sendable type '[NSAttributedString]'
build
Tests Passed: 0 failed, 0 skipped, 0 total (0.003 seconds)