Build Information
Successful build of JBird, reference 1.0.0 (fb05cd
), with Swift 6.2 (beta) for Linux on 24 Jun 2025 12:06:21 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vsanthanam/JBird.git
Reference: 1.0.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.0.0 -> FETCH_HEAD
HEAD is now at fb05cd3 Fix website script
Cloned https://github.com/vsanthanam/JBird.git
Revision (git rev-parse @):
fb05cd3dcbce19208293def563fb853f01f75ead
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/JBird.git at 1.0.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-0":/host -w "$PWD" 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:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
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/2082] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.87s)
[1/48941] Fetching swiftformat
[1959/119868] Fetching swiftformat, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (39.14s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (39.97s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.2 (43.74s)
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.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.57s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.50s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.62s)
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/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.56.2
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
[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/57] Compiling JBirdParser JBirdParser.c
[32/71] Emitting module SwiftSyntax601
[33/85] Compiling SwiftSyntax601 Empty.swift
[34/86] Compiling JBirdCore JSONSubscriptConvertible.swift
[35/86] Compiling JBirdCore DeserializationOptions.swift
[37/87] Emitting module SwiftSyntax509
[38/87] Compiling SwiftSyntax509 Empty.swift
[38/88] Wrapping AST for SwiftSyntax601 for debugging
[41/88] Compiling JBirdCore JSONLiteralConvertible.swift
[42/88] Compiling JBirdCore JSONNumericConvertible.swift
[43/89] Emitting module SwiftSyntax600
[44/89] Compiling SwiftSyntax600 Empty.swift
[47/90] Emitting module SwiftSyntax510
[48/90] Compiling SwiftSyntax510 Empty.swift
[52/91] Wrapping AST for SwiftSyntax509 for debugging
[53/91] Wrapping AST for SwiftSyntax600 for debugging
[54/91] Wrapping AST for SwiftSyntax510 for debugging
[56/155] Compiling JBirdCore SerializationOptions.swift
[58/155] Emitting module JBirdCore
[59/155] Compiling SwiftSyntax Convenience.swift
[60/155] Compiling SwiftSyntax CustomTraits.swift
[61/155] Compiling SwiftSyntax BumpPtrAllocator.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 |
[62/155] Compiling SwiftSyntax CommonAncestor.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 AbsolutePosition.swift
[64/155] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[65/155] Emitting module JBirdCore
[66/155] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[67/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 |
[74/155] Compiling JBirdCore Serialization.swift
[80/163] Emitting module JBirdBuilders
[81/163] Compiling JBirdBuilders ArrayBuilder.swift
[82/163] Compiling JBirdBuilders ObjectBuilder.swift
[83/164] Emitting module JBirdBuilders
[85/164] Compiling JBirdBuilders ArrayBuilder.swift
[86/164] Compiling JBirdBuilders ObjectBuilder.swift
[96/165] Compiling SwiftSyntax EditorPlaceholder.swift
[97/174] Compiling SwiftSyntax SyntaxIdentifier.swift
[98/174] Compiling SwiftSyntax SyntaxNodeFactory.swift
[99/174] Compiling SwiftSyntax SyntaxNodeStructure.swift
[100/174] Compiling SwiftSyntax SyntaxProtocol.swift
[101/174] Compiling SwiftSyntax SyntaxText.swift
[102/174] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[103/174] Compiling SwiftSyntax TokenDiagnostic.swift
[104/174] Compiling SwiftSyntax TokenSequence.swift
[105/174] Compiling SwiftSyntax TokenSyntax.swift
[106/174] Compiling SwiftSyntax Identifier.swift
[107/174] Compiling SwiftSyntax MemoryLayout.swift
[108/174] Compiling SwiftSyntax MissingNodeInitializers.swift
[109/174] Compiling SwiftSyntax RawSyntax.swift
[110/174] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[111/174] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[112/174] Compiling SwiftSyntax RawSyntaxTokenView.swift
[113/174] Compiling SwiftSyntax SourceEdit.swift
[114/174] Compiling SwiftSyntax SourceLength.swift
[115/174] Emitting module SwiftSyntax
[116/174] Compiling SwiftSyntax SyntaxEnum.swift
[117/174] Compiling SwiftSyntax SyntaxKind.swift
[118/174] Compiling SwiftSyntax SyntaxRewriter.swift
[119/174] Compiling SwiftSyntax SyntaxTraits.swift
[120/174] Compiling SwiftSyntax SyntaxVisitor.swift
[121/174] Compiling SwiftSyntax TokenKind.swift
[122/174] Compiling SwiftSyntax Tokens.swift
[123/174] Compiling SwiftSyntax TriviaPieces.swift
[124/174] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[125/174] Compiling SwiftSyntax RawSyntaxNodesC.swift
[126/174] Compiling SwiftSyntax RawSyntaxNodesD.swift
[127/174] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[128/174] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[129/174] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[130/174] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[131/174] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[132/174] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[133/174] Compiling SwiftSyntax RawSyntaxValidation.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 SourceLocation.swift
[144/174] Compiling SwiftSyntax SourcePresence.swift
[145/174] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[146/174] Compiling SwiftSyntax Syntax.swift
[147/174] Compiling SwiftSyntax SyntaxArena.swift
[148/174] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[149/174] Compiling SwiftSyntax SyntaxChildren.swift
[150/174] Compiling SwiftSyntax SyntaxCollection.swift
[151/174] Compiling SwiftSyntax SyntaxHashable.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/182] Wrapping AST for SwiftSyntax for debugging
[163/233] Compiling SwiftDiagnostics Message.swift
[164/234] Compiling SwiftDiagnostics Note.swift
[165/234] Compiling SwiftParser Attributes.swift
[166/234] Compiling SwiftParser Availability.swift
[167/234] Compiling SwiftBasicFormat Syntax+Extensions.swift
[168/234] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[169/234] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[170/234] Emitting module SwiftBasicFormat
[171/234] Compiling SwiftDiagnostics FixIt.swift
[172/234] Compiling SwiftParser CharacterInfo.swift
[173/234] Compiling SwiftParser CollectionNodes+Parsable.swift
[174/234] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[175/234] Emitting module SwiftDiagnostics
[176/234] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[177/234] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[178/235] Compiling SwiftBasicFormat InferIndentation.swift
[179/235] Compiling SwiftBasicFormat Indenter.swift
[181/235] Compiling SwiftBasicFormat BasicFormat.swift
[181/236] Wrapping AST for SwiftDiagnostics for debugging
[183/236] Wrapping AST for SwiftBasicFormat for debugging
[185/236] Compiling SwiftParser TokenSpec.swift
[186/236] Compiling SwiftParser TokenSpecSet.swift
[187/236] Compiling SwiftParser TopLevel.swift
[188/236] Compiling SwiftParser TriviaParser.swift
[189/236] Compiling SwiftParser Types.swift
[190/236] Compiling SwiftParser SwiftParserCompatibility.swift
[191/236] Compiling SwiftParser SwiftVersion.swift
[192/236] Compiling SwiftParser SyntaxUtils.swift
[193/236] Compiling SwiftParser TokenConsumer.swift
[194/236] Compiling SwiftParser TokenPrecedence.swift
[195/241] Compiling SwiftParser Modifiers.swift
[196/241] Compiling SwiftParser Names.swift
[197/241] Compiling SwiftParser Nominals.swift
[198/241] Compiling SwiftParser Parameters.swift
[199/241] Compiling SwiftParser ParseSourceFile.swift
[200/241] Compiling SwiftParser Parser.swift
[201/241] Compiling SwiftParser LexemeSequence.swift
[202/241] Compiling SwiftParser Lexer.swift
[203/241] Compiling SwiftParser RegexLiteralLexer.swift
[204/241] Compiling SwiftParser UnicodeScalarExtensions.swift
[205/241] Compiling SwiftParser Lookahead.swift
[206/241] Compiling SwiftParser LoopProgressCondition.swift
[207/241] Compiling SwiftParser Patterns.swift
[208/241] Compiling SwiftParser Recovery.swift
[209/241] Compiling SwiftParser Specifiers.swift
[210/241] Compiling SwiftParser Statements.swift
[211/241] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[212/241] Compiling SwiftParser StringLiterals.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/253] Wrapping AST for SwiftParser for debugging
[233/265] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[234/266] Compiling SwiftOperators PrecedenceGroup.swift
[235/267] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[236/267] Compiling SwiftOperators OperatorTable.swift
[237/267] Compiling SwiftOperators PrecedenceGraph.swift
[238/267] Compiling SwiftOperators SyntaxSynthesis.swift
[239/267] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[240/267] Compiling SwiftParserDiagnostics Utils.swift
[241/267] Compiling SwiftOperators OperatorError.swift
[242/267] Compiling SwiftOperators OperatorTable+Defaults.swift
[243/267] Emitting module SwiftOperators
[244/267] Compiling SwiftOperators Operator.swift
[245/267] Compiling SwiftOperators OperatorError+Diagnostics.swift
[246/267] Compiling SwiftOperators OperatorTable+Semantics.swift
[247/267] Compiling SwiftOperators OperatorTable+Folding.swift
[249/268] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[249/268] Wrapping AST for SwiftOperators for debugging
[251/268] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[252/268] Compiling SwiftParserDiagnostics PresenceUtils.swift
[253/268] Emitting module SwiftParserDiagnostics
[256/268] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[257/268] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[260/269] Wrapping AST for SwiftParserDiagnostics for debugging
[262/284] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[263/284] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[264/285] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[265/285] Compiling SwiftSyntaxBuilder Indenter.swift
[266/285] Compiling SwiftSyntaxBuilder ListBuilder.swift
[267/285] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[268/285] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[269/285] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[270/285] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[271/285] Emitting module SwiftSyntaxBuilder
[272/285] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[273/285] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[274/285] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[275/285] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[276/285] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[277/285] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[278/286] Wrapping AST for SwiftSyntaxBuilder for debugging
[280/303] Emitting module SwiftSyntaxMacros
[281/305] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[282/305] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[283/305] Compiling SwiftSyntaxMacros Macro.swift
[284/305] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[285/305] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[286/305] Compiling SwiftSyntaxMacros Macro+Format.swift
[287/305] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[288/305] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[289/305] Compiling SwiftSyntaxMacros MemberMacro.swift
[290/305] Compiling SwiftSyntaxMacros PeerMacro.swift
[291/305] Compiling SwiftSyntaxMacros PreambleMacro.swift
[292/305] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[293/305] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[294/305] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[295/305] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[296/305] Compiling SwiftSyntaxMacros AccessorMacro.swift
[297/305] Compiling SwiftSyntaxMacros AttachedMacro.swift
[298/305] Compiling SwiftSyntaxMacros BodyMacro.swift
[299/306] Wrapping AST for SwiftSyntaxMacros for debugging
[301/315] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[302/316] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[303/316] Emitting module SwiftSyntaxMacroExpansion
[304/316] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[305/316] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[306/316] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[307/316] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[308/316] Compiling SwiftSyntaxMacroExpansion MacroExpansion.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 LRUCache.swift
[314/329] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[315/330] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[316/330] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[317/330] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[318/330] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.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] Emitting module JBirdMacros
[342/344] Compiling JBirdMacros JBirdMacros.swift
[344/345] Emitting module JBirdMacros
[347/350] Compiling JBird JBird.swift
[348/350] Emitting module JBird
[350/350] Compiling JBird JBird.swift
Build complete! (239.06s)
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.56.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:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.