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 Android on 29 Aug 2025 07:27:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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:         android
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-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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/swiftlang/swift-docc-plugin.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
[1/2094] Fetching swift-docc-plugin
[2095/73933] Fetching swift-docc-plugin, swift-syntax
[9998/124757] Fetching swift-docc-plugin, swift-syntax, swiftformat
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (8.56s)
[82945/122663] Fetching swift-syntax, swiftformat
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.67s)
[11182/50824] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (42.13s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.57.2 (44.82s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.3 (3.85s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3487] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (3.45s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (7.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.84s)
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
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
[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-8C5A4AE7A8CE2BA.txt
[30/71] Compiling JBirdParser JBirdParser.c
[32/85] Compiling JBirdCore JSONDeserializationError.swift
[33/85] Compiling JBirdCore JSONError.swift
[34/85] Emitting module SwiftSyntax600
[35/86] Compiling SwiftSyntax600 Empty.swift
[36/87] Emitting module SwiftSyntax509
[37/87] Compiling SwiftSyntax509 Empty.swift
[38/88] Emitting module SwiftSyntax601
[39/88] Compiling SwiftSyntax601 Empty.swift
[41/89] Compiling SwiftSyntax510 Empty.swift
[42/89] Emitting module SwiftSyntax510
[44/90] Compiling JBirdCore JSONLiteralConvertible.swift
[45/90] Compiling JBirdCore JSONNumericConvertible.swift
[47/90] Wrapping AST for SwiftSyntax600 for debugging
[48/90] Wrapping AST for SwiftSyntax509 for debugging
[49/90] Wrapping AST for SwiftSyntax601 for debugging
[50/90] Wrapping AST for SwiftSyntax510 for debugging
[52/154] Compiling JBirdCore SerializationOptions.swift
[53/154] Emitting module JBirdCore
[54/154] Compiling SwiftSyntax AbsolutePosition.swift
[55/154] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[56/154] Compiling SwiftSyntax BumpPtrAllocator.swift
[57/154] Compiling SwiftSyntax CommonAncestor.swift
[58/154] 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 |
[59/154] Compiling SwiftSyntax MissingNodeInitializers.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/154] Compiling SwiftSyntax Convenience.swift
[61/154] Compiling SwiftSyntax CustomTraits.swift
[62/154] Compiling JBirdCore Serialization.swift
[64/158] Compiling JBirdBuilders ObjectBuilder.swift
[65/158] Compiling JBirdBuilders ArrayBuilder.swift
[66/158] Emitting module JBirdBuilders
[70/159] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[71/159] Compiling SwiftSyntax Assert.swift
[76/159] 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 |
/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 |
[81/169] Compiling JBirdCore Serialization.swift
[83/169] Compiling SwiftSyntax Identifier.swift
[86/169] Compiling JBirdCore SerializationOptions.swift
[91/169] Emitting module JBirdCore
[93/173] Emitting module JBirdBuilders
[94/173] Compiling JBirdBuilders ArrayBuilder.swift
[95/173] Compiling JBirdBuilders ObjectBuilder.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
[116/174] Compiling SwiftSyntax SyntaxIdentifier.swift
[117/174] Compiling SwiftSyntax SyntaxNodeFactory.swift
[118/174] Compiling SwiftSyntax SyntaxNodeStructure.swift
[119/174] Compiling SwiftSyntax SyntaxProtocol.swift
[120/174] Compiling SwiftSyntax SyntaxText.swift
[121/174] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[122/174] Compiling SwiftSyntax TokenDiagnostic.swift
[123/174] Compiling SwiftSyntax TokenSequence.swift
[124/174] Compiling SwiftSyntax TokenSyntax.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
[137/174] Compiling SwiftSyntax RawSyntax.swift
[138/174] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[139/174] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[140/174] Compiling SwiftSyntax RawSyntaxTokenView.swift
[141/174] Compiling SwiftSyntax SourceEdit.swift
[142/174] Compiling SwiftSyntax SourceLength.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/187] Wrapping AST for SwiftSyntax for debugging
[163/233] Compiling SwiftDiagnostics Message.swift
[164/234] Compiling SwiftDiagnostics Note.swift
[165/234] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[166/234] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[167/234] Compiling SwiftBasicFormat Syntax+Extensions.swift
[168/234] Compiling SwiftDiagnostics FixIt.swift
[169/234] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[170/234] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[171/234] Compiling SwiftParser Attributes.swift
[172/234] Compiling SwiftParser Availability.swift
[173/234] Compiling SwiftParser CharacterInfo.swift
[174/234] Compiling SwiftParser CollectionNodes+Parsable.swift
[175/234] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[176/234] Emitting module SwiftDiagnostics
[178/235] Compiling SwiftBasicFormat Indenter.swift
[179/235] Compiling SwiftBasicFormat InferIndentation.swift
[180/235] Emitting module SwiftBasicFormat
[181/235] Compiling SwiftBasicFormat BasicFormat.swift
[183/236] Compiling SwiftParser Patterns.swift
[184/236] Compiling SwiftParser Recovery.swift
[185/236] Compiling SwiftParser Specifiers.swift
[186/236] Compiling SwiftParser Statements.swift
[187/236] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[188/236] Compiling SwiftParser StringLiterals.swift
[189/236] Compiling SwiftParser Modifiers.swift
[190/236] Compiling SwiftParser Names.swift
[191/236] Compiling SwiftParser Nominals.swift
[192/236] Compiling SwiftParser Parameters.swift
[193/236] Compiling SwiftParser ParseSourceFile.swift
[194/236] Compiling SwiftParser Parser.swift
[195/236] Compiling SwiftParser LexemeSequence.swift
[196/236] Compiling SwiftParser Lexer.swift
[197/236] Compiling SwiftParser RegexLiteralLexer.swift
[198/236] Compiling SwiftParser UnicodeScalarExtensions.swift
[199/236] Compiling SwiftParser Lookahead.swift
[200/236] Compiling SwiftParser LoopProgressCondition.swift
[200/241] Wrapping AST for SwiftBasicFormat for debugging
[201/241] Wrapping AST for SwiftDiagnostics for debugging
[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] Emitting module SwiftParser
[220/241] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[221/241] Compiling SwiftParser Expressions.swift
[222/241] Compiling SwiftParser IncrementalParseTransition.swift
[223/241] Compiling SwiftParser IsValidIdentifier.swift
[224/241] Compiling SwiftParser Cursor.swift
[225/241] Compiling SwiftParser Lexeme.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 SwiftParserDiagnostics TokenNameForDiagnostics.swift
[235/266] Compiling SwiftOperators PrecedenceGroup.swift
[236/267] Compiling SwiftOperators OperatorTable.swift
[237/267] Compiling SwiftOperators PrecedenceGraph.swift
[238/267] Compiling SwiftOperators SyntaxSynthesis.swift
[239/267] Emitting module SwiftOperators
[240/267] Compiling SwiftOperators Operator.swift
[241/267] Compiling SwiftOperators OperatorError+Diagnostics.swift
[242/267] Compiling SwiftOperators OperatorError.swift
[243/267] Compiling SwiftOperators OperatorTable+Defaults.swift
[244/267] Compiling SwiftOperators OperatorTable+Folding.swift
[245/267] Compiling SwiftOperators OperatorTable+Semantics.swift
[246/268] Wrapping AST for SwiftOperators for debugging
[248/268] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[249/268] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[250/268] Compiling SwiftParserDiagnostics Utils.swift
[251/268] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[252/268] Compiling SwiftParserDiagnostics PresenceUtils.swift
[255/268] Emitting module SwiftParserDiagnostics
[258/268] Compiling SwiftParserDiagnostics MissingNodesError.swift
[259/268] Compiling SwiftParserDiagnostics MissingTokenError.swift
[260/269] Wrapping AST for SwiftParserDiagnostics for debugging
[262/284] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[263/284] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[264/284] Compiling SwiftSyntaxBuilder Indenter.swift
[265/284] Compiling SwiftSyntaxBuilder ListBuilder.swift
[266/285] Emitting module SwiftSyntaxBuilder
[267/285] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[268/285] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[269/285] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[270/285] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[271/285] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[272/285] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[273/285] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[274/285] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[275/285] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.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 AccessorMacro.swift
[281/303] Compiling SwiftSyntaxMacros AttachedMacro.swift
[282/303] Compiling SwiftSyntaxMacros BodyMacro.swift
[283/305] Compiling SwiftSyntaxMacros Macro.swift
[284/305] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[285/305] Compiling SwiftSyntaxMacros MemberMacro.swift
[286/305] Compiling SwiftSyntaxMacros PeerMacro.swift
[287/305] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[288/305] Compiling SwiftSyntaxMacros DeclarationMacro.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] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[296/305] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[297/305] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[298/305] Emitting module SwiftSyntaxMacros
[299/306] Wrapping AST for SwiftSyntaxMacros for debugging
[301/315] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[302/316] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[303/316] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[304/316] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[305/316] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[306/316] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[307/316] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[308/316] Emitting module SwiftSyntaxMacroExpansion
[309/316] Compiling SwiftSyntaxMacroExpansion MacroReplacement.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 PluginMacroExpansionContext.swift
[315/330] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[316/330] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[317/330] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[318/330] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[319/330] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[320/330] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[321/330] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[322/330] Compiling SwiftCompilerPluginMessageHandling Diagnostics.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] Emitting module SwiftCompilerPlugin
[329/333] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[330/334] Wrapping AST for SwiftCompilerPlugin for debugging
[332/339] Compiling JBirdCompilerPlugin OmitIfNilMacro.swift
[333/339] Compiling JBirdCompilerPlugin JSONKeyMacro.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] Emitting module JBirdMacros
[342/344] Compiling JBirdMacros JBirdMacros.swift
[343/345] Emitting module JBirdMacros
[344/345] Compiling JBirdMacros JBirdMacros.swift
[347/350] Emitting module JBird
[348/350] Compiling JBird JBird.swift
[350/351] Emitting module JBird
Build complete! (318.71s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.