Build Information
Failed to build SwiftInspector, reference main (450c62
), with Swift 6.1 for Wasm on 28 May 2025 09:48:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fdiaz/SwiftInspector.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/fdiaz/SwiftInspector
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 450c62a Update README.md (#137)
Cloned https://github.com/fdiaz/SwiftInspector.git
Revision (git rev-parse @):
450c62a742b318f9b45643de37e8ef29a6c840f1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fdiaz/SwiftInspector.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/fdiaz/SwiftInspector.git
https://github.com/fdiaz/SwiftInspector.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-syntax",
"requirement" : {
"exact" : [
"0.50600.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.1",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
}
],
"manifest_display_name" : "SwiftInspector",
"name" : "SwiftInspector",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "swiftinspector",
"targets" : [
"SwiftInspector"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftInspectorAnalyzers",
"targets" : [
"SwiftInspectorAnalyzers"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftInspectorVisitors",
"targets" : [
"SwiftInspectorVisitors"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftInspectorTestHelpers",
"targets" : [
"SwiftInspectorTestHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "lib_InternalSwiftSyntaxParser",
"module_type" : "BinaryTarget",
"name" : "lib_InternalSwiftSyntaxParser",
"path" : "remote/archive/lib_InternalSwiftSyntaxParser.xcframework.zip",
"product_memberships" : [
"swiftinspector"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SwiftInspectorVisitorsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorVisitorsTests",
"path" : "Sources/SwiftInspectorVisitors/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"AssociatedtypeVisitorSpec.swift",
"ExtensionVisitorSpec.swift",
"FileVisitorSpec.swift",
"FunctionDeclarationVisitorSpec.swift",
"GenericRequirementVisitorSpec.swift",
"ImportVisitorSpec.swift",
"NestableTypeVisitorSpec.swift",
"PropertyInfoSpec.swift",
"PropertyVisitorSpec.swift",
"ProtocolVisitorSpec.swift",
"TypeDescriptionSpec.swift",
"TypeInheritanceVisitorSpec.swift",
"TypealiasVisitorSpec.swift"
],
"target_dependencies" : [
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorVisitors",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorVisitors",
"path" : "Sources/SwiftInspectorVisitors",
"product_dependencies" : [
"SwiftSyntax"
],
"product_memberships" : [
"swiftinspector",
"SwiftInspectorAnalyzers",
"SwiftInspectorVisitors"
],
"sources" : [
"AssertionFailure.swift",
"AssociatedtypeVisitor.swift",
"DeclarationModifierVisitor.swift",
"ExtensionVisitor.swift",
"FileVisitor.swift",
"FunctionDeclarationVisitor.swift",
"GenericParameterVisitor.swift",
"GenericRequirementVisitor.swift",
"ImportVisitor.swift",
"Modifiers.swift",
"NestableDeclSyntax.swift",
"NestableTypeInfo.swift",
"NestableTypeVisitor.swift",
"ParsingTracker.swift",
"PropertyInfo.swift",
"PropertyVisitor.swift",
"ProtocolVisitor.swift",
"TypeDescription.swift",
"TypeInheritanceVisitor.swift",
"TypealiasVisitor.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorTestHelpersTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorTestHelpersTests",
"path" : "Sources/SwiftInspectorTestHelpers/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"TemporarySpec.swift"
],
"target_dependencies" : [
"SwiftInspectorTestHelpers"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorTestHelpers",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorTestHelpers",
"path" : "Sources/SwiftInspectorTestHelpers",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxParser"
],
"product_memberships" : [
"SwiftInspectorTestHelpers"
],
"sources" : [
"SyntaxVisitor+WalkContent.swift",
"Temporary.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorCommandsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorCommandsTests",
"path" : "Sources/SwiftInspectorCommands/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"ImportCommandSpec.swift",
"InitializerCommandSpec.swift",
"StaticUsageCommandSpec.swift",
"TestTask.swift",
"TypeConformanceCommandSpec.swift",
"TypeLocationCommandSpec.swift",
"TypealiasCommandSpec.swift",
"TypesCommandSpec.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftInspectorCommands",
"SwiftInspectorTestHelpers"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorCommands",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorCommands",
"path" : "Sources/SwiftInspectorCommands",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swiftinspector"
],
"sources" : [
"ImportsCommand.swift",
"InitializerCommand.swift",
"InspectorCommand.swift",
"InspectorError.swift",
"StaticUsageCommand.swift",
"TypeConformanceCommand.swift",
"TypeLocationCommand.swift",
"TypealiasCommand.swift",
"TypesCommand.swift"
],
"target_dependencies" : [
"SwiftInspectorAnalyzers"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorAnalyzersTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorAnalyzersTests",
"path" : "Sources/SwiftInspectorAnalyzers/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"FileManagerSpec.swift",
"InitializerAnalyzerSpec.swift",
"StandardAnalyzerSpec.swift",
"StaticUsageAnalyzerSpec.swift",
"TypeConformanceAnalyzerSpec.swift",
"TypeLocationAnalyzerSpec.swift",
"TypealiasAnalyzerSpec.swift",
"TypesAnalyzerSpec.swift"
],
"target_dependencies" : [
"SwiftInspectorAnalyzers",
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorAnalyzers",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorAnalyzers",
"path" : "Sources/SwiftInspectorAnalyzers",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxParser"
],
"product_memberships" : [
"swiftinspector",
"SwiftInspectorAnalyzers"
],
"sources" : [
"Analyzer.swift",
"CachedSyntaxTree.swift",
"FileManager+SwiftFiles.swift",
"ImportsAnalyzer.swift",
"InitializerAnalyzer.swift",
"StandardAnalyzer.swift",
"StaticUsageAnalyzer.swift",
"TypeConformanceAnalyzer.swift",
"TypeLocationAnalyzer.swift",
"TypealiasAnalyzer.swift",
"TypesAnalyzer.swift"
],
"target_dependencies" : [
"SwiftInspectorVisitors"
],
"type" : "library"
},
{
"c99name" : "SwiftInspector",
"module_type" : "SwiftTarget",
"name" : "SwiftInspector",
"path" : "Sources/SwiftInspector",
"product_memberships" : [
"swiftinspector"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftInspectorCommands",
"lib_InternalSwiftSyntaxParser"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-syntax.git
[1/14755] Fetching quick
[11363/34339] Fetching quick, nimble
[15148/49690] Fetching quick, nimble, swift-argument-parser
[29711/120138] Fetching quick, nimble, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (6.09s)
Fetched https://github.com/Quick/Quick.git from cache (6.09s)
Fetched https://github.com/Quick/Nimble.git from cache (6.11s)
Fetched https://github.com/apple/swift-syntax.git from cache (6.15s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (6.90s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50600.1 (0.93s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.52s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.26s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.96s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.25s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.73s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.65s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50600.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Downloading binary artifact https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip
[1369/26182122] Downloading https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip
Downloaded https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip (2.40s)
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/26] Write sources
[10/26] Compiling atomic-counter.c
[11/26] Write swift-version-24593BA9C3E375BF.txt
[13/61] Emitting module ArgumentParserToolInfo
[14/61] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/62] Wrapping AST for ArgumentParserToolInfo for debugging
[17/100] Compiling ArgumentParser ArgumentVisibility.swift
[18/100] Compiling ArgumentParser CompletionKind.swift
[19/100] Compiling ArgumentParser Errors.swift
[20/100] Compiling ArgumentParser Flag.swift
[21/100] Compiling ArgumentParser NameSpecification.swift
[22/100] Compiling ArgumentParser Option.swift
[23/105] Emitting module ArgumentParser
[24/105] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/105] Compiling ArgumentParser CompletionsGenerator.swift
[26/105] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/105] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/105] Compiling ArgumentParser Argument.swift
[29/105] Compiling ArgumentParser ArgumentHelp.swift
[30/105] Emitting module SwiftSyntax
[31/109] Compiling ArgumentParser OptionGroup.swift
[32/109] Compiling ArgumentParser AsyncParsableCommand.swift
[33/109] Compiling ArgumentParser CommandConfiguration.swift
[34/109] Compiling ArgumentParser CommandGroup.swift
[35/109] Compiling ArgumentParser EnumerableFlag.swift
[36/109] Compiling ArgumentParser ExpressibleByArgument.swift
[37/109] Compiling ArgumentParser ParsableArguments.swift
[38/109] Compiling ArgumentParser ParsableArgumentsValidation.swift
[39/109] Compiling ArgumentParser ParsableCommand.swift
[40/109] Compiling ArgumentParser ArgumentDecoder.swift
[41/109] Compiling ArgumentParser CollectionExtensions.swift
[42/109] Compiling ArgumentParser Platform.swift
[43/109] Compiling ArgumentParser SequenceExtensions.swift
[44/109] Compiling ArgumentParser StringExtensions.swift
[45/109] Compiling ArgumentParser Tree.swift
[46/109] Compiling ArgumentParser DumpHelpGenerator.swift
[47/109] Compiling ArgumentParser HelpCommand.swift
[48/109] Compiling ArgumentParser HelpGenerator.swift
[49/109] Compiling ArgumentParser MessageInfo.swift
[50/109] Compiling ArgumentParser UsageGenerator.swift
[51/109] Compiling ArgumentParser ArgumentDefinition.swift
[52/109] Compiling ArgumentParser ArgumentSet.swift
[53/109] Compiling ArgumentParser CommandParser.swift
[54/109] Compiling ArgumentParser InputKey.swift
[55/109] Compiling ArgumentParser InputOrigin.swift
[56/109] Compiling SwiftSyntax SyntaxNodes.swift
[57/109] Compiling SwiftSyntax SyntaxPatternNodes.swift
[58/109] Compiling SwiftSyntax SyntaxStmtNodes.swift
[59/109] Compiling SwiftSyntax SyntaxTypeNodes.swift
[60/109] Compiling ArgumentParser SplitArguments.swift
[61/110] Wrapping AST for ArgumentParser for debugging
[99/111] Wrapping AST for SwiftSyntax for debugging
[100/111] Write Objects.LinkFileList
[101/126] Archiving libSwiftSyntax.a
error: emit-module command failed with exit code 1 (use -v to see invocation)
[103/135] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[104/135] Compiling SwiftSyntaxParser NodeDeclarationHash.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
error: emit-module command failed with exit code 1 (use -v to see invocation)
[105/135] Emitting module SwiftInspectorVisitors
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/AssertionFailure.swift:40:21: warning: static property 'notification' is not concurrency-safe because non-'Sendable' type 'Notification' may have shared mutable state; this is an error in the Swift 6 language mode
38 | public enum AssertionFailure {
39 | /// The notification that is posted when `assertionFailureOrPostNotification` is called and `postNotification` is `true`.
40 | public static let notification = Notification(name: Notification.Name(rawValue: "SwiftInspector.AssertionFailure"))
| |- warning: static property 'notification' is not concurrency-safe because non-'Sendable' type 'Notification' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'notification' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 | /// Set to `true` to post notifications in `assertionFailureOrPostNotification` rather than calling through to `Swift.assertionFailure`.
42 | public static var postNotification = false
Foundation.Notification:1:15: note: struct 'Notification' does not conform to the 'Sendable' protocol
1 | public struct Notification : ReferenceConvertible, Equatable, Hashable {
| `- note: struct 'Notification' does not conform to the 'Sendable' protocol
2 | public typealias ReferenceType = NSNotification
3 | public var name: Notification.Name
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/AssertionFailure.swift:42:21: warning: static property 'postNotification' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 | public static let notification = Notification(name: Notification.Name(rawValue: "SwiftInspector.AssertionFailure"))
41 | /// Set to `true` to post notifications in `assertionFailureOrPostNotification` rather than calling through to `Swift.assertionFailure`.
42 | public static var postNotification = false
| |- warning: static property 'postNotification' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'postNotification' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'postNotification' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/AssertionFailure.swift:31:5: error: cannot find 'NotificationCenter' in scope
29 | @inlinable public func assertionFailureOrPostNotification(_ message: @autoclosure () -> String = String(), file: StaticString = #file, line: UInt = #line) {
30 | if AssertionFailure.postNotification {
31 | NotificationCenter.default.post(AssertionFailure.notification)
| `- error: cannot find 'NotificationCenter' in scope
32 | } else {
33 | assertionFailure(message(), file: file, line: line)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:29:21: warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
28 | // general accessors
29 | public static let `open` = Self(rawValue: 1 << 0)
| |- warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'open' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let `internal` = Self(rawValue: 1 << 1)
31 | public static let `public` = Self(rawValue: 1 << 2)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:30:21: warning: static property 'internal' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
28 | // general accessors
29 | public static let `open` = Self(rawValue: 1 << 0)
30 | public static let `internal` = Self(rawValue: 1 << 1)
| |- warning: static property 'internal' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'internal' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let `public` = Self(rawValue: 1 << 2)
32 | public static let `private` = Self(rawValue: 1 << 3)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:31:21: warning: static property 'public' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
29 | public static let `open` = Self(rawValue: 1 << 0)
30 | public static let `internal` = Self(rawValue: 1 << 1)
31 | public static let `public` = Self(rawValue: 1 << 2)
| |- warning: static property 'public' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'public' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | public static let `private` = Self(rawValue: 1 << 3)
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:32:21: warning: static property 'private' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
30 | public static let `internal` = Self(rawValue: 1 << 1)
31 | public static let `public` = Self(rawValue: 1 << 2)
32 | public static let `private` = Self(rawValue: 1 << 3)
| |- warning: static property 'private' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'private' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
34 | // set accessors
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:33:21: warning: static property 'fileprivate' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
31 | public static let `public` = Self(rawValue: 1 << 2)
32 | public static let `private` = Self(rawValue: 1 << 3)
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
| |- warning: static property 'fileprivate' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'fileprivate' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | // set accessors
35 | public static let privateSet = Self(rawValue: 1 << 5)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:35:21: warning: static property 'privateSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
34 | // set accessors
35 | public static let privateSet = Self(rawValue: 1 << 5)
| |- warning: static property 'privateSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'privateSet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | public static let internalSet = Self(rawValue: 1 << 6)
37 | public static let publicSet = Self(rawValue: 1 << 7)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:36:21: warning: static property 'internalSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
34 | // set accessors
35 | public static let privateSet = Self(rawValue: 1 << 5)
36 | public static let internalSet = Self(rawValue: 1 << 6)
| |- warning: static property 'internalSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'internalSet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | public static let publicSet = Self(rawValue: 1 << 7)
38 | // access control
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:37:21: warning: static property 'publicSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
35 | public static let privateSet = Self(rawValue: 1 << 5)
36 | public static let internalSet = Self(rawValue: 1 << 6)
37 | public static let publicSet = Self(rawValue: 1 << 7)
| |- warning: static property 'publicSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'publicSet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | // access control
39 | public static let `instance` = Self(rawValue: 1 << 8)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:39:21: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
37 | public static let publicSet = Self(rawValue: 1 << 7)
38 | // access control
39 | public static let `instance` = Self(rawValue: 1 << 8)
| |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 | public static let `static` = Self(rawValue: 1 << 9)
41 | // function modifiers
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:40:21: warning: static property 'static' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
38 | // access control
39 | public static let `instance` = Self(rawValue: 1 << 8)
40 | public static let `static` = Self(rawValue: 1 << 9)
| |- warning: static property 'static' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'static' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 | // function modifiers
42 | public static let designated = Self(rawValue: 1 << 10)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:42:21: warning: static property 'designated' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
40 | public static let `static` = Self(rawValue: 1 << 9)
41 | // function modifiers
42 | public static let designated = Self(rawValue: 1 << 10)
| |- warning: static property 'designated' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'designated' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | public static let convenience = Self(rawValue: 1 << 11)
44 | public static let override = Self(rawValue: 1 << 12)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:43:21: warning: static property 'convenience' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
41 | // function modifiers
42 | public static let designated = Self(rawValue: 1 << 10)
43 | public static let convenience = Self(rawValue: 1 << 11)
| |- warning: static property 'convenience' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'convenience' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | public static let override = Self(rawValue: 1 << 12)
45 | public static let required = Self(rawValue: 1 << 13)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:44:21: warning: static property 'override' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
42 | public static let designated = Self(rawValue: 1 << 10)
43 | public static let convenience = Self(rawValue: 1 << 11)
44 | public static let override = Self(rawValue: 1 << 12)
| |- warning: static property 'override' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'override' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | public static let required = Self(rawValue: 1 << 13)
46 |
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:45:21: warning: static property 'required' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
43 | public static let convenience = Self(rawValue: 1 << 11)
44 | public static let override = Self(rawValue: 1 << 12)
45 | public static let required = Self(rawValue: 1 << 13)
| |- warning: static property 'required' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'required' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |
47 | public init(rawValue: Int) {
[106/137] Compiling SwiftSyntaxParser Diagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[107/137] Compiling SwiftSyntaxParser CNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[108/137] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[109/137] Compiling SwiftInspectorVisitors GenericParameterVisitor.swift
[110/137] Compiling SwiftInspectorVisitors GenericRequirementVisitor.swift
[111/137] Compiling SwiftInspectorVisitors ImportVisitor.swift
[112/137] Compiling SwiftInspectorVisitors TypeInheritanceVisitor.swift
[113/137] Compiling SwiftInspectorVisitors TypealiasVisitor.swift
[114/137] Compiling SwiftInspectorVisitors Modifiers.swift
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:29:21: warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
28 | // general accessors
29 | public static let `open` = Self(rawValue: 1 << 0)
| |- warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'open' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let `internal` = Self(rawValue: 1 << 1)
31 | public static let `public` = Self(rawValue: 1 << 2)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:30:21: warning: static property 'internal' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
28 | // general accessors
29 | public static let `open` = Self(rawValue: 1 << 0)
30 | public static let `internal` = Self(rawValue: 1 << 1)
| |- warning: static property 'internal' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'internal' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let `public` = Self(rawValue: 1 << 2)
32 | public static let `private` = Self(rawValue: 1 << 3)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:31:21: warning: static property 'public' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
29 | public static let `open` = Self(rawValue: 1 << 0)
30 | public static let `internal` = Self(rawValue: 1 << 1)
31 | public static let `public` = Self(rawValue: 1 << 2)
| |- warning: static property 'public' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'public' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | public static let `private` = Self(rawValue: 1 << 3)
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:32:21: warning: static property 'private' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
30 | public static let `internal` = Self(rawValue: 1 << 1)
31 | public static let `public` = Self(rawValue: 1 << 2)
32 | public static let `private` = Self(rawValue: 1 << 3)
| |- warning: static property 'private' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'private' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
34 | // set accessors
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:33:21: warning: static property 'fileprivate' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
31 | public static let `public` = Self(rawValue: 1 << 2)
32 | public static let `private` = Self(rawValue: 1 << 3)
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
| |- warning: static property 'fileprivate' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'fileprivate' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | // set accessors
35 | public static let privateSet = Self(rawValue: 1 << 5)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:35:21: warning: static property 'privateSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
34 | // set accessors
35 | public static let privateSet = Self(rawValue: 1 << 5)
| |- warning: static property 'privateSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'privateSet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | public static let internalSet = Self(rawValue: 1 << 6)
37 | public static let publicSet = Self(rawValue: 1 << 7)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:36:21: warning: static property 'internalSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
34 | // set accessors
35 | public static let privateSet = Self(rawValue: 1 << 5)
36 | public static let internalSet = Self(rawValue: 1 << 6)
| |- warning: static property 'internalSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'internalSet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | public static let publicSet = Self(rawValue: 1 << 7)
38 | // access control
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:37:21: warning: static property 'publicSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
35 | public static let privateSet = Self(rawValue: 1 << 5)
36 | public static let internalSet = Self(rawValue: 1 << 6)
37 | public static let publicSet = Self(rawValue: 1 << 7)
| |- warning: static property 'publicSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'publicSet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | // access control
39 | public static let `instance` = Self(rawValue: 1 << 8)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:39:21: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
37 | public static let publicSet = Self(rawValue: 1 << 7)
38 | // access control
39 | public static let `instance` = Self(rawValue: 1 << 8)
| |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 | public static let `static` = Self(rawValue: 1 << 9)
41 | // function modifiers
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:40:21: warning: static property 'static' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
38 | // access control
39 | public static let `instance` = Self(rawValue: 1 << 8)
40 | public static let `static` = Self(rawValue: 1 << 9)
| |- warning: static property 'static' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'static' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 | // function modifiers
42 | public static let designated = Self(rawValue: 1 << 10)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:42:21: warning: static property 'designated' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
40 | public static let `static` = Self(rawValue: 1 << 9)
41 | // function modifiers
42 | public static let designated = Self(rawValue: 1 << 10)
| |- warning: static property 'designated' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'designated' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | public static let convenience = Self(rawValue: 1 << 11)
44 | public static let override = Self(rawValue: 1 << 12)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:43:21: warning: static property 'convenience' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
41 | // function modifiers
42 | public static let designated = Self(rawValue: 1 << 10)
43 | public static let convenience = Self(rawValue: 1 << 11)
| |- warning: static property 'convenience' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'convenience' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | public static let override = Self(rawValue: 1 << 12)
45 | public static let required = Self(rawValue: 1 << 13)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:44:21: warning: static property 'override' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
42 | public static let designated = Self(rawValue: 1 << 10)
43 | public static let convenience = Self(rawValue: 1 << 11)
44 | public static let override = Self(rawValue: 1 << 12)
| |- warning: static property 'override' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'override' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | public static let required = Self(rawValue: 1 << 13)
46 |
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:45:21: warning: static property 'required' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
43 | public static let convenience = Self(rawValue: 1 << 11)
44 | public static let override = Self(rawValue: 1 << 12)
45 | public static let required = Self(rawValue: 1 << 13)
| |- warning: static property 'required' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'required' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |
47 | public init(rawValue: Int) {
[115/137] Compiling SwiftInspectorVisitors NestableDeclSyntax.swift
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:29:21: warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
28 | // general accessors
29 | public static let `open` = Self(rawValue: 1 << 0)
| |- warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'open' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let `internal` = Self(rawValue: 1 << 1)
31 | public static let `public` = Self(rawValue: 1 << 2)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:30:21: warning: static property 'internal' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
28 | // general accessors
29 | public static let `open` = Self(rawValue: 1 << 0)
30 | public static let `internal` = Self(rawValue: 1 << 1)
| |- warning: static property 'internal' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'internal' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let `public` = Self(rawValue: 1 << 2)
32 | public static let `private` = Self(rawValue: 1 << 3)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:31:21: warning: static property 'public' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
29 | public static let `open` = Self(rawValue: 1 << 0)
30 | public static let `internal` = Self(rawValue: 1 << 1)
31 | public static let `public` = Self(rawValue: 1 << 2)
| |- warning: static property 'public' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'public' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | public static let `private` = Self(rawValue: 1 << 3)
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:32:21: warning: static property 'private' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
30 | public static let `internal` = Self(rawValue: 1 << 1)
31 | public static let `public` = Self(rawValue: 1 << 2)
32 | public static let `private` = Self(rawValue: 1 << 3)
| |- warning: static property 'private' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'private' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
34 | // set accessors
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:33:21: warning: static property 'fileprivate' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
31 | public static let `public` = Self(rawValue: 1 << 2)
32 | public static let `private` = Self(rawValue: 1 << 3)
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
| |- warning: static property 'fileprivate' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'fileprivate' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | // set accessors
35 | public static let privateSet = Self(rawValue: 1 << 5)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:35:21: warning: static property 'privateSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
34 | // set accessors
35 | public static let privateSet = Self(rawValue: 1 << 5)
| |- warning: static property 'privateSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'privateSet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | public static let internalSet = Self(rawValue: 1 << 6)
37 | public static let publicSet = Self(rawValue: 1 << 7)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:36:21: warning: static property 'internalSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
34 | // set accessors
35 | public static let privateSet = Self(rawValue: 1 << 5)
36 | public static let internalSet = Self(rawValue: 1 << 6)
| |- warning: static property 'internalSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'internalSet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | public static let publicSet = Self(rawValue: 1 << 7)
38 | // access control
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:37:21: warning: static property 'publicSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
35 | public static let privateSet = Self(rawValue: 1 << 5)
36 | public static let internalSet = Self(rawValue: 1 << 6)
37 | public static let publicSet = Self(rawValue: 1 << 7)
| |- warning: static property 'publicSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'publicSet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | // access control
39 | public static let `instance` = Self(rawValue: 1 << 8)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:39:21: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
37 | public static let publicSet = Self(rawValue: 1 << 7)
38 | // access control
39 | public static let `instance` = Self(rawValue: 1 << 8)
| |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 | public static let `static` = Self(rawValue: 1 << 9)
41 | // function modifiers
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:40:21: warning: static property 'static' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
38 | // access control
39 | public static let `instance` = Self(rawValue: 1 << 8)
40 | public static let `static` = Self(rawValue: 1 << 9)
| |- warning: static property 'static' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'static' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 | // function modifiers
42 | public static let designated = Self(rawValue: 1 << 10)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:42:21: warning: static property 'designated' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
40 | public static let `static` = Self(rawValue: 1 << 9)
41 | // function modifiers
42 | public static let designated = Self(rawValue: 1 << 10)
| |- warning: static property 'designated' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'designated' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | public static let convenience = Self(rawValue: 1 << 11)
44 | public static let override = Self(rawValue: 1 << 12)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:43:21: warning: static property 'convenience' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
41 | // function modifiers
42 | public static let designated = Self(rawValue: 1 << 10)
43 | public static let convenience = Self(rawValue: 1 << 11)
| |- warning: static property 'convenience' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'convenience' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | public static let override = Self(rawValue: 1 << 12)
45 | public static let required = Self(rawValue: 1 << 13)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:44:21: warning: static property 'override' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
42 | public static let designated = Self(rawValue: 1 << 10)
43 | public static let convenience = Self(rawValue: 1 << 11)
44 | public static let override = Self(rawValue: 1 << 12)
| |- warning: static property 'override' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'override' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | public static let required = Self(rawValue: 1 << 13)
46 |
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:45:21: warning: static property 'required' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
43 | public static let convenience = Self(rawValue: 1 << 11)
44 | public static let override = Self(rawValue: 1 << 12)
45 | public static let required = Self(rawValue: 1 << 13)
| |- warning: static property 'required' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'required' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |
47 | public init(rawValue: Int) {
[116/137] Compiling SwiftInspectorVisitors NestableTypeInfo.swift
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:29:21: warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
28 | // general accessors
29 | public static let `open` = Self(rawValue: 1 << 0)
| |- warning: static property 'open' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'open' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let `internal` = Self(rawValue: 1 << 1)
31 | public static let `public` = Self(rawValue: 1 << 2)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:30:21: warning: static property 'internal' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
28 | // general accessors
29 | public static let `open` = Self(rawValue: 1 << 0)
30 | public static let `internal` = Self(rawValue: 1 << 1)
| |- warning: static property 'internal' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'internal' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let `public` = Self(rawValue: 1 << 2)
32 | public static let `private` = Self(rawValue: 1 << 3)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:31:21: warning: static property 'public' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
29 | public static let `open` = Self(rawValue: 1 << 0)
30 | public static let `internal` = Self(rawValue: 1 << 1)
31 | public static let `public` = Self(rawValue: 1 << 2)
| |- warning: static property 'public' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'public' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | public static let `private` = Self(rawValue: 1 << 3)
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:32:21: warning: static property 'private' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
30 | public static let `internal` = Self(rawValue: 1 << 1)
31 | public static let `public` = Self(rawValue: 1 << 2)
32 | public static let `private` = Self(rawValue: 1 << 3)
| |- warning: static property 'private' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'private' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
34 | // set accessors
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:33:21: warning: static property 'fileprivate' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
31 | public static let `public` = Self(rawValue: 1 << 2)
32 | public static let `private` = Self(rawValue: 1 << 3)
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
| |- warning: static property 'fileprivate' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'fileprivate' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | // set accessors
35 | public static let privateSet = Self(rawValue: 1 << 5)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:35:21: warning: static property 'privateSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
33 | public static let `fileprivate` = Self(rawValue: 1 << 4)
34 | // set accessors
35 | public static let privateSet = Self(rawValue: 1 << 5)
| |- warning: static property 'privateSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'privateSet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | public static let internalSet = Self(rawValue: 1 << 6)
37 | public static let publicSet = Self(rawValue: 1 << 7)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:36:21: warning: static property 'internalSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
34 | // set accessors
35 | public static let privateSet = Self(rawValue: 1 << 5)
36 | public static let internalSet = Self(rawValue: 1 << 6)
| |- warning: static property 'internalSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'internalSet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | public static let publicSet = Self(rawValue: 1 << 7)
38 | // access control
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:37:21: warning: static property 'publicSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
35 | public static let privateSet = Self(rawValue: 1 << 5)
36 | public static let internalSet = Self(rawValue: 1 << 6)
37 | public static let publicSet = Self(rawValue: 1 << 7)
| |- warning: static property 'publicSet' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'publicSet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | // access control
39 | public static let `instance` = Self(rawValue: 1 << 8)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:39:21: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
37 | public static let publicSet = Self(rawValue: 1 << 7)
38 | // access control
39 | public static let `instance` = Self(rawValue: 1 << 8)
| |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 | public static let `static` = Self(rawValue: 1 << 9)
41 | // function modifiers
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:40:21: warning: static property 'static' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
38 | // access control
39 | public static let `instance` = Self(rawValue: 1 << 8)
40 | public static let `static` = Self(rawValue: 1 << 9)
| |- warning: static property 'static' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'static' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 | // function modifiers
42 | public static let designated = Self(rawValue: 1 << 10)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:42:21: warning: static property 'designated' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
40 | public static let `static` = Self(rawValue: 1 << 9)
41 | // function modifiers
42 | public static let designated = Self(rawValue: 1 << 10)
| |- warning: static property 'designated' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'designated' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | public static let convenience = Self(rawValue: 1 << 11)
44 | public static let override = Self(rawValue: 1 << 12)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:43:21: warning: static property 'convenience' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
41 | // function modifiers
42 | public static let designated = Self(rawValue: 1 << 10)
43 | public static let convenience = Self(rawValue: 1 << 11)
| |- warning: static property 'convenience' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'convenience' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | public static let override = Self(rawValue: 1 << 12)
45 | public static let required = Self(rawValue: 1 << 13)
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:44:21: warning: static property 'override' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
42 | public static let designated = Self(rawValue: 1 << 10)
43 | public static let convenience = Self(rawValue: 1 << 11)
44 | public static let override = Self(rawValue: 1 << 12)
| |- warning: static property 'override' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'override' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | public static let required = Self(rawValue: 1 << 13)
46 |
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/Modifiers.swift:45:21: warning: static property 'required' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
23 | // MARK: - Modifiers
24 |
25 | public struct Modifiers: Codable, Hashable, OptionSet {
| `- note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
26 | public let rawValue: Int
27 |
:
43 | public static let convenience = Self(rawValue: 1 << 11)
44 | public static let override = Self(rawValue: 1 << 12)
45 | public static let required = Self(rawValue: 1 << 13)
| |- warning: static property 'required' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'required' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |
47 | public init(rawValue: Int) {
[117/137] Compiling SwiftInspectorVisitors PropertyInfo.swift
[118/137] Compiling SwiftInspectorVisitors PropertyVisitor.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/15] Write swift-version-24593BA9C3E375BF.txt
[3/50] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/50] Emitting module ArgumentParserToolInfo
[6/88] Emitting module ArgumentParser
[7/93] Compiling ArgumentParser ArgumentVisibility.swift
[8/93] Compiling ArgumentParser CompletionKind.swift
[9/93] Compiling ArgumentParser Errors.swift
[10/93] Compiling ArgumentParser Flag.swift
[11/93] Compiling ArgumentParser NameSpecification.swift
[12/93] Compiling ArgumentParser Option.swift
[13/93] Compiling ArgumentParser BashCompletionsGenerator.swift
[14/93] Compiling ArgumentParser CompletionsGenerator.swift
[15/93] Compiling ArgumentParser FishCompletionsGenerator.swift
[16/93] Compiling ArgumentParser ZshCompletionsGenerator.swift
[17/93] Compiling ArgumentParser Argument.swift
[18/93] Compiling ArgumentParser ArgumentHelp.swift
[19/93] Compiling ArgumentParser CollectionExtensions.swift
[20/93] Compiling ArgumentParser Platform.swift
[21/93] Compiling ArgumentParser SequenceExtensions.swift
[22/93] Compiling ArgumentParser StringExtensions.swift
[23/93] Compiling ArgumentParser Tree.swift
[24/93] Compiling ArgumentParser OptionGroup.swift
[25/93] Compiling ArgumentParser AsyncParsableCommand.swift
[26/93] Compiling ArgumentParser CommandConfiguration.swift
[27/93] Compiling ArgumentParser CommandGroup.swift
[28/93] Compiling ArgumentParser EnumerableFlag.swift
[29/93] Compiling ArgumentParser ExpressibleByArgument.swift
[30/93] Compiling ArgumentParser ParsableArguments.swift
[31/93] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/93] Compiling ArgumentParser ParsableCommand.swift
[33/93] Compiling ArgumentParser ArgumentDecoder.swift
[34/93] Compiling ArgumentParser Name.swift
[35/93] Compiling ArgumentParser Parsed.swift
[36/93] Compiling ArgumentParser ParsedValues.swift
[37/93] Compiling ArgumentParser ParserError.swift
[38/93] Compiling ArgumentParser SplitArguments.swift
[39/93] Compiling ArgumentParser ArgumentDefinition.swift
[40/93] Compiling ArgumentParser ArgumentSet.swift
[41/93] Compiling ArgumentParser CommandParser.swift
[42/93] Compiling ArgumentParser InputKey.swift
[43/93] Compiling ArgumentParser InputOrigin.swift
[44/93] Compiling ArgumentParser DumpHelpGenerator.swift
[45/93] Compiling ArgumentParser HelpCommand.swift
[46/93] Compiling ArgumentParser HelpGenerator.swift
[47/93] Compiling ArgumentParser MessageInfo.swift
[48/93] Compiling ArgumentParser UsageGenerator.swift
[50/93] Emitting module SwiftSyntax
[60/97] Compiling SwiftSyntax SyntaxNodes.swift
[61/97] Compiling SwiftSyntax SyntaxPatternNodes.swift
[62/97] Compiling SwiftSyntax SyntaxStmtNodes.swift
[63/97] Compiling SwiftSyntax SyntaxTypeNodes.swift
[87/98] Write Objects.LinkFileList
[88/103] Archiving libSwiftSyntax.a
[90/118] Compiling SwiftSyntaxParser NodeDeclarationHash.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
error: emit-module command failed with exit code 1 (use -v to see invocation)
[91/122] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[92/122] Compiling SwiftSyntaxParser Diagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[93/122] Compiling SwiftSyntaxParser CNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[94/122] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[95/122] Compiling SwiftInspectorVisitors AssertionFailure.swift
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/AssertionFailure.swift:31:5: error: cannot find 'NotificationCenter' in scope
29 | @inlinable public func assertionFailureOrPostNotification(_ message: @autoclosure () -> String = String(), file: StaticString = #file, line: UInt = #line) {
30 | if AssertionFailure.postNotification {
31 | NotificationCenter.default.post(AssertionFailure.notification)
| `- error: cannot find 'NotificationCenter' in scope
32 | } else {
33 | assertionFailure(message(), file: file, line: line)
[96/122] Compiling SwiftInspectorVisitors AssociatedtypeVisitor.swift
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/AssertionFailure.swift:31:5: error: cannot find 'NotificationCenter' in scope
29 | @inlinable public func assertionFailureOrPostNotification(_ message: @autoclosure () -> String = String(), file: StaticString = #file, line: UInt = #line) {
30 | if AssertionFailure.postNotification {
31 | NotificationCenter.default.post(AssertionFailure.notification)
| `- error: cannot find 'NotificationCenter' in scope
32 | } else {
33 | assertionFailure(message(), file: file, line: line)
[97/122] Compiling SwiftInspectorVisitors DeclarationModifierVisitor.swift
/host/spi-builder-workspace/Sources/SwiftInspectorVisitors/AssertionFailure.swift:31:5: error: cannot find 'NotificationCenter' in scope
29 | @inlinable public func assertionFailureOrPostNotification(_ message: @autoclosure () -> String = String(), file: StaticString = #file, line: UInt = #line) {
30 | if AssertionFailure.postNotification {
31 | NotificationCenter.default.post(AssertionFailure.notification)
| `- error: cannot find 'NotificationCenter' in scope
32 | } else {
33 | assertionFailure(message(), file: file, line: line)
BUILD FAILURE 6.1 wasm