The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of semver, reference main (4ae357), with Swift 6.1 for Linux on 29 Apr 2025 10:05:08 UTC.

Swift 6 data race errors: 4

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/semver.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/sersoft-gmbh/semver
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4ae357c Bump github.com/swiftlang/swift-syntax from 600.0.0 to 600.0.1
Cloned https://github.com/sersoft-gmbh/semver.git
Revision (git rev-parse @):
4ae357cf8dbb2e373b241bd9065f97dda47b9987
SUCCESS checkout https://github.com/sersoft-gmbh/semver.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sersoft-gmbh/semver.git
https://github.com/sersoft-gmbh/semver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "semver",
  "name" : "semver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SemVer",
      "targets" : [
        "SemVer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SemVerMacros",
      "targets" : [
        "SemVerMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SemVerMacrosPlugin",
      "targets" : [
        "SemVerMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SemVerTests",
      "module_type" : "SwiftTarget",
      "name" : "SemVerTests",
      "path" : "Tests/SemVerTests",
      "sources" : [
        "GitHubIssueTests.swift",
        "VersionTests.swift",
        "Version_AdjustmentTests.swift",
        "Version_CodableTests.swift",
        "Version_PrereleaseIdentifierTests.swift"
      ],
      "target_dependencies" : [
        "SemVerParsing",
        "SemVer",
        "SemVerMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SemVerParsingTests",
      "module_type" : "SwiftTarget",
      "name" : "SemVerParsingTests",
      "path" : "Tests/SemVerParsingTests",
      "sources" : [
        "VersionParserTests.swift"
      ],
      "target_dependencies" : [
        "SemVerParsing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SemVerParsing",
      "module_type" : "SwiftTarget",
      "name" : "SemVerParsing",
      "path" : "Sources/SemVerParsing",
      "product_memberships" : [
        "SemVer",
        "SemVerMacros",
        "SemVerMacrosPlugin"
      ],
      "sources" : [
        "VersionParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SemVerMacrosPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "SemVerMacrosPluginTests",
      "path" : "Tests/SemVerMacrosPluginTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SemVerMacrosCompilerPluginTests.swift",
        "VersionMacroTests.swift"
      ],
      "target_dependencies" : [
        "SemVerParsing",
        "SemVerMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SemVerMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "SemVerMacrosPlugin",
      "path" : "Sources/SemVerMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftDiagnostics",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SemVerMacros",
        "SemVerMacrosPlugin"
      ],
      "sources" : [
        "SemVerMacrosCompilerPlugin.swift",
        "VersionMacro.swift"
      ],
      "target_dependencies" : [
        "SemVerParsing"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SemVerMacros",
      "module_type" : "SwiftTarget",
      "name" : "SemVerMacros",
      "path" : "Sources/SemVerMacros",
      "product_memberships" : [
        "SemVerMacros"
      ],
      "sources" : [
        "VersionMacro.swift"
      ],
      "target_dependencies" : [
        "SemVer",
        "SemVerMacrosPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SemVer",
      "module_type" : "SwiftTarget",
      "name" : "SemVer",
      "path" : "Sources/SemVer",
      "product_memberships" : [
        "SemVer",
        "SemVerMacros"
      ],
      "sources" : [
        "Version+Adjustments.swift",
        "Version+Codable.swift",
        "Version+FormattingOptions.swift",
        "Version+PrereleaseIdentifier.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "SemVerParsing"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[2050/72294] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (7.65s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.70s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (9.72s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.48s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.30s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.79s)
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/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/43] Write sources
[23/43] Compiling _SwiftSyntaxCShims dummy.c
[23/43] Write swift-version-24593BA9C3E375BF.txt
[26/53] Emitting module SwiftSyntax510
[27/53] Emitting module SwiftSyntax509
[28/53] Compiling SwiftSyntax509 Empty.swift
[29/54] Compiling SwiftSyntax600 Empty.swift
[30/54] Emitting module SwiftSyntax600
[32/55] Compiling SwiftSyntax510 Empty.swift
[33/56] Wrapping AST for SwiftSyntax509 for debugging
[35/56] Wrapping AST for SwiftSyntax600 for debugging
[36/56] Wrapping AST for SwiftSyntax510 for debugging
[38/120] Emitting module SemVerParsing
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[39/120] Compiling SemVerParsing VersionParser.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[40/121] Compiling SwiftSyntax AbsolutePosition.swift
[41/121] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[42/121] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[43/121] Compiling SwiftSyntax Assert.swift
[44/121] Compiling SwiftSyntax BumpPtrAllocator.swift
[45/121] Compiling SwiftSyntax CommonAncestor.swift
[46/121] Compiling SwiftSyntax Convenience.swift
[47/121] Compiling SwiftSyntax CustomTraits.swift
[48/121] Compiling SwiftSyntax Identifier.swift
[49/129] Emitting module SemVerParsing
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[50/129] Compiling SemVerParsing VersionParser.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[52/136] Wrapping AST for SemVerParsing for debugging
[54/142] Compiling SemVer Version+FormattingOptions.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[55/142] Emitting module SemVer
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[56/142] Compiling SemVer Version+PrereleaseIdentifier.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[57/142] Emitting module SemVer
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[58/142] Compiling SemVer Version+FormattingOptions.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[59/142] Compiling SemVer Version.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[60/142] Compiling SemVer Version+PrereleaseIdentifier.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[61/142] Compiling SemVer Version.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[62/142] Compiling SemVer Version+Adjustments.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[63/142] Compiling SemVer Version+Codable.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[64/143] Compiling SemVer Version+Adjustments.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[65/143] Compiling SemVer Version+Codable.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[68/144] Compiling SwiftSyntax SourcePresence.swift
[69/144] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[70/144] Compiling SwiftSyntax Syntax.swift
[71/144] Compiling SwiftSyntax SyntaxArena.swift
[72/144] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[73/144] Compiling SwiftSyntax SyntaxChildren.swift
[74/144] Compiling SwiftSyntax SyntaxCollection.swift
[75/144] Compiling SwiftSyntax SyntaxHashable.swift
[76/144] Compiling SwiftSyntax SyntaxIdentifier.swift
[77/144] Compiling SwiftSyntax MemoryLayout.swift
[78/144] Compiling SwiftSyntax MissingNodeInitializers.swift
[79/144] Compiling SwiftSyntax RawSyntax.swift
[80/144] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[81/144] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[82/144] Compiling SwiftSyntax RawSyntaxTokenView.swift
[83/144] Compiling SwiftSyntax SourceEdit.swift
[84/144] Compiling SwiftSyntax SourceLength.swift
[85/144] Compiling SwiftSyntax SourceLocation.swift
[86/144] Emitting module SwiftSyntax
[87/144] Compiling SwiftSyntax SyntaxKind.swift
[88/144] Compiling SwiftSyntax SyntaxRewriter.swift
[89/144] Compiling SwiftSyntax SyntaxTraits.swift
[90/144] Compiling SwiftSyntax SyntaxVisitor.swift
[91/144] Compiling SwiftSyntax TokenKind.swift
[92/144] Compiling SwiftSyntax Tokens.swift
[93/144] Compiling SwiftSyntax TriviaPieces.swift
[94/144] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[95/144] Compiling SwiftSyntax RawSyntaxNodesC.swift
[96/144] Compiling SwiftSyntax RawSyntaxNodesD.swift
[97/144] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[98/144] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[99/144] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[100/144] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[101/144] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[102/144] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[103/144] Compiling SwiftSyntax RawSyntaxValidation.swift
[104/144] Compiling SwiftSyntax SyntaxNodesAB.swift
[105/144] Compiling SwiftSyntax SyntaxNodeFactory.swift
[106/144] Compiling SwiftSyntax SyntaxNodeStructure.swift
[107/144] Compiling SwiftSyntax SyntaxProtocol.swift
[108/144] Compiling SwiftSyntax SyntaxText.swift
[109/144] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[110/144] Compiling SwiftSyntax TokenDiagnostic.swift
[111/144] Compiling SwiftSyntax TokenSequence.swift
[112/144] Compiling SwiftSyntax TokenSyntax.swift
[113/144] Compiling SwiftSyntax Trivia.swift
[114/144] Compiling SwiftSyntax Utils.swift
[115/144] Compiling SwiftSyntax ChildNameForKeyPath.swift
[116/144] Compiling SwiftSyntax Keyword.swift
[117/144] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[118/144] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[119/144] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[120/144] Compiling SwiftSyntax SyntaxBaseNodes.swift
[121/144] Compiling SwiftSyntax SyntaxCollections.swift
[122/144] Compiling SwiftSyntax SyntaxEnum.swift
[123/144] Compiling SwiftSyntax SyntaxNodesC.swift
[124/144] Compiling SwiftSyntax SyntaxNodesD.swift
[125/144] Compiling SwiftSyntax SyntaxNodesEF.swift
[126/144] Compiling SwiftSyntax SyntaxNodesGHI.swift
[127/144] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[128/144] Compiling SwiftSyntax SyntaxNodesOP.swift
[129/144] Compiling SwiftSyntax SyntaxNodesQRS.swift
[130/144] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[131/145] Wrapping AST for SwiftSyntax for debugging
[133/202] Compiling SwiftBasicFormat Syntax+Extensions.swift
[134/202] Emitting module SwiftDiagnostics
[135/203] Compiling SwiftDiagnostics Message.swift
[136/203] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[137/203] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[138/203] Compiling SwiftParser Expressions.swift
[139/203] Compiling SwiftParser IncrementalParseTransition.swift
[140/203] Compiling SwiftParser IsValidIdentifier.swift
[141/203] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[142/203] Compiling SwiftDiagnostics FixIt.swift
[143/203] Compiling SwiftDiagnostics Note.swift
[144/203] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[145/203] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[146/203] Compiling SwiftBasicFormat InferIndentation.swift
[147/203] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[149/204] Compiling SwiftBasicFormat BasicFormat.swift
[150/204] Emitting module SwiftBasicFormat
[150/205] Wrapping AST for SwiftDiagnostics for debugging
[152/205] Wrapping AST for SwiftBasicFormat for debugging
[154/205] Compiling SwiftParser LexemeSequence.swift
[155/205] Compiling SwiftParser Lexer.swift
[156/205] Compiling SwiftParser RegexLiteralLexer.swift
[157/205] Compiling SwiftParser UnicodeScalarExtensions.swift
[158/205] Compiling SwiftParser Lookahead.swift
[159/205] Compiling SwiftParser LoopProgressCondition.swift
[160/205] Compiling SwiftParser Modifiers.swift
[161/205] Compiling SwiftParser Names.swift
[162/205] Compiling SwiftParser Nominals.swift
[163/205] Compiling SwiftParser Parameters.swift
[164/205] Compiling SwiftParser ParseSourceFile.swift
[165/205] Compiling SwiftParser Parser.swift
[166/210] Compiling SwiftParser Patterns.swift
[167/210] Compiling SwiftParser Recovery.swift
[168/210] Compiling SwiftParser Specifiers.swift
[169/210] Compiling SwiftParser Statements.swift
[170/210] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[171/210] Compiling SwiftParser StringLiterals.swift
[172/210] Compiling SwiftParser SwiftParserCompatibility.swift
[173/210] Compiling SwiftParser SwiftVersion.swift
[174/210] Compiling SwiftParser SyntaxUtils.swift
[175/210] Compiling SwiftParser TokenConsumer.swift
[176/210] Compiling SwiftParser TokenPrecedence.swift
[177/210] Compiling SwiftParser TokenSpec.swift
[178/210] Compiling SwiftParser TokenSpecSet.swift
[179/210] Compiling SwiftParser TopLevel.swift
[180/210] Compiling SwiftParser TriviaParser.swift
[181/210] Compiling SwiftParser Types.swift
[182/210] Compiling SwiftParser Attributes.swift
[183/210] Compiling SwiftParser Availability.swift
[184/210] Compiling SwiftParser CharacterInfo.swift
[185/210] Compiling SwiftParser CollectionNodes+Parsable.swift
[186/210] Compiling SwiftParser Declarations.swift
[187/210] Compiling SwiftParser Directives.swift
[188/210] Emitting module SwiftParser
[193/210] Compiling SwiftParser Cursor.swift
[194/210] Compiling SwiftParser Lexeme.swift
[195/210] Compiling SwiftParser ExperimentalFeatures.swift
[196/210] Compiling SwiftParser IsLexerClassified.swift
[197/210] Compiling SwiftParser LayoutNodes+Parsable.swift
[198/210] Compiling SwiftParser Parser+TokenSpecSet.swift
[199/210] Compiling SwiftParser TokenSpecStaticMembers.swift
[200/211] Wrapping AST for SwiftParser for debugging
[202/234] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[203/235] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[204/235] Compiling SwiftOperators OperatorError.swift
[205/235] Compiling SwiftOperators OperatorTable+Defaults.swift
[206/236] Compiling SwiftOperators PrecedenceGroup.swift
[207/236] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[208/236] Compiling SwiftOperators OperatorTable.swift
[209/236] Compiling SwiftOperators PrecedenceGraph.swift
[210/236] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[211/236] Compiling SwiftParserDiagnostics Utils.swift
[212/236] Compiling SwiftOperators OperatorTable+Semantics.swift
[213/236] Compiling SwiftOperators SyntaxSynthesis.swift
[214/236] Emitting module SwiftOperators
[215/236] Compiling SwiftOperators Operator.swift
[216/236] Compiling SwiftOperators OperatorError+Diagnostics.swift
[217/236] Compiling SwiftOperators OperatorTable+Folding.swift
[219/237] Emitting module SwiftParserDiagnostics
[221/237] Wrapping AST for SwiftOperators for debugging
[223/237] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[224/237] Compiling SwiftParserDiagnostics PresenceUtils.swift
[225/237] Compiling SwiftParserDiagnostics MissingNodesError.swift
[226/237] Compiling SwiftParserDiagnostics MissingTokenError.swift
[229/238] Wrapping AST for SwiftParserDiagnostics for debugging
[231/253] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[232/253] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[233/254] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[234/254] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[235/254] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[236/254] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[237/254] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[238/254] Compiling SwiftSyntaxBuilder Indenter.swift
[239/254] Compiling SwiftSyntaxBuilder ListBuilder.swift
[240/254] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[241/254] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[242/254] Emitting module SwiftSyntaxBuilder
[243/254] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[244/254] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[245/254] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[246/254] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[247/255] Wrapping AST for SwiftSyntaxBuilder for debugging
[249/272] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[250/272] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[251/272] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[252/272] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[253/272] Compiling SwiftSyntaxMacros MemberMacro.swift
[254/272] Compiling SwiftSyntaxMacros PeerMacro.swift
[255/272] Compiling SwiftSyntaxMacros Macro.swift
[256/272] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[257/272] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[258/272] Compiling SwiftSyntaxMacros Macro+Format.swift
[259/272] Compiling SwiftSyntaxMacros AccessorMacro.swift
[260/272] Compiling SwiftSyntaxMacros AttachedMacro.swift
[261/272] Compiling SwiftSyntaxMacros BodyMacro.swift
[262/274] Emitting module SwiftSyntaxMacros
[263/274] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[264/274] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[265/274] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[266/274] Compiling SwiftSyntaxMacros PreambleMacro.swift
[267/274] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[268/275] Wrapping AST for SwiftSyntaxMacros for debugging
[270/284] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[271/285] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[272/285] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[273/285] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[274/285] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[275/285] Emitting module SwiftSyntaxMacroExpansion
[276/285] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[277/285] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[278/285] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[279/285] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[280/286] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[282/298] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[283/298] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[284/298] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[285/299] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[286/299] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[287/299] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[288/299] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[289/299] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[290/299] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[291/299] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[292/299] Emitting module SwiftCompilerPluginMessageHandling
[293/299] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[294/299] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[295/300] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[297/302] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[298/302] Emitting module SwiftCompilerPlugin
[299/303] Wrapping AST for SwiftCompilerPlugin for debugging
[301/306] Compiling SemVerMacrosPlugin SemVerMacrosCompilerPlugin.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[302/306] Emitting module SemVerMacrosPlugin
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[303/306] Compiling SemVerMacrosPlugin VersionMacro.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[304/307] Wrapping AST for SemVerMacrosPlugin for debugging
[305/307] Write Objects.LinkFileList
[306/307] Linking SemVerMacrosPlugin-tool
[308/311] Compiling SemVerMacros VersionMacro.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[309/311] Emitting module SemVerMacros
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[311/311] Compiling SemVerMacros VersionMacro.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
Build complete! (98.11s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "semver",
  "name" : "semver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SemVer",
      "targets" : [
        "SemVer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SemVerMacros",
      "targets" : [
        "SemVerMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SemVerMacrosPlugin",
      "targets" : [
        "SemVerMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SemVerTests",
      "module_type" : "SwiftTarget",
      "name" : "SemVerTests",
      "path" : "Tests/SemVerTests",
      "sources" : [
        "GitHubIssueTests.swift",
        "VersionTests.swift",
        "Version_AdjustmentTests.swift",
        "Version_CodableTests.swift",
        "Version_PrereleaseIdentifierTests.swift"
      ],
      "target_dependencies" : [
        "SemVerParsing",
        "SemVer",
        "SemVerMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SemVerParsingTests",
      "module_type" : "SwiftTarget",
      "name" : "SemVerParsingTests",
      "path" : "Tests/SemVerParsingTests",
      "sources" : [
        "VersionParserTests.swift"
      ],
      "target_dependencies" : [
        "SemVerParsing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SemVerParsing",
      "module_type" : "SwiftTarget",
      "name" : "SemVerParsing",
      "path" : "Sources/SemVerParsing",
      "product_memberships" : [
        "SemVer",
        "SemVerMacros",
        "SemVerMacrosPlugin"
      ],
      "sources" : [
        "VersionParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SemVerMacrosPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "SemVerMacrosPluginTests",
      "path" : "Tests/SemVerMacrosPluginTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SemVerMacrosCompilerPluginTests.swift",
        "VersionMacroTests.swift"
      ],
      "target_dependencies" : [
        "SemVerParsing",
        "SemVerMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SemVerMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "SemVerMacrosPlugin",
      "path" : "Sources/SemVerMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftDiagnostics",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SemVerMacros",
        "SemVerMacrosPlugin"
      ],
      "sources" : [
        "SemVerMacrosCompilerPlugin.swift",
        "VersionMacro.swift"
      ],
      "target_dependencies" : [
        "SemVerParsing"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SemVerMacros",
      "module_type" : "SwiftTarget",
      "name" : "SemVerMacros",
      "path" : "Sources/SemVerMacros",
      "product_memberships" : [
        "SemVerMacros"
      ],
      "sources" : [
        "VersionMacro.swift"
      ],
      "target_dependencies" : [
        "SemVer",
        "SemVerMacrosPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SemVer",
      "module_type" : "SwiftTarget",
      "name" : "SemVer",
      "path" : "Sources/SemVer",
      "product_memberships" : [
        "SemVer",
        "SemVerMacros"
      ],
      "sources" : [
        "Version+Adjustments.swift",
        "Version+Codable.swift",
        "Version+FormattingOptions.swift",
        "Version+PrereleaseIdentifier.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "SemVerParsing"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.