The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of JBird, reference main (a5fd4c), with Swift 6.2 (beta) for Linux on 29 Aug 2025 07:27:55 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vsanthanam/JBird.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/vsanthanam/JBird
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a5fd4c4 Upgrate to SwiftFormat 0.57.2 (#127)
Cloned https://github.com/vsanthanam/JBird.git
Revision (git rev-parse @):
a5fd4c47834d82e1980ff7b1606e5b164ed16118
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/JBird.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vsanthanam/JBird.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/swiftlang/swift-docc-plugin.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
[1/2094] Fetching swift-docc-plugin
[2095/73933] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.56s)
[1437/71839] Fetching swift-syntax
[3593/122663] Fetching swift-syntax, swiftformat
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.92s)
[11182/50824] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (41.00s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.57.2 (47.00s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.3 (4.16s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3487] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (5.19s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (6.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.57s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git 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
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.57.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
[1/1] Compiling plugin SwiftFormatPlugin
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.swift:106:17: warning: capture of non-Sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
104 |             // Copy the closure and the target into a block operation object
105 |             let new = BlockOperation { [work, task] in
106 |                 work(task)
    |                 `- warning: capture of non-Sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
107 |             }
108 |             operationsByID[task.id] = new
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.swift:105:41: warning: capture of non-Sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |             }
104 |             // Copy the closure and the target into a block operation object
105 |             let new = BlockOperation { [work, task] in
    |                                         `- warning: capture of non-Sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |                 work(task)
107 |             }
[2/2] Compiling plugin Swift-DocC Preview
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.swift:106:17: warning: capture of non-Sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
104 |             // Copy the closure and the target into a block operation object
105 |             let new = BlockOperation { [work, task] in
106 |                 work(task)
    |                 `- warning: capture of non-Sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
107 |             }
108 |             operationsByID[task.id] = new
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.swift:105:41: warning: capture of non-Sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |             }
104 |             // Copy the closure and the target into a block operation object
105 |             let new = BlockOperation { [work, task] in
    |                                         `- warning: capture of non-Sendable type 'Target.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |                 work(task)
107 |             }
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/49] Write sources
[27/49] Compiling _SwiftSyntaxCShims dummy.c
[28/49] Write swift-version-24593BA9C3E375BF.txt
[29/49] Compiling JBirdParser JBirdParser.c
[32/71] Emitting module SwiftSyntax509
[33/85] Compiling SwiftSyntax509 Empty.swift
[34/85] Emitting module SwiftSyntax601
[35/85] Compiling SwiftSyntax601 Empty.swift
[36/87] Emitting module SwiftSyntax600
[37/87] Compiling SwiftSyntax600 Empty.swift
[38/88] Compiling JBirdCore JSONLiteralConvertible.swift
[39/88] Compiling JBirdCore JSONNumericConvertible.swift
[40/88] Emitting module SwiftSyntax510
[41/88] Compiling SwiftSyntax510 Empty.swift
[43/90] Compiling JBirdCore JSONSubscriptConvertible.swift
[44/90] Compiling JBirdCore DeserializationOptions.swift
[49/91] Wrapping AST for SwiftSyntax509 for debugging
[49/91] Wrapping AST for SwiftSyntax601 for debugging
[51/91] Wrapping AST for SwiftSyntax600 for debugging
[52/91] Wrapping AST for SwiftSyntax510 for debugging
[54/155] Compiling JBirdCore SerializationOptions.swift
[56/155] Compiling SwiftSyntax MissingNodeInitializers.swift
[57/155] Compiling SwiftSyntax RawSyntax.swift
[58/155] Compiling SwiftSyntax Identifier.swift
/host/spi-builder-workspace/Sources/JBirdCore/Protocols/JSONCodable.swift:150:20: warning: capture of non-Sendable type 'Element.Type' in an isolated closure
148 |
149 |     public func encodeToJSON() -> JSON {
150 |         .array(map(JSON.init))
    |                    `- warning: capture of non-Sendable type 'Element.Type' in an isolated closure
151 |     }
152 |
/host/spi-builder-workspace/Sources/JBirdCore/Protocols/JSONCodable.swift:168:27: warning: capture of non-Sendable type 'Value.Type' in an isolated closure
166 |
167 |     public func encodeToJSON() -> JSON {
168 |         .object(mapValues(JSON.init))
    |                           `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure
169 |     }
170 |
/host/spi-builder-workspace/Sources/JBirdCore/Protocols/JSONCodable.swift:235:20: warning: capture of non-Sendable type 'Element.Type' in an isolated closure
233 |
234 |     public func encodeToJSON() -> JSON {
235 |         .array(map(JSON.init))
    |                    `- warning: capture of non-Sendable type 'Element.Type' in an isolated closure
236 |     }
237 |
[59/155] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/Sources/JBirdCore/Protocols/JSONCodable.swift:150:20: warning: capture of non-Sendable type 'Element.Type' in an isolated closure
148 |
149 |     public func encodeToJSON() -> JSON {
150 |         .array(map(JSON.init))
    |                    `- warning: capture of non-Sendable type 'Element.Type' in an isolated closure
151 |     }
152 |
/host/spi-builder-workspace/Sources/JBirdCore/Protocols/JSONCodable.swift:168:27: warning: capture of non-Sendable type 'Value.Type' in an isolated closure
166 |
167 |     public func encodeToJSON() -> JSON {
168 |         .object(mapValues(JSON.init))
    |                           `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure
169 |     }
170 |
/host/spi-builder-workspace/Sources/JBirdCore/Protocols/JSONCodable.swift:235:20: warning: capture of non-Sendable type 'Element.Type' in an isolated closure
233 |
234 |     public func encodeToJSON() -> JSON {
235 |         .array(map(JSON.init))
    |                    `- warning: capture of non-Sendable type 'Element.Type' in an isolated closure
236 |     }
237 |
[60/155] Emitting module JBirdCore
[61/155] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[62/155] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[63/155] Compiling SwiftSyntax RawSyntaxTokenView.swift
[64/155] Compiling SwiftSyntax SourceEdit.swift
[71/155] Emitting module JBirdCore
/host/spi-builder-workspace/Sources/JBirdCore/Protocols/JSONCodable.swift:150:20: warning: capture of non-Sendable type 'Element.Type' in an isolated closure
148 |
149 |     public func encodeToJSON() -> JSON {
150 |         .array(map(JSON.init))
    |                    `- warning: capture of non-Sendable type 'Element.Type' in an isolated closure
151 |     }
152 |
/host/spi-builder-workspace/Sources/JBirdCore/Protocols/JSONCodable.swift:168:27: warning: capture of non-Sendable type 'Value.Type' in an isolated closure
166 |
167 |     public func encodeToJSON() -> JSON {
168 |         .object(mapValues(JSON.init))
    |                           `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure
169 |     }
170 |
/host/spi-builder-workspace/Sources/JBirdCore/Protocols/JSONCodable.swift:235:20: warning: capture of non-Sendable type 'Element.Type' in an isolated closure
233 |
234 |     public func encodeToJSON() -> JSON {
235 |         .array(map(JSON.init))
    |                    `- warning: capture of non-Sendable type 'Element.Type' in an isolated closure
236 |     }
237 |
/host/spi-builder-workspace/Sources/JBirdCore/Protocols/JSONCodable.swift:150:20: warning: capture of non-Sendable type 'Element.Type' in an isolated closure
148 |
149 |     public func encodeToJSON() -> JSON {
150 |         .array(map(JSON.init))
    |                    `- warning: capture of non-Sendable type 'Element.Type' in an isolated closure
151 |     }
152 |
/host/spi-builder-workspace/Sources/JBirdCore/Protocols/JSONCodable.swift:168:27: warning: capture of non-Sendable type 'Value.Type' in an isolated closure
166 |
167 |     public func encodeToJSON() -> JSON {
168 |         .object(mapValues(JSON.init))
    |                           `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure
169 |     }
170 |
/host/spi-builder-workspace/Sources/JBirdCore/Protocols/JSONCodable.swift:235:20: warning: capture of non-Sendable type 'Element.Type' in an isolated closure
233 |
234 |     public func encodeToJSON() -> JSON {
235 |         .array(map(JSON.init))
    |                    `- warning: capture of non-Sendable type 'Element.Type' in an isolated closure
236 |     }
237 |
[74/155] Compiling JBirdCore Serialization.swift
[75/155] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[76/155] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[78/156] Compiling JBirdCore Serialization.swift
[80/160] Emitting module JBirdBuilders
[82/163] Compiling JBirdBuilders ArrayBuilder.swift
[83/163] Compiling JBirdBuilders ObjectBuilder.swift
[85/164] Compiling JBirdBuilders ArrayBuilder.swift
[86/164] Compiling JBirdBuilders ObjectBuilder.swift
[96/165] Compiling SwiftSyntax SourceLength.swift
[97/165] Compiling SwiftSyntax AbsolutePosition.swift
[100/165] Compiling SwiftSyntax Assert.swift
[101/165] Compiling SwiftSyntax BumpPtrAllocator.swift
[102/165] Compiling SwiftSyntax CommonAncestor.swift
[103/165] Compiling SwiftSyntax Convenience.swift
[104/165] Compiling SwiftSyntax CustomTraits.swift
[105/165] Compiling SwiftSyntax EditorPlaceholder.swift
[106/174] Emitting module SwiftSyntax
[107/174] Compiling SwiftSyntax SyntaxEnum.swift
[108/174] Compiling SwiftSyntax SyntaxKind.swift
[109/174] Compiling SwiftSyntax SyntaxRewriter.swift
[110/174] Compiling SwiftSyntax SyntaxTraits.swift
[111/174] Compiling SwiftSyntax SyntaxVisitor.swift
[112/174] Compiling SwiftSyntax TokenKind.swift
[113/174] Compiling SwiftSyntax Tokens.swift
[114/174] Compiling SwiftSyntax TriviaPieces.swift
[115/174] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[116/174] Compiling SwiftSyntax RawSyntaxNodesC.swift
[117/174] Compiling SwiftSyntax RawSyntaxNodesD.swift
[118/174] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[119/174] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[120/174] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[121/174] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[122/174] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[123/174] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[124/174] Compiling SwiftSyntax RawSyntaxValidation.swift
[125/174] Compiling SwiftSyntax SourceLocation.swift
[126/174] Compiling SwiftSyntax SourcePresence.swift
[127/174] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[128/174] Compiling SwiftSyntax Syntax.swift
[129/174] Compiling SwiftSyntax SyntaxArena.swift
[130/174] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[131/174] Compiling SwiftSyntax SyntaxChildren.swift
[132/174] Compiling SwiftSyntax SyntaxCollection.swift
[133/174] Compiling SwiftSyntax SyntaxHashable.swift
[134/174] Compiling SwiftSyntax SyntaxIdentifier.swift
[135/174] Compiling SwiftSyntax SyntaxNodeFactory.swift
[136/174] Compiling SwiftSyntax SyntaxNodeStructure.swift
[137/174] Compiling SwiftSyntax SyntaxProtocol.swift
[138/174] Compiling SwiftSyntax SyntaxText.swift
[139/174] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[140/174] Compiling SwiftSyntax TokenDiagnostic.swift
[141/174] Compiling SwiftSyntax TokenSequence.swift
[142/174] Compiling SwiftSyntax TokenSyntax.swift
[143/174] Compiling SwiftSyntax Trivia.swift
[144/174] Compiling SwiftSyntax Utils.swift
[145/174] Compiling SwiftSyntax ChildNameForKeyPath.swift
[146/174] Compiling SwiftSyntax Keyword.swift
[147/174] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[148/174] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[149/174] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[150/174] Compiling SwiftSyntax SyntaxBaseNodes.swift
[151/174] Compiling SwiftSyntax SyntaxCollections.swift
[152/174] Compiling SwiftSyntax SyntaxNodesAB.swift
[153/174] Compiling SwiftSyntax SyntaxNodesC.swift
[154/174] Compiling SwiftSyntax SyntaxNodesD.swift
[155/174] Compiling SwiftSyntax SyntaxNodesEF.swift
[156/174] Compiling SwiftSyntax SyntaxNodesGHI.swift
[157/174] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[158/174] Compiling SwiftSyntax SyntaxNodesOP.swift
[159/174] Compiling SwiftSyntax SyntaxNodesQRS.swift
[160/174] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[161/175] Wrapping AST for SwiftSyntax for debugging
[163/233] Compiling SwiftDiagnostics Message.swift
[164/234] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[165/234] Compiling SwiftParser CharacterInfo.swift
[166/234] Compiling SwiftParser CollectionNodes+Parsable.swift
[167/234] Compiling SwiftDiagnostics Note.swift
[168/234] Emitting module SwiftDiagnostics
[169/234] Compiling SwiftParser Attributes.swift
[170/234] Compiling SwiftParser Availability.swift
[171/234] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[172/234] Compiling SwiftBasicFormat Syntax+Extensions.swift
[173/234] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[174/234] Compiling SwiftBasicFormat InferIndentation.swift
[175/234] Compiling SwiftBasicFormat Indenter.swift
[176/234] Compiling SwiftDiagnostics FixIt.swift
[177/234] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[178/234] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[179/235] Wrapping AST for SwiftDiagnostics for debugging
[181/235] Emitting module SwiftBasicFormat
[182/235] Compiling SwiftBasicFormat BasicFormat.swift
[183/236] Wrapping AST for SwiftBasicFormat for debugging
[185/236] Compiling SwiftParser SwiftParserCompatibility.swift
[186/236] Compiling SwiftParser SwiftVersion.swift
[187/236] Compiling SwiftParser SyntaxUtils.swift
[188/236] Compiling SwiftParser TokenConsumer.swift
[189/236] Compiling SwiftParser TokenPrecedence.swift
[190/236] Compiling SwiftParser TokenSpec.swift
[191/236] Compiling SwiftParser TokenSpecSet.swift
[192/236] Compiling SwiftParser TopLevel.swift
[193/236] Compiling SwiftParser TriviaParser.swift
[194/236] Compiling SwiftParser Types.swift
[195/241] Compiling SwiftParser LexemeSequence.swift
[196/241] Compiling SwiftParser Lexer.swift
[197/241] Compiling SwiftParser RegexLiteralLexer.swift
[198/241] Compiling SwiftParser UnicodeScalarExtensions.swift
[199/241] Compiling SwiftParser Lookahead.swift
[200/241] Compiling SwiftParser LoopProgressCondition.swift
[201/241] Compiling SwiftParser Patterns.swift
[202/241] Compiling SwiftParser Recovery.swift
[203/241] Compiling SwiftParser Specifiers.swift
[204/241] Compiling SwiftParser Statements.swift
[205/241] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[206/241] Compiling SwiftParser StringLiterals.swift
[207/241] Compiling SwiftParser Modifiers.swift
[208/241] Compiling SwiftParser Names.swift
[209/241] Compiling SwiftParser Nominals.swift
[210/241] Compiling SwiftParser Parameters.swift
[211/241] Compiling SwiftParser ParseSourceFile.swift
[212/241] Compiling SwiftParser Parser.swift
[213/241] Emitting module SwiftParser
[214/241] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[215/241] Compiling SwiftParser Expressions.swift
[216/241] Compiling SwiftParser IncrementalParseTransition.swift
[217/241] Compiling SwiftParser IsValidIdentifier.swift
[218/241] Compiling SwiftParser Cursor.swift
[219/241] Compiling SwiftParser Lexeme.swift
[224/241] Compiling SwiftParser Declarations.swift
[225/241] Compiling SwiftParser Directives.swift
[226/241] Compiling SwiftParser ExperimentalFeatures.swift
[227/241] Compiling SwiftParser IsLexerClassified.swift
[228/241] Compiling SwiftParser LayoutNodes+Parsable.swift
[229/241] Compiling SwiftParser Parser+TokenSpecSet.swift
[230/241] Compiling SwiftParser TokenSpecStaticMembers.swift
[231/242] Wrapping AST for SwiftParser for debugging
[233/265] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[234/266] Compiling SwiftOperators PrecedenceGroup.swift
[235/267] Compiling SwiftOperators PrecedenceGraph.swift
[236/267] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[237/267] Compiling SwiftOperators OperatorTable.swift
[238/267] Compiling SwiftOperators SyntaxSynthesis.swift
[239/267] Emitting module SwiftOperators
[240/267] Compiling SwiftOperators OperatorTable+Semantics.swift
[241/267] Compiling SwiftOperators Operator.swift
[242/267] Compiling SwiftOperators OperatorError+Diagnostics.swift
[243/267] Compiling SwiftOperators OperatorError.swift
[244/267] Compiling SwiftOperators OperatorTable+Defaults.swift
[245/267] Compiling SwiftOperators OperatorTable+Folding.swift
[246/268] Wrapping AST for SwiftOperators for debugging
[248/268] Emitting module SwiftParserDiagnostics
[249/268] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[250/268] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[251/268] Compiling SwiftParserDiagnostics Utils.swift
[252/268] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[253/268] Compiling SwiftParserDiagnostics PresenceUtils.swift
[258/268] Compiling SwiftParserDiagnostics MissingNodesError.swift
[259/268] Compiling SwiftParserDiagnostics MissingTokenError.swift
[260/269] Wrapping AST for SwiftParserDiagnostics for debugging
[262/284] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[263/284] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[264/285] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[265/285] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[266/285] Emitting module SwiftSyntaxBuilder
[267/285] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[268/285] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[269/285] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[270/285] Compiling SwiftSyntaxBuilder Indenter.swift
[271/285] Compiling SwiftSyntaxBuilder ListBuilder.swift
[272/285] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[273/285] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[274/285] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[275/285] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[276/285] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[277/285] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[278/286] Wrapping AST for SwiftSyntaxBuilder for debugging
[280/303] Compiling SwiftSyntaxMacros MemberMacro.swift
[281/303] Compiling SwiftSyntaxMacros PeerMacro.swift
[282/303] Compiling SwiftSyntaxMacros AccessorMacro.swift
[283/303] Compiling SwiftSyntaxMacros AttachedMacro.swift
[284/303] Compiling SwiftSyntaxMacros BodyMacro.swift
[285/305] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[286/305] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[287/305] Compiling SwiftSyntaxMacros Macro.swift
[288/305] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[289/305] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[290/305] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[291/305] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[292/305] Compiling SwiftSyntaxMacros Macro+Format.swift
[293/305] Compiling SwiftSyntaxMacros PreambleMacro.swift
[294/305] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[295/305] Emitting module SwiftSyntaxMacros
[296/305] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[297/305] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[298/305] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[299/306] Wrapping AST for SwiftSyntaxMacros for debugging
[301/315] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[302/316] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[303/316] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[304/316] Emitting module SwiftSyntaxMacroExpansion
[305/316] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[306/316] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[307/316] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[308/316] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[309/316] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[310/316] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[311/317] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[313/329] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[314/329] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[315/330] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[316/330] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[317/330] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[318/330] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[319/330] Emitting module SwiftCompilerPluginMessageHandling
[320/330] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[321/330] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[322/330] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[323/330] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[324/330] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[325/330] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[326/331] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[328/333] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[329/333] Emitting module SwiftCompilerPlugin
[330/334] Wrapping AST for SwiftCompilerPlugin for debugging
[332/339] Compiling JBirdCompilerPlugin OmitIfNilMacro.swift
[333/339] Compiling JBirdCompilerPlugin JSONKeyMacro.swift
[334/339] Emitting module JBirdCompilerPlugin
[335/339] Compiling JBirdCompilerPlugin JSONCodableMacro.swift
[336/339] Compiling JBirdCompilerPlugin JBirdCompilerPlugin.swift
[337/340] Wrapping AST for JBirdCompilerPlugin for debugging
[338/340] Write Objects.LinkFileList
[339/340] Linking JBirdCompilerPlugin-tool
[341/344] Emitting module JBirdMacros
[342/344] Compiling JBirdMacros JBirdMacros.swift
[344/345] Emitting module JBirdMacros
[345/345] Compiling JBirdMacros JBirdMacros.swift
[347/350] Compiling JBird JBird.swift
[348/350] Emitting module JBird
[350/351] Compiling JBird JBird.swift
Build complete! (313.26s)
Build complete.
{
  "c_language_standard" : "c11",
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "601.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "exact" : [
          "1.4.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.57.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    }
  ],
  "manifest_display_name" : "JBird",
  "name" : "JBird",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "JBird",
      "targets" : [
        "JBird"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdCore",
      "targets" : [
        "JBirdCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdBuilders",
      "targets" : [
        "JBirdBuilders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdMacros",
      "targets" : [
        "JBirdMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdCompilerPlugin",
      "targets" : [
        "JBirdCompilerPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JBirdTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdTests",
      "path" : "Tests/JBirdTests",
      "sources" : [
        "ExportedImportTests.swift"
      ],
      "target_dependencies" : [
        "JBird"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdParserTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdParserTests",
      "path" : "Tests/JBirdParserTests",
      "sources" : [
        "JBirdParserTests.swift"
      ],
      "target_dependencies" : [
        "JBirdParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdParser",
      "module_type" : "ClangTarget",
      "name" : "JBirdParser",
      "path" : "Sources/JBirdParser",
      "product_memberships" : [
        "JBird",
        "JBirdCore",
        "JBirdBuilders",
        "JBirdMacros"
      ],
      "sources" : [
        "JBirdParser.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBirdMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdMacrosTests",
      "path" : "Tests/JBirdMacrosTests",
      "sources" : [
        "JBirdMacrosTests.swift"
      ],
      "target_dependencies" : [
        "JBirdMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdMacros",
      "module_type" : "SwiftTarget",
      "name" : "JBirdMacros",
      "path" : "Sources/JBirdMacros",
      "product_memberships" : [
        "JBird",
        "JBirdMacros"
      ],
      "sources" : [
        "JBirdMacros.swift"
      ],
      "target_dependencies" : [
        "JBirdCompilerPlugin",
        "JBirdCore",
        "JBirdBuilders"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBirdCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdCoreTests",
      "path" : "Tests/JBirdCoreTests",
      "sources" : [
        "Errors/JSONDeserializationErrorTests.swift",
        "Errors/JSONErrorTests.swift",
        "Errors/JSONSerializationErrorTests.swift",
        "Models/JSONTests.swift",
        "Models/LiteralTests.swift",
        "Models/NumericTests.swift",
        "Models/SubscriptTests.swift",
        "Protocols/JSONCodableTests.swift",
        "Serialization/DeserializationTests.swift",
        "Serialization/SerializationTests.swift"
      ],
      "target_dependencies" : [
        "JBirdCore",
        "JBirdParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdCore",
      "module_type" : "SwiftTarget",
      "name" : "JBirdCore",
      "path" : "Sources/JBirdCore",
      "product_memberships" : [
        "JBird",
        "JBirdCore",
        "JBirdBuilders",
        "JBirdMacros"
      ],
      "sources" : [
        "Errors/JSONDeserializationError.swift",
        "Errors/JSONError.swift",
        "Errors/JSONSerializationError.swift",
        "Models/JSON.swift",
        "Models/Literal.swift",
        "Models/Number.swift",
        "Models/Subscript.swift",
        "Protocols/JSONCodable.swift",
        "Protocols/JSONLiteralConvertible.swift",
        "Protocols/JSONNumericConvertible.swift",
        "Protocols/JSONSubscriptConvertible.swift",
        "Serialization/DeserializationOptions.swift",
        "Serialization/Serialization.swift",
        "Serialization/SerializationOptions.swift"
      ],
      "target_dependencies" : [
        "JBirdParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBirdCompilerPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdCompilerPluginTests",
      "path" : "Tests/JBirdCompilerPluginTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "JBirdCompilerPluginTests.swift",
        "JSONCodableMacroTests.swift"
      ],
      "target_dependencies" : [
        "JBirdCompilerPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdCompilerPlugin",
      "module_type" : "SwiftTarget",
      "name" : "JBirdCompilerPlugin",
      "path" : "Sources/JBirdCompilerPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "JBird",
        "JBirdMacros",
        "JBirdCompilerPlugin"
      ],
      "sources" : [
        "JBirdCompilerPlugin.swift",
        "JSONCodableMacro.swift",
        "JSONKeyMacro.swift",
        "OmitIfNilMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "JBirdBuildersTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdBuildersTests",
      "path" : "Tests/JBirdBuildersTests",
      "sources" : [
        "ArrayBuilderTests.swift",
        "ObjectBuilderTests.swift"
      ],
      "target_dependencies" : [
        "JBirdBuilders",
        "JBirdCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdBuilders",
      "module_type" : "SwiftTarget",
      "name" : "JBirdBuilders",
      "path" : "Sources/JBirdBuilders",
      "product_memberships" : [
        "JBird",
        "JBirdBuilders",
        "JBirdMacros"
      ],
      "sources" : [
        "ArrayBuilder.swift",
        "ObjectBuilder.swift"
      ],
      "target_dependencies" : [
        "JBirdCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBird",
      "module_type" : "SwiftTarget",
      "name" : "JBird",
      "path" : "Sources/JBird",
      "product_memberships" : [
        "JBird"
      ],
      "sources" : [
        "JBird.swift"
      ],
      "target_dependencies" : [
        "JBirdCore",
        "JBirdBuilders",
        "JBirdMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.