Skip to content

Conversation

@bonkey
Copy link

@bonkey bonkey commented Apr 26, 2025

In my package for 5.10, with Xcode 16.2 I was getting that, so why not sendablize it?

.../SourcePackages/checkouts/swift-macro-testing/Sources/MacroTesting/MacrosTestTrait.swift:11:9: error: stored property 'configuration' of 'Sendable'-conforming struct '_MacrosTestTrait' has non-sendable type 'MacroTestingConfiguration'
    let configuration: MacroTestingConfiguration
        ^
.../SourcePackages/checkouts/swift-macro-testing/Sources/MacroTesting/AssertMacro.swift:770:8: note: consider making struct 'MacroTestingConfiguration' conform to the 'Sendable' protocol
struct MacroTestingConfiguration {
       ^
                                 : Sendable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant