Build Information
Successful build of semver, reference main (4ae357
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 10:11:09 UTC.
Swift 6 data race errors: 4
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.03s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.03s)
Fetched https://github.com/swiftlang/swift-syntax from cache (0.03s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
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-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "semver",
"name": "semver",
"url": "https://github.com/sersoft-gmbh/semver.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/semver",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/swiftlang/swift-syntax",
"version": "600.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/sersoft-gmbh/semver.git
[1/3284] Fetching semver
Fetched https://github.com/sersoft-gmbh/semver.git from cache (1.02s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (1.06s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (1.69s)
Creating working copy for https://github.com/sersoft-gmbh/semver.git
Working copy of https://github.com/sersoft-gmbh/semver.git resolved at main (4ae357c)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
warning: '.resolve-product-dependencies': dependency 'semver' is not used by any target
Found 1 product dependencies
- swift-syntax
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/sersoft-gmbh/semver.git
https://github.com/sersoft-gmbh/semver.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/27] Write sources
[23/27] Compiling _SwiftSyntaxCShims dummy.c
[24/27] Write swift-version-2F0A5646E1D333AE.txt
[26/37] Compiling SwiftSyntax510 Empty.swift
[27/37] Emitting module SwiftSyntax510
[28/37] Compiling SwiftSyntax600 Empty.swift
[29/37] Emitting module SwiftSyntax600
[30/37] Compiling SwiftSyntax509 Empty.swift
[31/37] Emitting module SwiftSyntax509
[32/102] Compiling SwiftSyntax Identifier.swift
[33/102] Compiling SwiftSyntax MemoryLayout.swift
[34/102] Compiling SwiftSyntax MissingNodeInitializers.swift
[35/102] Compiling SwiftSyntax RawSyntax.swift
[36/102] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[37/102] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[38/102] Compiling SwiftSyntax RawSyntaxTokenView.swift
[39/109] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[40/109] Compiling SwiftSyntax SyntaxChildren.swift
[41/109] Compiling SwiftSyntax SyntaxCollection.swift
[42/109] Compiling SwiftSyntax SyntaxHashable.swift
[43/109] Compiling SwiftSyntax SyntaxIdentifier.swift
[44/109] Compiling SwiftSyntax SyntaxNodeFactory.swift
[45/109] Compiling SwiftSyntax SyntaxNodeStructure.swift
[46/109] Compiling SwiftSyntax SyntaxProtocol.swift
[47/109] Compiling SwiftSyntax SyntaxText.swift
[48/109] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[49/109] Compiling SwiftSyntax TokenDiagnostic.swift
[50/109] Compiling SwiftSyntax TokenSequence.swift
[51/109] Compiling SwiftSyntax TokenSyntax.swift
[52/109] Compiling SwiftSyntax Trivia.swift
[53/109] Compiling SwiftSyntax AbsolutePosition.swift
[54/109] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[55/109] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[56/109] Compiling SwiftSyntax Assert.swift
[57/109] Compiling SwiftSyntax BumpPtrAllocator.swift
[58/109] Compiling SwiftSyntax CommonAncestor.swift
[59/109] Compiling SwiftSyntax Convenience.swift
[60/109] Compiling SwiftSyntax CustomTraits.swift
[61/109] Compiling SwiftSyntax SourceEdit.swift
[62/109] Compiling SwiftSyntax SourceLength.swift
[63/109] Compiling SwiftSyntax SourceLocation.swift
[64/109] Compiling SwiftSyntax SourcePresence.swift
[65/109] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[66/109] Compiling SwiftSyntax Syntax.swift
[67/109] Compiling SwiftSyntax SyntaxArena.swift
[68/109] Emitting module SemVerParsing
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[69/109] Compiling SemVerParsing VersionParser.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[70/109] Emitting module SemVerParsing
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[71/109] Compiling SemVerParsing VersionParser.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[72/121] Compiling SemVer Version+FormattingOptions.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[73/121] Compiling SemVer Version+PrereleaseIdentifier.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[74/121] Compiling SemVer Version+Adjustments.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[75/121] Emitting module SemVer
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[76/121] Compiling SemVer Version+Codable.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[77/121] Compiling SemVer Version.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[78/121] Compiling SemVer Version+FormattingOptions.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[79/121] Compiling SemVer Version+PrereleaseIdentifier.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[80/121] Compiling SemVer Version.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[81/121] Compiling SemVer Version+Adjustments.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[82/121] Compiling SemVer Version+Codable.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[83/121] Emitting module SemVer
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[84/121] Emitting module SwiftSyntax
[85/121] Compiling SwiftSyntax Tokens.swift
[86/121] Compiling SwiftSyntax TriviaPieces.swift
[87/121] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[88/121] Compiling SwiftSyntax RawSyntaxNodesC.swift
[89/121] Compiling SwiftSyntax RawSyntaxNodesD.swift
[90/121] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[91/121] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[92/121] Compiling SwiftSyntax SyntaxCollections.swift
[93/121] Compiling SwiftSyntax SyntaxEnum.swift
[94/121] Compiling SwiftSyntax SyntaxKind.swift
[95/121] Compiling SwiftSyntax SyntaxRewriter.swift
[96/121] Compiling SwiftSyntax SyntaxTraits.swift
[97/121] Compiling SwiftSyntax SyntaxVisitor.swift
[98/121] Compiling SwiftSyntax TokenKind.swift
[99/121] Compiling SwiftSyntax Utils.swift
[100/121] Compiling SwiftSyntax ChildNameForKeyPath.swift
[101/121] Compiling SwiftSyntax Keyword.swift
[102/121] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[103/121] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[104/121] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[105/121] Compiling SwiftSyntax SyntaxBaseNodes.swift
[106/121] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[107/121] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[108/121] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[109/121] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[110/121] Compiling SwiftSyntax RawSyntaxValidation.swift
[111/121] Compiling SwiftSyntax SyntaxNodesAB.swift
[112/121] Compiling SwiftSyntax SyntaxNodesC.swift
[113/121] Compiling SwiftSyntax SyntaxNodesD.swift
[114/121] Compiling SwiftSyntax SyntaxNodesEF.swift
[115/121] Compiling SwiftSyntax SyntaxNodesGHI.swift
[116/121] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[117/121] Compiling SwiftSyntax SyntaxNodesOP.swift
[118/121] Compiling SwiftSyntax SyntaxNodesQRS.swift
[119/121] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[120/179] Compiling SwiftDiagnostics Message.swift
[121/180] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[122/180] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[123/180] Compiling SwiftBasicFormat InferIndentation.swift
[124/180] Compiling SwiftBasicFormat Syntax+Extensions.swift
[125/180] Compiling SwiftDiagnostics Diagnostic.swift
[126/180] Emitting module SwiftDiagnostics
[127/180] Compiling SwiftDiagnostics Note.swift
[128/180] Compiling SwiftDiagnostics FixIt.swift
[129/180] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[130/180] Compiling SwiftBasicFormat BasicFormat.swift
[131/180] Emitting module SwiftBasicFormat
[132/180] Compiling SwiftDiagnostics Convenience.swift
[133/180] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[134/180] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[135/180] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[136/180] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[137/180] Compiling SwiftParser TopLevel.swift
[138/180] Compiling SwiftParser TriviaParser.swift
[139/180] Compiling SwiftParser Types.swift
[140/180] Compiling SwiftParser ExperimentalFeatures.swift
[141/184] Compiling SwiftParser StringLiterals.swift
[142/184] Compiling SwiftParser SwiftParserCompatibility.swift
[143/184] Compiling SwiftParser SwiftVersion.swift
[144/184] Compiling SwiftParser SyntaxUtils.swift
[145/184] Compiling SwiftParser TokenConsumer.swift
[146/184] Compiling SwiftParser TokenPrecedence.swift
[147/184] Compiling SwiftParser TokenSpec.swift
[148/184] Compiling SwiftParser TokenSpecSet.swift
[149/184] Compiling SwiftParser Nominals.swift
[150/184] Compiling SwiftParser Parameters.swift
[151/184] Compiling SwiftParser ParseSourceFile.swift
[152/184] Compiling SwiftParser Parser.swift
[153/184] Compiling SwiftParser Patterns.swift
[154/184] Compiling SwiftParser UnicodeScalarExtensions.swift
[155/184] Compiling SwiftParser Lookahead.swift
[156/184] Compiling SwiftParser LoopProgressCondition.swift
[157/184] Compiling SwiftParser Modifiers.swift
[158/184] Compiling SwiftParser Names.swift
[159/184] Compiling SwiftParser Recovery.swift
[160/184] Compiling SwiftParser Specifiers.swift
[161/184] Compiling SwiftParser Statements.swift
[162/184] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[163/184] Emitting module SwiftParser
[164/184] Compiling SwiftParser Directives.swift
[165/184] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[166/184] Compiling SwiftParser Expressions.swift
[167/184] Compiling SwiftParser IncrementalParseTransition.swift
[168/184] Compiling SwiftParser IsValidIdentifier.swift
[169/184] Compiling SwiftParser Cursor.swift
[170/184] Compiling SwiftParser Lexeme.swift
[171/184] Compiling SwiftParser LexemeSequence.swift
[172/184] Compiling SwiftParser Lexer.swift
[173/184] Compiling SwiftParser RegexLiteralLexer.swift
[174/184] Compiling SwiftParser Attributes.swift
[175/184] Compiling SwiftParser Availability.swift
[176/184] Compiling SwiftParser CharacterInfo.swift
[177/184] Compiling SwiftParser CollectionNodes+Parsable.swift
[178/184] Compiling SwiftParser Declarations.swift
[179/184] Compiling SwiftParser IsLexerClassified.swift
[180/184] Compiling SwiftParser LayoutNodes+Parsable.swift
[181/184] Compiling SwiftParser Parser+TokenSpecSet.swift
[182/184] Compiling SwiftParser TokenSpecStaticMembers.swift
[183/207] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[184/208] Compiling SwiftOperators OperatorTable.swift
[185/208] Compiling SwiftOperators PrecedenceGroup.swift
[186/209] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[187/209] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[188/209] Compiling SwiftOperators SyntaxSynthesis.swift
[189/209] Compiling SwiftOperators PrecedenceGraph.swift
[190/209] Compiling SwiftOperators OperatorError.swift
[191/209] Compiling SwiftOperators OperatorError+Diagnostics.swift
[192/209] Compiling SwiftOperators Operator.swift
[193/209] Compiling SwiftOperators OperatorTable+Defaults.swift
[194/209] Compiling SwiftOperators OperatorTable+Semantics.swift
[195/209] Compiling SwiftOperators OperatorTable+Folding.swift
[196/209] Emitting module SwiftOperators
[197/209] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[198/209] Emitting module SwiftParserDiagnostics
[199/209] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[200/209] Compiling SwiftParserDiagnostics Utils.swift
[201/209] Compiling SwiftParserDiagnostics PresenceUtils.swift
[202/209] Compiling SwiftParserDiagnostics MissingNodesError.swift
[203/209] Compiling SwiftParserDiagnostics MissingTokenError.swift
[204/209] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[205/209] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[206/209] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[207/209] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[208/224] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[209/225] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[210/225] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[211/225] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[212/225] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[213/225] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[214/225] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[215/225] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[216/225] Compiling SwiftSyntaxBuilder Indenter.swift
[217/225] Compiling SwiftSyntaxBuilder ListBuilder.swift
[218/225] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[219/225] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[220/225] Emitting module SwiftSyntaxBuilder
[221/225] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[222/225] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[223/225] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[224/243] Compiling SwiftSyntaxMacros AttachedMacro.swift
[225/243] Compiling SwiftSyntaxMacros BodyMacro.swift
[226/244] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[227/244] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[228/244] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[229/244] Compiling SwiftSyntaxMacros AccessorMacro.swift
[230/244] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[231/244] Compiling SwiftSyntaxMacros Macro+Format.swift
[232/244] Compiling SwiftSyntaxMacros Macro.swift
[233/244] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[234/244] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[235/244] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[236/244] Compiling SwiftSyntaxMacros PreambleMacro.swift
[237/244] Compiling SwiftSyntaxMacros MemberMacro.swift
[238/244] Compiling SwiftSyntaxMacros PeerMacro.swift
[239/244] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[240/244] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[241/244] Emitting module SwiftSyntaxMacros
[242/244] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[243/254] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[244/254] Emitting module SwiftSyntaxMacroExpansion
[245/254] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[246/254] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[247/254] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[248/254] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[249/254] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[250/254] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[251/254] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[252/254] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[253/266] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[254/266] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[255/266] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[256/267] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[257/267] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[258/267] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[259/267] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[260/267] Emitting module SwiftCompilerPluginMessageHandling
[261/267] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[262/267] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[263/267] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[264/267] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[265/267] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[266/269] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[267/269] Emitting module SwiftCompilerPlugin
[268/272] Emitting module SemVerMacrosPlugin
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[269/272] Compiling SemVerMacrosPlugin VersionMacro.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[270/272] Compiling SemVerMacrosPlugin SemVerMacrosCompilerPlugin.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[270/272] Write Objects.LinkFileList
[271/272] Linking SemVerMacrosPlugin-tool
[273/276] Emitting module SemVerMacros
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[274/276] Compiling SemVerMacros VersionMacro.swift
<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
[276/276] Emitting module SemVerMacros
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
Build complete! (33.50s)
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" : "/Users/admin/builder/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"
}
Done.