The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GlobalDependencies, reference main (f2ac65), with Swift 6.1 for Linux on 31 Aug 2025 06:49:30 UTC.

Swift 6 data race errors: 6

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omv-libs/GlobalDependencies.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/omv-libs/GlobalDependencies
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f2ac651 Merge pull request #10 from Gabardone/VisionSupport
Cloned https://github.com/omv-libs/GlobalDependencies.git
Revision (git rev-parse @):
f2ac651059e19424046e98951f2572e7d5350d08
SUCCESS checkout https://github.com/omv-libs/GlobalDependencies.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/omv-libs/GlobalDependencies.git
https://github.com/omv-libs/GlobalDependencies.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "GlobalDependencies",
  "name" : "GlobalDependencies",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "GlobalDependencies",
      "targets" : [
        "GlobalDependencies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GlobalDependenciesMacros",
      "targets" : [
        "GlobalDependenciesMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GlobalDependenciesTests",
      "module_type" : "SwiftTarget",
      "name" : "GlobalDependenciesTests",
      "path" : "Tests/GlobalDependenciesTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "DependencyMacroTests.swift",
        "GlobalDependenciesTests.swift",
        "GlobalDependencyMacroTests.swift",
        "InjectedDependenciesMacroTests.swift",
        "TLAService.swift",
        "TestComponent.swift",
        "TestService.swift"
      ],
      "target_dependencies" : [
        "GlobalDependencies",
        "GlobalDependenciesMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GlobalDependenciesMacros",
      "module_type" : "SwiftTarget",
      "name" : "GlobalDependenciesMacros",
      "path" : "Sources/GlobalDependenciesMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "GlobalDependencies",
        "GlobalDependenciesMacros"
      ],
      "sources" : [
        "DependencyMacro.swift",
        "GlobalDependenciesMacros.swift",
        "GlobalDependencyMacro.swift",
        "InjectedDependenciesMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "GlobalDependencies",
      "module_type" : "SwiftTarget",
      "name" : "GlobalDependencies",
      "path" : "Sources/GlobalDependencies",
      "product_memberships" : [
        "GlobalDependencies"
      ],
      "sources" : [
        "AccessControl.swift",
        "DefaultDependencyValueFactory.swift",
        "Dependencies.swift",
        "Dependency.swift",
        "DependencyKey.swift",
        "GlobalDependencies.swift",
        "InjectedDependencies.swift"
      ],
      "target_dependencies" : [
        "GlobalDependenciesMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-syntax.git
[1/2094] Fetching swift-docc-plugin
[2095/73935] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (8.44s)
Fetched https://github.com/apple/swift-syntax.git from cache (8.49s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (12.12s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (1.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3489] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.62s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.67s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/33] Write sources
[17/33] Write swift-version-24593BA9C3E375BF.txt
[19/35] Emitting module SwiftSyntax509
[20/35] Compiling SwiftSyntax509 Empty.swift
[21/36] Wrapping AST for SwiftSyntax509 for debugging
[23/81] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[24/81] Compiling SwiftSyntax Syntax.swift
[25/81] Compiling SwiftSyntax SyntaxArena.swift
[26/81] Compiling SwiftSyntax SyntaxChildren.swift
[27/81] Compiling SwiftSyntax SyntaxCollection.swift
[28/81] Compiling SwiftSyntax SyntaxData.swift
[29/81] Compiling SwiftSyntax AbsolutePosition.swift
[30/81] Compiling SwiftSyntax Assert.swift
[31/81] Compiling SwiftSyntax BumpPtrAllocator.swift
[32/81] Compiling SwiftSyntax CommonAncestor.swift
[33/81] Compiling SwiftSyntax Convenience.swift
[34/81] Compiling SwiftSyntax MemoryLayout.swift
[35/81] Compiling SwiftSyntax MissingNodeInitializers.swift
[36/87] Emitting module SwiftSyntax
[37/87] Compiling SwiftSyntax SyntaxText.swift
[38/87] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[39/87] Compiling SwiftSyntax TokenDiagnostic.swift
[40/87] Compiling SwiftSyntax TokenSyntax.swift
[41/87] Compiling SwiftSyntax Trivia.swift
[42/87] Compiling SwiftSyntax Utils.swift
[43/87] Compiling SwiftSyntax RawSyntax.swift
[44/87] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[45/87] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[46/87] Compiling SwiftSyntax RawSyntaxTokenView.swift
[47/87] Compiling SwiftSyntax SourceLength.swift
[48/87] Compiling SwiftSyntax SourceLocation.swift
[49/87] Compiling SwiftSyntax SourcePresence.swift
[50/87] Compiling SwiftSyntax SyntaxCollections.swift
[51/87] Compiling SwiftSyntax SyntaxEnum.swift
[52/87] Compiling SwiftSyntax SyntaxKind.swift
[53/87] Compiling SwiftSyntax SyntaxRewriter.swift
[54/87] Compiling SwiftSyntax SyntaxTraits.swift
[55/87] Compiling SwiftSyntax SyntaxTransform.swift
[56/87] Compiling SwiftSyntax ChildNameForKeyPath.swift
[57/87] Compiling SwiftSyntax Keyword.swift
[58/87] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[59/87] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[60/87] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[61/87] Compiling SwiftSyntax SyntaxBaseNodes.swift
[62/87] Compiling SwiftSyntax SyntaxDeclNodes.swift
[63/87] Compiling SwiftSyntax SyntaxExprNodes.swift
[64/87] Compiling SwiftSyntax SyntaxNodes.swift
[65/87] Compiling SwiftSyntax SyntaxPatternNodes.swift
[66/87] Compiling SwiftSyntax SyntaxStmtNodes.swift
[67/87] Compiling SwiftSyntax SyntaxTypeNodes.swift
[68/87] Compiling SwiftSyntax SyntaxVisitor.swift
[69/87] Compiling SwiftSyntax TokenKind.swift
[70/87] Compiling SwiftSyntax Tokens.swift
[71/87] Compiling SwiftSyntax TriviaPieces.swift
[72/87] Compiling SwiftSyntax RawSyntaxNodes.swift
[73/87] Compiling SwiftSyntax RawSyntaxValidation.swift
[74/88] Wrapping AST for SwiftSyntax for debugging
[76/139] Emitting module SwiftDiagnostics
[77/139] Compiling SwiftDiagnostics Message.swift
[78/139] Compiling SwiftDiagnostics Diagnostic.swift
[79/139] Compiling SwiftDiagnostics Note.swift
[80/139] Compiling SwiftDiagnostics Convenience.swift
[81/139] Compiling SwiftDiagnostics FixIt.swift
[82/139] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[83/139] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[85/140] Compiling SwiftBasicFormat BasicFormat.swift
[86/140] Emitting module SwiftBasicFormat
[87/140] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[88/140] Compiling SwiftBasicFormat Syntax+Extensions.swift
[89/140] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[90/141] Wrapping AST for SwiftDiagnostics for debugging
[91/141] Wrapping AST for SwiftBasicFormat for debugging
[93/141] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[94/141] Compiling SwiftParser StringLiterals.swift
[95/141] Compiling SwiftParser SwiftParserCompatibility.swift
[96/141] Compiling SwiftParser SyntaxUtils.swift
[97/141] Compiling SwiftParser TokenConsumer.swift
[98/146] Compiling SwiftParser TokenPrecedence.swift
[99/146] Compiling SwiftParser TokenSpec.swift
[100/146] Compiling SwiftParser TokenSpecSet.swift
[101/146] Compiling SwiftParser TopLevel.swift
[102/146] Compiling SwiftParser TriviaParser.swift
[103/146] Emitting module SwiftParser
[104/146] Compiling SwiftParser Lexer.swift
[105/146] Compiling SwiftParser RegexLiteralLexer.swift
[106/146] Compiling SwiftParser UnicodeScalarExtensions.swift
[107/146] Compiling SwiftParser Lookahead.swift
[108/146] Compiling SwiftParser LoopProgressCondition.swift
[109/146] Compiling SwiftParser Modifiers.swift
[110/146] Compiling SwiftParser Names.swift
[111/146] Compiling SwiftParser Nominals.swift
[112/146] Compiling SwiftParser Parameters.swift
[113/146] Compiling SwiftParser ParseSourceFile.swift
[114/146] Compiling SwiftParser Parser.swift
[115/146] Compiling SwiftParser Patterns.swift
[116/146] Compiling SwiftParser Recovery.swift
[117/146] Compiling SwiftParser Specifiers.swift
[118/146] Compiling SwiftParser Statements.swift
[119/146] Compiling SwiftParser Attributes.swift
[120/146] Compiling SwiftParser Availability.swift
[121/146] Compiling SwiftParser CharacterInfo.swift
[122/146] Compiling SwiftParser CollectionNodes+Parsable.swift
[123/146] Compiling SwiftParser Declarations.swift
[124/146] Compiling SwiftParser Directives.swift
[125/146] Compiling SwiftParser ExperimentalFeatures.swift
[126/146] Compiling SwiftParser Expressions.swift
[127/146] Compiling SwiftParser IncrementalParseTransition.swift
[128/146] Compiling SwiftParser Cursor.swift
[129/146] Compiling SwiftParser Lexeme.swift
[130/146] Compiling SwiftParser LexemeSequence.swift
[131/146] Compiling SwiftParser Types.swift
[132/146] Compiling SwiftParser IsLexerClassified.swift
[133/146] Compiling SwiftParser LayoutNodes+Parsable.swift
[134/146] Compiling SwiftParser Parser+TokenSpecSet.swift
[135/146] Compiling SwiftParser TokenSpecStaticMembers.swift
[136/147] Wrapping AST for SwiftParser for debugging
[138/170] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[139/171] Compiling SwiftOperators PrecedenceGraph.swift
[140/171] Compiling SwiftOperators PrecedenceGroup.swift
[141/172] Compiling SwiftOperators OperatorTable+Semantics.swift
[142/172] Compiling SwiftOperators OperatorTable.swift
[143/172] Compiling SwiftOperators SyntaxSynthesis.swift
[144/172] Compiling SwiftParserDiagnostics MissingNodesError.swift
[145/172] Compiling SwiftParserDiagnostics MissingTokenError.swift
[146/172] Compiling SwiftOperators OperatorTable+Folding.swift
[147/172] Emitting module SwiftOperators
[148/172] Compiling SwiftOperators Operator.swift
[149/172] Compiling SwiftOperators OperatorError+Diagnostics.swift
[150/173] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[154/173] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[155/173] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[156/173] Compiling SwiftParserDiagnostics Utils.swift
[156/173] Wrapping AST for SwiftOperators for debugging
[158/173] Emitting module SwiftParserDiagnostics
[159/173] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[160/173] Compiling SwiftParserDiagnostics PresenceUtils.swift
[163/173] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[164/173] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[165/174] Wrapping AST for SwiftParserDiagnostics for debugging
[167/188] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[168/188] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[169/189] Compiling SwiftSyntaxBuilder Indenter.swift
[170/189] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[171/189] Emitting module SwiftSyntaxBuilder
[172/189] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[173/189] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[174/189] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[175/189] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[176/189] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[177/189] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[178/189] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[179/189] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[180/189] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[181/189] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[182/190] Wrapping AST for SwiftSyntaxBuilder for debugging
[184/204] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[185/204] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[186/204] Compiling SwiftSyntaxMacros AccessorMacro.swift
[187/204] Compiling SwiftSyntaxMacros AttachedMacro.swift
[188/204] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[189/204] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[190/204] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[191/204] Compiling SwiftSyntaxMacros Macro+Format.swift
[192/205] Compiling SwiftSyntaxMacros Macro.swift
[193/205] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[194/205] Compiling SwiftSyntaxMacros MemberMacro.swift
[195/205] Emitting module SwiftSyntaxMacros
[196/205] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[197/205] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[198/205] Compiling SwiftSyntaxMacros PeerMacro.swift
[199/206] Wrapping AST for SwiftSyntaxMacros for debugging
[201/214] Emitting module SwiftSyntaxMacroExpansion
[202/214] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[203/214] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[204/214] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[205/214] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[206/214] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[207/214] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[208/214] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[209/215] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[211/222] Emitting module SwiftCompilerPluginMessageHandling
[212/222] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[213/222] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[214/222] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[215/222] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[216/222] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[217/222] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[218/223] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[220/225] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[221/225] Emitting module SwiftCompilerPlugin
[222/226] Wrapping AST for SwiftCompilerPlugin for debugging
[224/231] Compiling GlobalDependenciesMacros DependencyMacro.swift
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/DependencyMacro.swift:113:16: warning: static property 'nonProtocolAttachee' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
111 |
112 | extension DiagnosticMessage {
113 |     static let nonProtocolAttachee = DiagnosticMessage(
    |                |- warning: static property 'nonProtocolAttachee' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'nonProtocolAttachee' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
114 |         message: "Dependency macro can only be applied to protocol declarations.",
115 |         diagnosticID: "non-protocol-attachee"
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/GlobalDependenciesMacros.swift:92:8: note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 90 | }
 91 |
 92 | struct DiagnosticMessage: SwiftDiagnostics.DiagnosticMessage {
    |        `- note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 93 |     init(message: String, diagnosticID: String) {
 94 |         self.message = message
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/DependencyMacro.swift:118:16: warning: static property 'defaultImplementationNotATypeIdentifier' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
116 |     )
117 |
118 |     static let defaultImplementationNotATypeIdentifier = DiagnosticMessage(
    |                |- warning: static property 'defaultImplementationNotATypeIdentifier' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultImplementationNotATypeIdentifier' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
119 |         message: "Default implementation type parameter must be a concrete type identifier.",
120 |         diagnosticID: "default-implementation-not-a-type"
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/GlobalDependenciesMacros.swift:92:8: note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 90 | }
 91 |
 92 | struct DiagnosticMessage: SwiftDiagnostics.DiagnosticMessage {
    |        `- note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 93 |     init(message: String, diagnosticID: String) {
 94 |         self.message = message
[225/231] Compiling GlobalDependenciesMacros GlobalDependenciesMacros.swift
[226/231] Emitting module GlobalDependenciesMacros
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/DependencyMacro.swift:113:16: warning: static property 'nonProtocolAttachee' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
111 |
112 | extension DiagnosticMessage {
113 |     static let nonProtocolAttachee = DiagnosticMessage(
    |                |- warning: static property 'nonProtocolAttachee' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'nonProtocolAttachee' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
114 |         message: "Dependency macro can only be applied to protocol declarations.",
115 |         diagnosticID: "non-protocol-attachee"
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/GlobalDependenciesMacros.swift:92:8: note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 90 | }
 91 |
 92 | struct DiagnosticMessage: SwiftDiagnostics.DiagnosticMessage {
    |        `- note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 93 |     init(message: String, diagnosticID: String) {
 94 |         self.message = message
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/DependencyMacro.swift:118:16: warning: static property 'defaultImplementationNotATypeIdentifier' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
116 |     )
117 |
118 |     static let defaultImplementationNotATypeIdentifier = DiagnosticMessage(
    |                |- warning: static property 'defaultImplementationNotATypeIdentifier' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultImplementationNotATypeIdentifier' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
119 |         message: "Default implementation type parameter must be a concrete type identifier.",
120 |         diagnosticID: "default-implementation-not-a-type"
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/GlobalDependenciesMacros.swift:92:8: note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 90 | }
 91 |
 92 | struct DiagnosticMessage: SwiftDiagnostics.DiagnosticMessage {
    |        `- note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 93 |     init(message: String, diagnosticID: String) {
 94 |         self.message = message
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/GlobalDependencyMacro.swift:49:16: warning: static property 'nonProtocolImplementationParameter' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
47 |
48 | extension DiagnosticMessage {
49 |     static let nonProtocolImplementationParameter = DiagnosticMessage(
   |                |- warning: static property 'nonProtocolImplementationParameter' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'nonProtocolImplementationParameter' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |         message: "Global dependency macro parameter can only be a protocol identifier.",
51 |         diagnosticID: "non-protocol-implementation-parameter"
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/GlobalDependenciesMacros.swift:92:8: note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 90 | }
 91 |
 92 | struct DiagnosticMessage: SwiftDiagnostics.DiagnosticMessage {
    |        `- note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 93 |     init(message: String, diagnosticID: String) {
 94 |         self.message = message
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/InjectedDependenciesMacro.swift:94:16: warning: static property 'onlyProtocolIdentifiersAllowed' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | extension DiagnosticMessage {
94 |     static let onlyProtocolIdentifiersAllowed = DiagnosticMessage(
   |                |- warning: static property 'onlyProtocolIdentifiersAllowed' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'onlyProtocolIdentifiersAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
95 |         message: "InjectedDependencies macro can only take protocol identifiers.",
96 |         diagnosticID: "only-protocol-identifiers-allowed"
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/GlobalDependenciesMacros.swift:92:8: note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 90 | }
 91 |
 92 | struct DiagnosticMessage: SwiftDiagnostics.DiagnosticMessage {
    |        `- note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 93 |     init(message: String, diagnosticID: String) {
 94 |         self.message = message
[227/231] Compiling GlobalDependenciesMacros GlobalDependencyMacro.swift
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/GlobalDependencyMacro.swift:49:16: warning: static property 'nonProtocolImplementationParameter' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
47 |
48 | extension DiagnosticMessage {
49 |     static let nonProtocolImplementationParameter = DiagnosticMessage(
   |                |- warning: static property 'nonProtocolImplementationParameter' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'nonProtocolImplementationParameter' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |         message: "Global dependency macro parameter can only be a protocol identifier.",
51 |         diagnosticID: "non-protocol-implementation-parameter"
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/GlobalDependenciesMacros.swift:92:8: note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 90 | }
 91 |
 92 | struct DiagnosticMessage: SwiftDiagnostics.DiagnosticMessage {
    |        `- note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 93 |     init(message: String, diagnosticID: String) {
 94 |         self.message = message
[228/231] Compiling GlobalDependenciesMacros InjectedDependenciesMacro.swift
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/InjectedDependenciesMacro.swift:94:16: warning: static property 'onlyProtocolIdentifiersAllowed' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | extension DiagnosticMessage {
94 |     static let onlyProtocolIdentifiersAllowed = DiagnosticMessage(
   |                |- warning: static property 'onlyProtocolIdentifiersAllowed' is not concurrency-safe because non-'Sendable' type 'DiagnosticMessage' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'onlyProtocolIdentifiersAllowed' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
95 |         message: "InjectedDependencies macro can only take protocol identifiers.",
96 |         diagnosticID: "only-protocol-identifiers-allowed"
/host/spi-builder-workspace/Sources/GlobalDependenciesMacros/GlobalDependenciesMacros.swift:92:8: note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 90 | }
 91 |
 92 | struct DiagnosticMessage: SwiftDiagnostics.DiagnosticMessage {
    |        `- note: consider making struct 'DiagnosticMessage' conform to the 'Sendable' protocol
 93 |     init(message: String, diagnosticID: String) {
 94 |         self.message = message
[229/232] Wrapping AST for GlobalDependenciesMacros for debugging
[230/232] Write Objects.LinkFileList
[231/232] Linking GlobalDependenciesMacros-tool
[233/248] Compiling GlobalDependencies Dependency.swift
[234/248] Compiling GlobalDependencies InjectedDependencies.swift
[235/248] Compiling GlobalDependencies Dependencies.swift
[236/248] Compiling GlobalDependencies InjectedDependencies.swift
[237/248] Compiling GlobalDependencies Dependency.swift
[238/248] Compiling GlobalDependencies DependencyKey.swift
[239/248] Compiling GlobalDependencies Dependencies.swift
[240/248] Compiling GlobalDependencies DefaultDependencyValueFactory.swift
[241/248] Emitting module GlobalDependencies
/host/spi-builder-workspace/Sources/GlobalDependencies/GlobalDependencies.swift:27:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GlobalDependencies' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |  don't have visibility to it.
 21 |  */
 22 | public struct GlobalDependencies {
    |               `- note: consider making struct 'GlobalDependencies' conform to the 'Sendable' protocol
 23 |     /**
 24 |      The default environment singleton with no overrides. Use as a default parameter for dependency injection and to
 25 |      initialize root dependencies.
 26 |      */
 27 |     public static let `default` = GlobalDependencies()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GlobalDependencies' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 28 |
 29 |     /**
[242/248] Compiling GlobalDependencies AccessControl.swift
[243/248] Compiling GlobalDependencies DependencyKey.swift
[244/248] Compiling GlobalDependencies GlobalDependencies.swift
/host/spi-builder-workspace/Sources/GlobalDependencies/GlobalDependencies.swift:27:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GlobalDependencies' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |  don't have visibility to it.
 21 |  */
 22 | public struct GlobalDependencies {
    |               `- note: consider making struct 'GlobalDependencies' conform to the 'Sendable' protocol
 23 |     /**
 24 |      The default environment singleton with no overrides. Use as a default parameter for dependency injection and to
 25 |      initialize root dependencies.
 26 |      */
 27 |     public static let `default` = GlobalDependencies()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GlobalDependencies' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 28 |
 29 |     /**
[245/249] Compiling GlobalDependencies DefaultDependencyValueFactory.swift
[246/249] Compiling GlobalDependencies AccessControl.swift
[247/249] Emitting module GlobalDependencies
/host/spi-builder-workspace/Sources/GlobalDependencies/GlobalDependencies.swift:27:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GlobalDependencies' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |  don't have visibility to it.
 21 |  */
 22 | public struct GlobalDependencies {
    |               `- note: consider making struct 'GlobalDependencies' conform to the 'Sendable' protocol
 23 |     /**
 24 |      The default environment singleton with no overrides. Use as a default parameter for dependency injection and to
 25 |      initialize root dependencies.
 26 |      */
 27 |     public static let `default` = GlobalDependencies()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GlobalDependencies' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 28 |
 29 |     /**
[248/249] Compiling GlobalDependencies GlobalDependencies.swift
/host/spi-builder-workspace/Sources/GlobalDependencies/GlobalDependencies.swift:27:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GlobalDependencies' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |  don't have visibility to it.
 21 |  */
 22 | public struct GlobalDependencies {
    |               `- note: consider making struct 'GlobalDependencies' conform to the 'Sendable' protocol
 23 |     /**
 24 |      The default environment singleton with no overrides. Use as a default parameter for dependency injection and to
 25 |      initialize root dependencies.
 26 |      */
 27 |     public static let `default` = GlobalDependencies()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GlobalDependencies' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 28 |
 29 |     /**
Build complete! (161.41s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "GlobalDependencies",
  "name" : "GlobalDependencies",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "GlobalDependencies",
      "targets" : [
        "GlobalDependencies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GlobalDependenciesMacros",
      "targets" : [
        "GlobalDependenciesMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GlobalDependenciesTests",
      "module_type" : "SwiftTarget",
      "name" : "GlobalDependenciesTests",
      "path" : "Tests/GlobalDependenciesTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "DependencyMacroTests.swift",
        "GlobalDependenciesTests.swift",
        "GlobalDependencyMacroTests.swift",
        "InjectedDependenciesMacroTests.swift",
        "TLAService.swift",
        "TestComponent.swift",
        "TestService.swift"
      ],
      "target_dependencies" : [
        "GlobalDependencies",
        "GlobalDependenciesMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GlobalDependenciesMacros",
      "module_type" : "SwiftTarget",
      "name" : "GlobalDependenciesMacros",
      "path" : "Sources/GlobalDependenciesMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "GlobalDependencies",
        "GlobalDependenciesMacros"
      ],
      "sources" : [
        "DependencyMacro.swift",
        "GlobalDependenciesMacros.swift",
        "GlobalDependencyMacro.swift",
        "InjectedDependenciesMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "GlobalDependencies",
      "module_type" : "SwiftTarget",
      "name" : "GlobalDependencies",
      "path" : "Sources/GlobalDependencies",
      "product_memberships" : [
        "GlobalDependencies"
      ],
      "sources" : [
        "AccessControl.swift",
        "DefaultDependencyValueFactory.swift",
        "Dependencies.swift",
        "Dependency.swift",
        "DependencyKey.swift",
        "GlobalDependencies.swift",
        "InjectedDependencies.swift"
      ],
      "target_dependencies" : [
        "GlobalDependenciesMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.