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 macOS (SPM) on 29 Aug 2025 07:24:34 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vsanthanam/JBird.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         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
[30/41] Emitting module SwiftSyntax601
[30/41] Compiling JBirdParser JBirdParser.c
[33/69] Compiling SwiftSyntax510 Empty.swift
[34/69] Compiling SwiftSyntax601 Empty.swift
[35/69] Emitting module SwiftSyntax510
[36/69] Compiling SwiftSyntax509 Empty.swift
[37/69] Emitting module SwiftSyntax509
[38/69] Emitting module SwiftSyntax600
[39/69] Compiling SwiftSyntax600 Empty.swift
[40/135] Compiling SwiftSyntax SourceEdit.swift
[41/135] Compiling SwiftSyntax SourceLength.swift
[42/135] Compiling SwiftSyntax SourceLocation.swift
[43/135] Compiling SwiftSyntax SourcePresence.swift
[44/135] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[45/135] Compiling SwiftSyntax Syntax.swift
[46/135] Compiling SwiftSyntax SyntaxArena.swift
[47/142] Compiling JBirdCore JSONNumericConvertible.swift
[48/143] Compiling JBirdCore JSONLiteralConvertible.swift
[49/143] Compiling JBirdCore JSONSubscriptConvertible.swift
[50/143] Compiling JBirdCore SerializationOptions.swift
[51/143] Compiling SwiftSyntax SyntaxIdentifier.swift
[52/143] Compiling SwiftSyntax SyntaxNodeFactory.swift
[53/143] Compiling SwiftSyntax SyntaxCollection.swift
[54/143] Compiling SwiftSyntax SyntaxHashable.swift
[55/143] Compiling SwiftSyntax SyntaxNodeStructure.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 |
[56/143] Compiling SwiftSyntax SyntaxCollections.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 |
/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 |
/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 |
[59/144] Emitting module JBirdCore
[60/144] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[61/144] Compiling SwiftSyntax SyntaxChildren.swift
[62/144] Emitting module JBirdCore
[67/144] Compiling JBirdCore JSONLiteralConvertible.swift
[68/144] Compiling JBirdCore JSONSubscriptConvertible.swift
[69/144] Compiling JBirdCore DeserializationOptions.swift
[72/144] Compiling JBirdCore JSONNumericConvertible.swift
[73/144] Compiling JBirdCore Serialization.swift
[74/144] Compiling JBirdCore DeserializationOptions.swift
[75/144] Compiling JBirdCore Serialization.swift
[76/147] Compiling JBirdCore SerializationOptions.swift
[77/150] Compiling JBirdBuilders ArrayBuilder.swift
[78/150] Emitting module JBirdBuilders
[79/150] Compiling JBirdBuilders ObjectBuilder.swift
[80/150] Compiling JBirdBuilders ArrayBuilder.swift
[81/150] Compiling JBirdBuilders ObjectBuilder.swift
[82/150] Emitting module JBirdBuilders
[83/150] Emitting module SwiftSyntax
[85/150] Compiling SwiftSyntax SyntaxEnum.swift
[86/150] Compiling SwiftSyntax SyntaxKind.swift
[87/150] Compiling SwiftSyntax SyntaxRewriter.swift
[88/150] Compiling SwiftSyntax SyntaxTraits.swift
[89/150] Compiling SwiftSyntax SyntaxVisitor.swift
[90/150] Compiling SwiftSyntax TokenKind.swift
[98/150] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[99/150] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[100/150] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[101/150] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[102/150] Compiling SwiftSyntax RawSyntaxValidation.swift
[103/150] Compiling SwiftSyntax SyntaxNodesAB.swift
[104/150] Compiling SwiftSyntax SyntaxNodesC.swift
[105/150] Compiling SwiftSyntax EditorPlaceholder.swift
[106/150] Compiling SwiftSyntax Identifier.swift
[107/150] Compiling SwiftSyntax MemoryLayout.swift
[108/150] Compiling SwiftSyntax MissingNodeInitializers.swift
[109/150] Compiling SwiftSyntax RawSyntax.swift
[110/150] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[111/150] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[112/150] Compiling SwiftSyntax RawSyntaxTokenView.swift
[113/150] Compiling SwiftSyntax AbsolutePosition.swift
[114/150] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[115/150] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[116/150] Compiling SwiftSyntax Assert.swift
[117/150] Compiling SwiftSyntax BumpPtrAllocator.swift
[118/150] Compiling SwiftSyntax CommonAncestor.swift
[119/150] Compiling SwiftSyntax Convenience.swift
[120/150] Compiling SwiftSyntax CustomTraits.swift
[121/150] Compiling SwiftSyntax Tokens.swift
[122/150] Compiling SwiftSyntax TriviaPieces.swift
[123/150] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[124/150] Compiling SwiftSyntax RawSyntaxNodesC.swift
[125/150] Compiling SwiftSyntax RawSyntaxNodesD.swift
[126/150] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[127/150] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[128/150] Compiling SwiftSyntax Utils.swift
[129/150] Compiling SwiftSyntax ChildNameForKeyPath.swift
[130/150] Compiling SwiftSyntax Keyword.swift
[131/150] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[132/150] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[133/150] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[134/150] Compiling SwiftSyntax SyntaxBaseNodes.swift
[135/150] Compiling SwiftSyntax SyntaxProtocol.swift
[136/150] Compiling SwiftSyntax SyntaxText.swift
[137/150] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[138/150] Compiling SwiftSyntax TokenDiagnostic.swift
[139/150] Compiling SwiftSyntax TokenSequence.swift
[140/150] Compiling SwiftSyntax TokenSyntax.swift
[141/150] Compiling SwiftSyntax Trivia.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 SwiftBasicFormat SyntaxProtocol+Formatted.swift
[150/209] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[151/209] Compiling SwiftDiagnostics Message.swift
[152/210] Compiling SwiftDiagnostics Note.swift
[153/210] Compiling SwiftBasicFormat Indenter.swift
[154/210] Compiling SwiftDiagnostics Diagnostic.swift
[155/210] Compiling SwiftDiagnostics Convenience.swift
[156/210] Compiling SwiftBasicFormat BasicFormat.swift
[157/210] Emitting module SwiftBasicFormat
[158/210] Compiling SwiftBasicFormat Syntax+Extensions.swift
[159/210] Compiling SwiftBasicFormat InferIndentation.swift
[160/210] Compiling SwiftDiagnostics FixIt.swift
[161/210] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[162/210] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[163/210] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[164/210] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[165/210] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[166/210] Emitting module SwiftDiagnostics
[167/210] Compiling SwiftParser TopLevel.swift
[168/210] Compiling SwiftParser TriviaParser.swift
[169/210] Compiling SwiftParser Types.swift
[170/210] Compiling SwiftParser ExperimentalFeatures.swift
[171/214] Compiling SwiftParser TokenConsumer.swift
[172/214] Compiling SwiftParser TokenPrecedence.swift
[173/214] Compiling SwiftParser TokenSpec.swift
[174/214] Compiling SwiftParser TokenSpecSet.swift
[175/214] Compiling SwiftParser StringLiterals.swift
[176/214] Compiling SwiftParser SwiftParserCompatibility.swift
[177/214] Compiling SwiftParser SwiftVersion.swift
[178/214] Compiling SwiftParser SyntaxUtils.swift
[179/214] Compiling SwiftParser Nominals.swift
[180/214] Compiling SwiftParser Parameters.swift
[181/214] Compiling SwiftParser ParseSourceFile.swift
[182/214] Compiling SwiftParser Parser.swift
[183/214] Compiling SwiftParser Patterns.swift
[184/214] Compiling SwiftParser UnicodeScalarExtensions.swift
[185/214] Compiling SwiftParser Lookahead.swift
[186/214] Compiling SwiftParser LoopProgressCondition.swift
[187/214] Compiling SwiftParser Modifiers.swift
[188/214] Compiling SwiftParser Names.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] Compiling SwiftParser Cursor.swift
[194/214] Compiling SwiftParser Lexeme.swift
[195/214] Compiling SwiftParser LexemeSequence.swift
[196/214] Compiling SwiftParser Lexer.swift
[197/214] Compiling SwiftParser RegexLiteralLexer.swift
[198/214] Compiling SwiftParser Directives.swift
[199/214] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[200/214] Compiling SwiftParser Expressions.swift
[201/214] Compiling SwiftParser IncrementalParseTransition.swift
[202/214] Compiling SwiftParser IsValidIdentifier.swift
[203/214] Emitting module SwiftParser
[204/214] Compiling SwiftParser Attributes.swift
[205/214] Compiling SwiftParser Availability.swift
[206/214] Compiling SwiftParser CharacterInfo.swift
[207/214] Compiling SwiftParser CollectionNodes+Parsable.swift
[208/214] Compiling SwiftParser Declarations.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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[214/238] Compiling SwiftOperators PrecedenceGraph.swift
[215/239] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[216/239] Compiling SwiftOperators PrecedenceGroup.swift
[217/239] Compiling SwiftOperators OperatorTable.swift
[218/239] Compiling SwiftOperators OperatorTable+Semantics.swift
[219/239] Compiling SwiftOperators OperatorTable+Defaults.swift
[220/239] Compiling SwiftOperators SyntaxSynthesis.swift
[221/239] Compiling SwiftOperators Operator.swift
[222/239] Compiling SwiftOperators OperatorError+Diagnostics.swift
[223/239] Emitting module SwiftOperators
[224/239] Compiling SwiftOperators OperatorTable+Folding.swift
[225/239] Compiling SwiftOperators OperatorError.swift
[226/239] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[227/239] Compiling SwiftParserDiagnostics Utils.swift
[228/239] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[229/239] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[230/239] Compiling SwiftParserDiagnostics PresenceUtils.swift
[231/239] Emitting module SwiftParserDiagnostics
[232/239] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[233/239] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[234/239] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[235/239] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[236/239] Compiling SwiftParserDiagnostics MissingNodesError.swift
[237/239] Compiling SwiftParserDiagnostics MissingTokenError.swift
[238/254] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[239/254] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[240/255] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[241/255] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[242/255] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[243/255] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[244/255] Emitting module SwiftSyntaxBuilder
[245/255] Compiling SwiftSyntaxBuilder Indenter.swift
[246/255] Compiling SwiftSyntaxBuilder ListBuilder.swift
[247/255] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[248/255] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[249/255] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[250/255] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[251/255] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[252/255] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[253/255] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[254/273] Compiling SwiftSyntaxMacros Macro.swift
[255/273] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[256/273] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[257/273] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[258/273] Compiling SwiftSyntaxMacros PreambleMacro.swift
[259/273] Compiling SwiftSyntaxMacros AttachedMacro.swift
[260/273] Compiling SwiftSyntaxMacros BodyMacro.swift
[261/273] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[262/273] Compiling SwiftSyntaxMacros Macro+Format.swift
[263/273] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[264/273] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[265/273] Compiling SwiftSyntaxMacros MemberMacro.swift
[266/273] Compiling SwiftSyntaxMacros PeerMacro.swift
[267/274] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[268/274] Compiling SwiftSyntaxMacros AccessorMacro.swift
[269/274] Emitting module SwiftSyntaxMacros
[270/274] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[271/274] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[272/274] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[273/284] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[274/284] Emitting module SwiftSyntaxMacroExpansion
[275/284] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[276/284] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[277/284] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[278/284] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[279/284] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[280/284] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[281/284] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[282/284] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[283/296] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[284/296] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[285/296] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[286/296] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[287/296] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[288/297] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[289/297] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[290/297] Emitting module SwiftCompilerPluginMessageHandling
[291/297] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[292/297] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[293/297] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[294/297] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[295/297] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[296/299] Emitting module SwiftCompilerPlugin
[297/299] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[298/304] Compiling JBirdCompilerPlugin OmitIfNilMacro.swift
[299/304] Compiling JBirdCompilerPlugin JSONKeyMacro.swift
[300/304] Emitting module JBirdCompilerPlugin
[301/304] Compiling JBirdCompilerPlugin JBirdCompilerPlugin.swift
[302/304] Compiling JBirdCompilerPlugin JSONCodableMacro.swift
[302/304] Write Objects.LinkFileList
[303/304] Linking JBirdCompilerPlugin-tool
[305/308] Emitting module JBirdMacros
[306/308] Compiling JBirdMacros JBirdMacros.swift
[308/308] Emitting module JBirdMacros
[309/312] Emitting module JBird
[310/312] Compiling JBird JBird.swift
[312/312] Emitting module JBird
Build complete! (93.46s)
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/swiftlang/swift-docc-plugin.git
[1/2094] Fetching swift-docc-plugin
[1279/52918] Fetching swift-docc-plugin, swiftformat
[2096/124757] Fetching swift-docc-plugin, swiftformat, swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (50.77s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (50.77s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (50.77s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.57.2 (53.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 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3487] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.84s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.56s)
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.57.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-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
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" : "/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.