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 1.1.0 (a5fd4c), with Swift 6.2 (beta) for Linux on 29 Aug 2025 07:29:38 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 1.1.0
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
 * tag               1.1.0      -> FETCH_HEAD
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 1.1.0
========================================
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-4609320-1":/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-syntax.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/swiftlang/swift-docc-plugin.git
[1/2094] Fetching swift-docc-plugin
[2095/73933] Fetching swift-docc-plugin, swift-syntax
[12871/124757] Fetching swift-docc-plugin, swift-syntax, swiftformat
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (36.37s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (36.52s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (37.40s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.57.2 (45.04s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.3 (0.76s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3487] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.48s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (7.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (3.76s)
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-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-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] Compiling JBirdParser JBirdParser.c
[29/49] Write swift-version-24593BA9C3E375BF.txt
[32/85] Emitting module SwiftSyntax510
[33/85] Emitting module SwiftSyntax601
[34/85] Compiling SwiftSyntax601 Empty.swift
[36/86] Emitting module SwiftSyntax600
[37/86] Compiling SwiftSyntax600 Empty.swift
[38/87] Compiling SwiftSyntax510 Empty.swift
[39/87] Compiling JBirdCore JSONSubscriptConvertible.swift
[40/87] Compiling JBirdCore DeserializationOptions.swift
[42/89] Wrapping AST for SwiftSyntax601 for debugging
[44/89] Compiling JBirdCore JSONLiteralConvertible.swift
[45/89] Compiling JBirdCore JSONNumericConvertible.swift
[46/89] Compiling JBirdCore JSONLiteralConvertible.swift
[47/89] Compiling JBirdCore JSONNumericConvertible.swift
[48/90] Emitting module SwiftSyntax509
[49/90] Compiling SwiftSyntax509 Empty.swift
[49/91] Wrapping AST for SwiftSyntax600 for debugging
[50/91] Wrapping AST for SwiftSyntax510 for debugging
[52/91] Wrapping AST for SwiftSyntax509 for debugging
[54/145] Compiling JBirdCore SerializationOptions.swift
[56/155] Compiling SwiftSyntax SourcePresence.swift
[57/155] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[58/155] Compiling SwiftSyntax AbsolutePosition.swift
[59/155] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[60/155] Compiling SwiftSyntax BumpPtrAllocator.swift
[61/155] Compiling SwiftSyntax CommonAncestor.swift
[62/155] Compiling SwiftSyntax EditorPlaceholder.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 |
[63/155] Compiling SwiftSyntax SourceLocation.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 |
[64/155] Emitting module JBirdCore
[67/155] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[68/155] Compiling SwiftSyntax Assert.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 |
/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 |
[71/155] Compiling SwiftSyntax Convenience.swift
[72/155] Compiling SwiftSyntax CustomTraits.swift
[73/155] Emitting module JBirdCore
[74/155] Compiling JBirdCore Serialization.swift
[80/163] Emitting module JBirdBuilders
[82/163] Compiling JBirdBuilders ObjectBuilder.swift
[83/163] Compiling JBirdBuilders ArrayBuilder.swift
[84/164] Compiling JBirdBuilders ObjectBuilder.swift
[85/164] Compiling JBirdBuilders ArrayBuilder.swift
[97/174] Emitting module SwiftSyntax
[98/174] Compiling SwiftSyntax SyntaxEnum.swift
[99/174] Compiling SwiftSyntax SyntaxKind.swift
[100/174] Compiling SwiftSyntax SyntaxRewriter.swift
[101/174] Compiling SwiftSyntax SyntaxTraits.swift
[102/174] Compiling SwiftSyntax SyntaxVisitor.swift
[103/174] Compiling SwiftSyntax TokenKind.swift
[104/174] Compiling SwiftSyntax Tokens.swift
[105/174] Compiling SwiftSyntax TriviaPieces.swift
[106/174] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[107/174] Compiling SwiftSyntax RawSyntaxNodesC.swift
[108/174] Compiling SwiftSyntax RawSyntaxNodesD.swift
[109/174] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[110/174] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[111/174] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[112/174] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[113/174] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[114/174] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[115/174] Compiling SwiftSyntax RawSyntaxValidation.swift
[119/174] Compiling SwiftSyntax Syntax.swift
[120/174] Compiling SwiftSyntax SyntaxArena.swift
[121/174] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[122/174] Compiling SwiftSyntax SyntaxChildren.swift
[123/174] Compiling SwiftSyntax SyntaxCollection.swift
[124/174] Compiling SwiftSyntax SyntaxHashable.swift
[125/174] Compiling SwiftSyntax SyntaxIdentifier.swift
[126/174] Compiling SwiftSyntax SyntaxNodeFactory.swift
[127/174] Compiling SwiftSyntax SyntaxNodeStructure.swift
[128/174] Compiling SwiftSyntax SyntaxProtocol.swift
[129/174] Compiling SwiftSyntax SyntaxText.swift
[130/174] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[131/174] Compiling SwiftSyntax TokenDiagnostic.swift
[132/174] Compiling SwiftSyntax TokenSequence.swift
[133/174] Compiling SwiftSyntax TokenSyntax.swift
[134/174] Compiling SwiftSyntax Trivia.swift
[135/174] Compiling SwiftSyntax Utils.swift
[136/174] Compiling SwiftSyntax ChildNameForKeyPath.swift
[137/174] Compiling SwiftSyntax Keyword.swift
[138/174] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[139/174] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[140/174] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[141/174] Compiling SwiftSyntax SyntaxBaseNodes.swift
[142/174] Compiling SwiftSyntax SyntaxCollections.swift
[143/174] Compiling SwiftSyntax Identifier.swift
[144/174] Compiling SwiftSyntax MemoryLayout.swift
[145/174] Compiling SwiftSyntax MissingNodeInitializers.swift
[146/174] Compiling SwiftSyntax RawSyntax.swift
[147/174] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[148/174] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[149/174] Compiling SwiftSyntax RawSyntaxTokenView.swift
[150/174] Compiling SwiftSyntax SourceEdit.swift
[151/174] Compiling SwiftSyntax SourceLength.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 FixIt.swift
[164/234] Compiling SwiftDiagnostics Message.swift
[165/234] Compiling SwiftDiagnostics Note.swift
[166/234] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[167/234] Compiling SwiftParser CharacterInfo.swift
[168/234] Compiling SwiftParser CollectionNodes+Parsable.swift
[169/234] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[170/234] Compiling SwiftBasicFormat Syntax+Extensions.swift
[171/234] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[172/234] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[173/234] Emitting module SwiftDiagnostics
[174/234] Compiling SwiftParser Attributes.swift
[175/234] Compiling SwiftParser Availability.swift
[176/234] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[178/235] Compiling SwiftBasicFormat Indenter.swift
[179/235] Compiling SwiftBasicFormat InferIndentation.swift
[179/235] Wrapping AST for SwiftDiagnostics for debugging
[181/235] Compiling SwiftBasicFormat BasicFormat.swift
[182/235] Emitting module SwiftBasicFormat
[183/236] Wrapping AST for SwiftBasicFormat for debugging
[185/236] Compiling SwiftParser LexemeSequence.swift
[186/236] Compiling SwiftParser Lexer.swift
[187/236] Compiling SwiftParser RegexLiteralLexer.swift
[188/236] Compiling SwiftParser UnicodeScalarExtensions.swift
[189/236] Compiling SwiftParser Lookahead.swift
[190/236] Compiling SwiftParser LoopProgressCondition.swift
[191/236] Compiling SwiftParser Patterns.swift
[192/236] Compiling SwiftParser Recovery.swift
[193/236] Compiling SwiftParser Specifiers.swift
[194/236] Compiling SwiftParser Statements.swift
[195/236] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[196/236] Compiling SwiftParser StringLiterals.swift
[197/236] Compiling SwiftParser Modifiers.swift
[198/236] Compiling SwiftParser Names.swift
[199/236] Compiling SwiftParser Nominals.swift
[200/236] Compiling SwiftParser Parameters.swift
[201/236] Compiling SwiftParser ParseSourceFile.swift
[202/236] Compiling SwiftParser Parser.swift
[203/241] Compiling SwiftParser TokenSpec.swift
[204/241] Compiling SwiftParser TokenSpecSet.swift
[205/241] Compiling SwiftParser TopLevel.swift
[206/241] Compiling SwiftParser TriviaParser.swift
[207/241] Compiling SwiftParser Types.swift
[208/241] Compiling SwiftParser SwiftParserCompatibility.swift
[209/241] Compiling SwiftParser SwiftVersion.swift
[210/241] Compiling SwiftParser SyntaxUtils.swift
[211/241] Compiling SwiftParser TokenConsumer.swift
[212/241] Compiling SwiftParser TokenPrecedence.swift
[217/241] Compiling SwiftParser Declarations.swift
[218/241] Compiling SwiftParser Directives.swift
[219/241] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[220/241] Compiling SwiftParser Expressions.swift
[221/241] Compiling SwiftParser IncrementalParseTransition.swift
[222/241] Compiling SwiftParser IsValidIdentifier.swift
[223/241] Compiling SwiftParser Cursor.swift
[224/241] Compiling SwiftParser Lexeme.swift
[225/241] Emitting module SwiftParser
[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 OperatorTable+Semantics.swift
[235/266] Compiling SwiftOperators OperatorTable.swift
[236/267] Compiling SwiftOperators PrecedenceGroup.swift
[237/267] Compiling SwiftOperators PrecedenceGraph.swift
[238/267] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[239/267] Compiling SwiftOperators SyntaxSynthesis.swift
[240/267] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[241/267] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[242/267] Compiling SwiftParserDiagnostics MissingNodesError.swift
[243/267] Compiling SwiftParserDiagnostics MissingTokenError.swift
[244/267] Emitting module SwiftOperators
[245/267] Compiling SwiftOperators OperatorTable+Folding.swift
[246/268] Wrapping AST for SwiftOperators for debugging
[248/268] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[249/268] Compiling SwiftParserDiagnostics Utils.swift
[250/268] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[251/268] Emitting module SwiftParserDiagnostics
[256/268] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[257/268] Compiling SwiftParserDiagnostics PresenceUtils.swift
[258/268] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[259/268] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[260/269] Wrapping AST for SwiftParserDiagnostics for debugging
[262/284] Compiling SwiftSyntaxBuilder Indenter.swift
[263/284] Compiling SwiftSyntaxBuilder ListBuilder.swift
[264/285] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[265/285] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[266/285] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[267/285] Emitting module SwiftSyntaxBuilder
[268/285] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[269/285] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[270/285] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[271/285] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[272/285] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[273/285] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[274/285] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[275/285] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[276/285] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[277/285] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[278/286] Wrapping AST for SwiftSyntaxBuilder for debugging
[280/303] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[281/303] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[282/303] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[283/303] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[284/303] Compiling SwiftSyntaxMacros MemberMacro.swift
[285/303] Compiling SwiftSyntaxMacros PeerMacro.swift
[286/303] Compiling SwiftSyntaxMacros AccessorMacro.swift
[287/303] Compiling SwiftSyntaxMacros AttachedMacro.swift
[288/303] Compiling SwiftSyntaxMacros BodyMacro.swift
[289/303] Compiling SwiftSyntaxMacros Macro.swift
[290/303] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[291/305] Emitting module SwiftSyntaxMacros
[292/305] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[293/305] Compiling SwiftSyntaxMacros Macro+Format.swift
[294/305] Compiling SwiftSyntaxMacros PreambleMacro.swift
[295/305] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[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 MacroExpansion.swift
[303/316] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[304/316] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[305/316] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[306/316] Emitting module SwiftSyntaxMacroExpansion
[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 PluginMessageCompatibility.swift
[314/330] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[315/330] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[316/330] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[317/330] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[318/330] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[319/330] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[320/330] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[321/330] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[322/330] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[323/330] Emitting module SwiftCompilerPluginMessageHandling
[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 JSONKeyMacro.swift
[333/339] Compiling JBirdCompilerPlugin OmitIfNilMacro.swift
[334/339] Compiling JBirdCompilerPlugin JBirdCompilerPlugin.swift
[335/339] Emitting module JBirdCompilerPlugin
[336/339] Compiling JBirdCompilerPlugin JSONCodableMacro.swift
[337/340] Wrapping AST for JBirdCompilerPlugin for debugging
[338/340] Write Objects.LinkFileList
[339/340] Linking JBirdCompilerPlugin-tool
[341/344] Compiling JBirdMacros JBirdMacros.swift
[342/344] Emitting module JBirdMacros
[344/344] Compiling JBirdMacros JBirdMacros.swift
[347/350] Compiling JBird JBird.swift
[348/350] Emitting module JBird
[349/350] Compiling JBird JBird.swift
[350/350] Emitting module JBird
Build complete! (205.34s)
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.