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.0.0 (fb05cd), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 11:41:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vsanthanam/JBird.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
/Users/admin/builder/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
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
107 |             }
108 |             operationsByID[task.id] = new
/Users/admin/builder/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
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
106 |                 work(task)
107 |             }
[2/2] Compiling plugin Swift-DocC Preview
/Users/admin/builder/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
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
107 |             }
108 |             operationsByID[task.id] = new
/Users/admin/builder/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
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
106 |                 work(task)
107 |             }
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/33] Write sources
[27/33] Compiling _SwiftSyntaxCShims dummy.c
[28/33] Write swift-version-1EA4D86E10B52AF.txt
[29/41] Compiling JBirdParser JBirdParser.c
[32/69] Emitting module SwiftSyntax600
[33/69] Compiling SwiftSyntax601 Empty.swift
[34/69] Compiling SwiftSyntax600 Empty.swift
[35/69] Compiling SwiftSyntax509 Empty.swift
[36/69] Emitting module SwiftSyntax509
[37/69] Emitting module SwiftSyntax601
[38/69] Compiling SwiftSyntax510 Empty.swift
[39/69] Emitting module SwiftSyntax510
[40/135] Compiling JBirdCore DeserializationOptions.swift
[41/136] Compiling JBirdCore SerializationOptions.swift
[42/136] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[43/136] Compiling SwiftSyntax Assert.swift
[44/136] Emitting module JBirdCore
[46/137] Compiling SwiftSyntax BumpPtrAllocator.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[47/137] Compiling SwiftSyntax CommonAncestor.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[48/137] Compiling SwiftSyntax AbsolutePosition.swift
[49/137] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[50/137] Compiling JBirdCore JSONLiteralConvertible.swift
[51/137] Compiling JBirdCore JSONNumericConvertible.swift
[54/137] Compiling SwiftSyntax Convenience.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[55/137] Compiling SwiftSyntax CustomTraits.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[58/137] Compiling JBirdCore Serialization.swift
[59/137] Compiling JBirdCore JSONSubscriptConvertible.swift
[62/137] Compiling JBirdCore JSONNumericConvertible.swift
[63/137] Compiling JBirdCore JSONSubscriptConvertible.swift
[64/137] Compiling JBirdCore DeserializationOptions.swift
[65/137] Compiling JBirdCore Serialization.swift
[68/137] Compiling JBirdCore JSONLiteralConvertible.swift
[69/140] Compiling JBirdCore SerializationOptions.swift
[70/143] Compiling JBirdBuilders ArrayBuilder.swift
[71/143] Compiling JBirdBuilders ObjectBuilder.swift
[72/143] Emitting module JBirdBuilders
[74/143] Compiling JBirdBuilders ArrayBuilder.swift
[75/143] Compiling JBirdBuilders ObjectBuilder.swift
[76/143] Emitting module SwiftSyntax
[77/150] Compiling SwiftSyntax SyntaxCollections.swift
[78/150] Compiling SwiftSyntax SyntaxEnum.swift
[79/150] Compiling SwiftSyntax SyntaxKind.swift
[80/150] Compiling SwiftSyntax SyntaxRewriter.swift
[81/150] Compiling SwiftSyntax SyntaxTraits.swift
[82/150] Compiling SwiftSyntax SyntaxVisitor.swift
[83/150] Compiling SwiftSyntax TokenKind.swift
[84/150] Compiling SwiftSyntax SyntaxProtocol.swift
[85/150] Compiling SwiftSyntax SyntaxText.swift
[86/150] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[87/150] Compiling SwiftSyntax TokenDiagnostic.swift
[88/150] Compiling SwiftSyntax TokenSequence.swift
[89/150] Compiling SwiftSyntax TokenSyntax.swift
[90/150] Compiling SwiftSyntax Trivia.swift
[91/150] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[92/150] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[93/150] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[94/150] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[95/150] Compiling SwiftSyntax RawSyntaxValidation.swift
[96/150] Compiling SwiftSyntax SyntaxNodesAB.swift
[97/150] Compiling SwiftSyntax SyntaxNodesC.swift
[98/150] Compiling SwiftSyntax SourceEdit.swift
[99/150] Compiling SwiftSyntax SourceLength.swift
[100/150] Compiling SwiftSyntax SourceLocation.swift
[101/150] Compiling SwiftSyntax SourcePresence.swift
[102/150] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[103/150] Compiling SwiftSyntax Syntax.swift
[104/150] Compiling SwiftSyntax SyntaxArena.swift
[105/150] Compiling SwiftSyntax Tokens.swift
[106/150] Compiling SwiftSyntax TriviaPieces.swift
[107/150] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[108/150] Compiling SwiftSyntax RawSyntaxNodesC.swift
[109/150] Compiling SwiftSyntax RawSyntaxNodesD.swift
[110/150] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[111/150] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[112/150] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[113/150] Compiling SwiftSyntax SyntaxChildren.swift
[114/150] Compiling SwiftSyntax SyntaxCollection.swift
[115/150] Compiling SwiftSyntax SyntaxHashable.swift
[116/150] Compiling SwiftSyntax SyntaxIdentifier.swift
[117/150] Compiling SwiftSyntax SyntaxNodeFactory.swift
[118/150] Compiling SwiftSyntax SyntaxNodeStructure.swift
[119/150] Compiling SwiftSyntax EditorPlaceholder.swift
[120/150] Compiling SwiftSyntax Identifier.swift
[121/150] Compiling SwiftSyntax MemoryLayout.swift
[122/150] Compiling SwiftSyntax MissingNodeInitializers.swift
[123/150] Compiling SwiftSyntax RawSyntax.swift
[124/150] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[125/150] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[126/150] Compiling SwiftSyntax RawSyntaxTokenView.swift
[127/150] Compiling SwiftSyntax Utils.swift
[128/150] Compiling SwiftSyntax ChildNameForKeyPath.swift
[129/150] Compiling SwiftSyntax Keyword.swift
[130/150] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[131/150] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[132/150] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[133/150] Compiling SwiftSyntax SyntaxBaseNodes.swift
[142/150] Compiling SwiftSyntax SyntaxNodesD.swift
[143/150] Compiling SwiftSyntax SyntaxNodesEF.swift
[144/150] Compiling SwiftSyntax SyntaxNodesGHI.swift
[145/150] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[146/150] Compiling SwiftSyntax SyntaxNodesOP.swift
[147/150] Compiling SwiftSyntax SyntaxNodesQRS.swift
[148/150] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[149/209] Compiling SwiftDiagnostics Message.swift
[150/210] Compiling SwiftDiagnostics Note.swift
[151/210] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[152/210] Compiling SwiftBasicFormat Syntax+Extensions.swift
[153/210] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[154/210] Compiling SwiftBasicFormat InferIndentation.swift
[155/210] Emitting module SwiftDiagnostics
[156/210] Compiling SwiftDiagnostics Diagnostic.swift
[157/210] Compiling SwiftDiagnostics Convenience.swift
[158/210] Compiling SwiftDiagnostics FixIt.swift
[159/210] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[160/210] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[161/210] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[162/210] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[163/210] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[164/210] Emitting module SwiftBasicFormat
[165/210] Compiling SwiftBasicFormat BasicFormat.swift
[166/210] Compiling SwiftBasicFormat Indenter.swift
[167/210] Compiling SwiftParser StringLiterals.swift
[168/210] Compiling SwiftParser SwiftParserCompatibility.swift
[169/210] Compiling SwiftParser SwiftVersion.swift
[170/210] Compiling SwiftParser SyntaxUtils.swift
[171/214] Compiling SwiftParser TopLevel.swift
[172/214] Compiling SwiftParser TriviaParser.swift
[173/214] Compiling SwiftParser Types.swift
[174/214] Compiling SwiftParser ExperimentalFeatures.swift
[175/214] Compiling SwiftParser UnicodeScalarExtensions.swift
[176/214] Compiling SwiftParser Lookahead.swift
[177/214] Compiling SwiftParser LoopProgressCondition.swift
[178/214] Compiling SwiftParser Modifiers.swift
[179/214] Compiling SwiftParser Names.swift
[180/214] Compiling SwiftParser TokenConsumer.swift
[181/214] Compiling SwiftParser TokenPrecedence.swift
[182/214] Compiling SwiftParser TokenSpec.swift
[183/214] Compiling SwiftParser TokenSpecSet.swift
[184/214] Compiling SwiftParser Nominals.swift
[185/214] Compiling SwiftParser Parameters.swift
[186/214] Compiling SwiftParser ParseSourceFile.swift
[187/214] Compiling SwiftParser Parser.swift
[188/214] Compiling SwiftParser Patterns.swift
[189/214] Compiling SwiftParser Recovery.swift
[190/214] Compiling SwiftParser Specifiers.swift
[191/214] Compiling SwiftParser Statements.swift
[192/214] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[193/214] Emitting module SwiftParser
[194/214] Compiling SwiftParser Attributes.swift
[195/214] Compiling SwiftParser Availability.swift
[196/214] Compiling SwiftParser CharacterInfo.swift
[197/214] Compiling SwiftParser CollectionNodes+Parsable.swift
[198/214] Compiling SwiftParser Declarations.swift
[199/214] Compiling SwiftParser Directives.swift
[200/214] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[201/214] Compiling SwiftParser Expressions.swift
[202/214] Compiling SwiftParser IncrementalParseTransition.swift
[203/214] Compiling SwiftParser IsValidIdentifier.swift
[204/214] Compiling SwiftParser Cursor.swift
[205/214] Compiling SwiftParser Lexeme.swift
[206/214] Compiling SwiftParser LexemeSequence.swift
[207/214] Compiling SwiftParser Lexer.swift
[208/214] Compiling SwiftParser RegexLiteralLexer.swift
[209/214] Compiling SwiftParser IsLexerClassified.swift
[210/214] Compiling SwiftParser LayoutNodes+Parsable.swift
[211/214] Compiling SwiftParser Parser+TokenSpecSet.swift
[212/214] Compiling SwiftParser TokenSpecStaticMembers.swift
[213/237] Compiling SwiftOperators PrecedenceGraph.swift
[214/238] Compiling SwiftOperators SyntaxSynthesis.swift
[215/238] Compiling SwiftParserDiagnostics Utils.swift
[216/239] Compiling SwiftOperators PrecedenceGroup.swift
[217/239] Compiling SwiftOperators OperatorTable.swift
[218/239] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[219/239] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[220/239] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[221/239] Compiling SwiftOperators OperatorTable+Semantics.swift
[222/239] Compiling SwiftOperators OperatorError.swift
[223/239] Compiling SwiftOperators OperatorTable+Defaults.swift
[224/239] Compiling SwiftOperators OperatorError+Diagnostics.swift
[225/239] Compiling SwiftOperators Operator.swift
[226/239] Compiling SwiftOperators OperatorTable+Folding.swift
[227/239] Emitting module SwiftOperators
[228/239] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[229/239] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[230/239] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[231/239] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[232/239] Compiling SwiftParserDiagnostics MissingNodesError.swift
[233/239] Compiling SwiftParserDiagnostics MissingTokenError.swift
[234/239] Emitting module SwiftParserDiagnostics
[235/239] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[236/239] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[237/239] Compiling SwiftParserDiagnostics PresenceUtils.swift
[238/254] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[239/255] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[240/255] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[241/255] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[242/255] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[243/255] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[244/255] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[245/255] Compiling SwiftSyntaxBuilder Indenter.swift
[246/255] Compiling SwiftSyntaxBuilder ListBuilder.swift
[247/255] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[248/255] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[249/255] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[250/255] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[251/255] Emitting module SwiftSyntaxBuilder
[252/255] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[253/255] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[254/273] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[255/273] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[256/274] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[257/274] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[258/274] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[259/274] Compiling SwiftSyntaxMacros AccessorMacro.swift
[260/274] Compiling SwiftSyntaxMacros AttachedMacro.swift
[261/274] Compiling SwiftSyntaxMacros BodyMacro.swift
[262/274] Compiling SwiftSyntaxMacros MemberMacro.swift
[263/274] Compiling SwiftSyntaxMacros PeerMacro.swift
[264/274] Compiling SwiftSyntaxMacros PreambleMacro.swift
[265/274] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[266/274] Compiling SwiftSyntaxMacros Macro+Format.swift
[267/274] Compiling SwiftSyntaxMacros Macro.swift
[268/274] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[269/274] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[270/274] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[271/274] Emitting module SwiftSyntaxMacros
[272/274] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[273/284] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[274/284] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[275/284] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[276/284] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[277/284] Emitting module SwiftSyntaxMacroExpansion
[278/284] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[279/284] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[280/284] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[281/284] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[282/284] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[283/296] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[284/296] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[285/296] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[286/296] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[287/296] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[288/296] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[289/296] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[290/296] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[291/296] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[292/296] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[293/296] Emitting module SwiftCompilerPluginMessageHandling
[294/296] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[295/297] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[296/299] Emitting module SwiftCompilerPlugin
[297/299] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[298/304] Compiling JBirdCompilerPlugin JSONKeyMacro.swift
[299/304] Compiling JBirdCompilerPlugin OmitIfNilMacro.swift
[300/304] Compiling JBirdCompilerPlugin JBirdCompilerPlugin.swift
[301/304] Compiling JBirdCompilerPlugin JSONCodableMacro.swift
[302/304] Emitting module JBirdCompilerPlugin
[302/304] Write Objects.LinkFileList
[303/304] Linking JBirdCompilerPlugin-tool
[305/308] Compiling JBirdMacros JBirdMacros.swift
[306/308] Emitting module JBirdMacros
[308/308] Compiling JBirdMacros JBirdMacros.swift
[309/312] Compiling JBird JBird.swift
[310/312] Emitting module JBird
[311/312] Compiling JBird JBird.swift
[312/312] Emitting module JBird
Build complete! (58.25s)
Fetching https://github.com/swiftlang/swift-docc-plugin.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/2082] Fetching swift-docc-plugin
[2083/51023] Fetching swift-docc-plugin, swiftformat
[4041/121950] Fetching swift-docc-plugin, swiftformat, swift-syntax
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (14.38s)
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (14.38s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (14.38s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.2 (16.96s)
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.50s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.74s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.55s)
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
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
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.9.909-MacroSupport-macos_aarch64.zip
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" : "/Users/admin/builder/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"
}
Done.