The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-jsonapi, reference 0.1.2 (d3b95e), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 11:59:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Datadog/swift-jsonapi.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Datadog/swift-jsonapi
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at d3b95e7 Throw an error when the resource encoder / decoder cannot be found (#14)
Cloned https://github.com/Datadog/swift-jsonapi.git
Revision (git rev-parse @):
d3b95e724b0f9259c6ca659fedae246eaca0a3e2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Datadog/swift-jsonapi.git at 0.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Datadog/swift-jsonapi.git
https://github.com/Datadog/swift-jsonapi.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.15.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-jsonapi",
  "name" : "swift-jsonapi",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONAPI",
      "targets" : [
        "JSONAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONAPIMacros",
      "targets" : [
        "JSONAPIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONAPITests",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITests",
      "path" : "Tests/JSONAPITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/JSONAPITests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ResourceBodyTests.swift",
        "ResourceTests.swift",
        "ResourceUnionTests.swift",
        "ResourceWrapperTests.swift",
        "Snapshotting+JSONAPI.swift"
      ],
      "target_dependencies" : [
        "JSONAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONAPIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPIMacrosTests",
      "path" : "Tests/JSONAPIMacrosTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "ResourceUnionMacroTests.swift",
        "ResourceWrapperMacroTests.swift"
      ],
      "target_dependencies" : [
        "JSONAPIMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONAPIMacros",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPIMacros",
      "path" : "Sources/JSONAPIMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "JSONAPI",
        "JSONAPIMacros"
      ],
      "sources" : [
        "Helpers/AppleAvailability.swift",
        "Helpers/AppleExtensions.swift",
        "Helpers/Extensions.swift",
        "JSONAPIDiagnostic.swift",
        "JSONAPIPlugin.swift",
        "ResourceUnion/ResourceUnionMacro.swift",
        "ResourceWrapper/ResourceAttributeMacro.swift",
        "ResourceWrapper/ResourceRelationshipMacro.swift",
        "ResourceWrapper/ResourceWrapperMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "JSONAPI",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPI",
      "path" : "Sources/JSONAPI",
      "product_memberships" : [
        "JSONAPI"
      ],
      "sources" : [
        "CompoundDocument.swift",
        "DefaultEmpty.swift",
        "InlineRelationshipMany.swift",
        "InlineRelationshipOne.swift",
        "InlineRelationshipOptional.swift",
        "JSONAPIDecoder.swift",
        "JSONAPIDecodingError.swift",
        "JSONAPIEncoder.swift",
        "JSONAPIEncodingError.swift",
        "Macros.swift",
        "RelationshipMany.swift",
        "RelationshipOne.swift",
        "Resource.swift",
        "ResourceBody.swift",
        "ResourceDecoder.swift",
        "ResourceDefinition.swift",
        "ResourceDefinitionProviding.swift",
        "ResourceEncoder.swift",
        "ResourceIdentifiable.swift",
        "ResourceIdentifier.swift",
        "ResourceLinkageProviding.swift",
        "Unit.swift"
      ],
      "target_dependencies" : [
        "JSONAPIMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/21] Write sources
[18/21] Write swift-version-2F0A5646E1D333AE.txt
[20/25] Compiling SwiftSyntax510 Empty.swift
[21/25] Emitting module SwiftSyntax510
[22/25] Emitting module SwiftSyntax509
[23/25] Compiling SwiftSyntax509 Empty.swift
[24/87] Compiling SwiftSyntax AbsolutePosition.swift
[25/87] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[26/87] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[27/87] Compiling SwiftSyntax Assert.swift
[28/87] Compiling SwiftSyntax BumpPtrAllocator.swift
[29/87] Compiling SwiftSyntax CommonAncestor.swift
[30/87] Compiling SwiftSyntax Convenience.swift
[31/93] Compiling SwiftSyntax SourceLocation.swift
[32/93] Compiling SwiftSyntax SourcePresence.swift
[33/93] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[34/93] Compiling SwiftSyntax Syntax.swift
[35/93] Compiling SwiftSyntax SyntaxArena.swift
[36/93] Compiling SwiftSyntax SyntaxChildren.swift
[37/93] Compiling SwiftSyntax SyntaxCollection.swift
[38/93] Compiling SwiftSyntax MemoryLayout.swift
[39/93] Compiling SwiftSyntax MissingNodeInitializers.swift
[40/93] Compiling SwiftSyntax RawSyntax.swift
[41/93] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[42/93] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[43/93] Compiling SwiftSyntax RawSyntaxTokenView.swift
[44/93] Compiling SwiftSyntax SourceLength.swift
[45/93] Emitting module SwiftSyntax
[46/93] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[47/93] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[48/93] Compiling SwiftSyntax SyntaxBaseNodes.swift
[49/93] Compiling SwiftSyntax SyntaxCollections.swift
[50/93] Compiling SwiftSyntax SyntaxEnum.swift
[51/93] Compiling SwiftSyntax SyntaxKind.swift
[52/93] Compiling SwiftSyntax SyntaxRewriter.swift
[53/93] Compiling SwiftSyntax SyntaxHashable.swift
[54/93] Compiling SwiftSyntax SyntaxIdentifier.swift
[55/93] Compiling SwiftSyntax SyntaxNodeStructure.swift
[56/93] Compiling SwiftSyntax SyntaxProtocol.swift
[57/93] Compiling SwiftSyntax SyntaxText.swift
[58/93] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[59/93] Compiling SwiftSyntax TokenDiagnostic.swift
[60/93] Compiling SwiftSyntax RawSyntaxNodesC.swift
[61/93] Compiling SwiftSyntax RawSyntaxNodesD.swift
[62/93] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[63/93] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[64/93] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[65/93] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[66/93] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[67/93] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[68/93] Compiling SwiftSyntax RawSyntaxValidation.swift
[69/93] Compiling SwiftSyntax SyntaxNodesAB.swift
[70/93] Compiling SwiftSyntax SyntaxNodesC.swift
[71/93] Compiling SwiftSyntax SyntaxNodesD.swift
[72/93] Compiling SwiftSyntax TokenSequence.swift
[73/93] Compiling SwiftSyntax TokenSyntax.swift
[74/93] Compiling SwiftSyntax Trivia.swift
[75/93] Compiling SwiftSyntax Utils.swift
[76/93] Compiling SwiftSyntax ChildNameForKeyPath.swift
[77/93] Compiling SwiftSyntax Keyword.swift
[78/93] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[79/93] Compiling SwiftSyntax SyntaxTraits.swift
[80/93] Compiling SwiftSyntax SyntaxTransform.swift
[81/93] Compiling SwiftSyntax SyntaxVisitor.swift
[82/93] Compiling SwiftSyntax TokenKind.swift
[83/93] Compiling SwiftSyntax Tokens.swift
[84/93] Compiling SwiftSyntax TriviaPieces.swift
[85/93] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[86/93] Compiling SwiftSyntax SyntaxNodesEF.swift
[87/93] Compiling SwiftSyntax SyntaxNodesGHI.swift
[88/93] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[89/93] Compiling SwiftSyntax SyntaxNodesOP.swift
[90/93] Compiling SwiftSyntax SyntaxNodesQRS.swift
[91/93] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[92/145] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[93/145] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[94/145] Compiling SwiftBasicFormat Syntax+Extensions.swift
[95/145] Compiling SwiftDiagnostics Note.swift
[96/145] Compiling SwiftDiagnostics FixIt.swift
[97/145] Compiling SwiftDiagnostics Message.swift
[98/145] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[99/145] Emitting module SwiftBasicFormat
[100/145] Compiling SwiftBasicFormat BasicFormat.swift
[101/145] Compiling SwiftDiagnostics Diagnostic.swift
[102/145] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[103/145] Emitting module SwiftDiagnostics
[104/145] Compiling SwiftDiagnostics Convenience.swift
[105/145] Compiling SwiftParser Names.swift
[106/145] Compiling SwiftParser Nominals.swift
[107/145] Compiling SwiftParser Parameters.swift
[108/145] Compiling SwiftParser ParseSourceFile.swift
[109/149] Compiling SwiftParser Lexeme.swift
[110/149] Compiling SwiftParser LexemeSequence.swift
[111/149] Compiling SwiftParser Lexer.swift
[112/149] Compiling SwiftParser RegexLiteralLexer.swift
[113/149] Compiling SwiftParser UnicodeScalarExtensions.swift
[114/149] Compiling SwiftParser Lookahead.swift
[115/149] Compiling SwiftParser LoopProgressCondition.swift
[116/149] Compiling SwiftParser Modifiers.swift
[117/149] Compiling SwiftParser Statements.swift
[118/149] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[119/149] Compiling SwiftParser StringLiterals.swift
[120/149] Compiling SwiftParser SwiftParserCompatibility.swift
[121/149] Compiling SwiftParser Parser.swift
[122/149] Compiling SwiftParser Patterns.swift
[123/149] Compiling SwiftParser Recovery.swift
[124/149] Compiling SwiftParser Specifiers.swift
[125/149] Compiling SwiftParser TokenSpecSet.swift
[126/149] Compiling SwiftParser TopLevel.swift
[127/149] Compiling SwiftParser TriviaParser.swift
[128/149] Compiling SwiftParser Types.swift
[129/149] Compiling SwiftParser SyntaxUtils.swift
[130/149] Compiling SwiftParser TokenConsumer.swift
[131/149] Compiling SwiftParser TokenPrecedence.swift
[132/149] Compiling SwiftParser TokenSpec.swift
[133/149] Compiling SwiftParser IsLexerClassified.swift
[134/149] Compiling SwiftParser LayoutNodes+Parsable.swift
[135/149] Compiling SwiftParser Parser+TokenSpecSet.swift
[136/149] Compiling SwiftParser TokenSpecStaticMembers.swift
[137/149] Compiling SwiftParser Attributes.swift
[138/149] Compiling SwiftParser Availability.swift
[139/149] Compiling SwiftParser CharacterInfo.swift
[140/149] Compiling SwiftParser CollectionNodes+Parsable.swift
[141/149] Compiling SwiftParser Declarations.swift
[142/149] Emitting module SwiftParser
[143/149] Compiling SwiftParser Directives.swift
[144/149] Compiling SwiftParser ExperimentalFeatures.swift
[145/149] Compiling SwiftParser Expressions.swift
[146/149] Compiling SwiftParser IncrementalParseTransition.swift
[147/149] Compiling SwiftParser Cursor.swift
[148/172] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[149/173] Compiling SwiftOperators OperatorTable.swift
[150/173] Compiling SwiftOperators PrecedenceGroup.swift
[151/173] Compiling SwiftOperators OperatorTable+Folding.swift
[152/173] Compiling SwiftOperators OperatorError.swift
[153/173] Compiling SwiftOperators OperatorTable+Semantics.swift
[154/173] Compiling SwiftOperators OperatorError+Diagnostics.swift
[155/173] Compiling SwiftOperators OperatorTable+Defaults.swift
[156/173] Compiling SwiftOperators Operator.swift
[157/173] Compiling SwiftOperators PrecedenceGraph.swift
[158/173] Emitting module SwiftOperators
[159/174] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[160/174] Compiling SwiftOperators SyntaxSynthesis.swift
[161/174] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[162/174] Compiling SwiftParserDiagnostics PresenceUtils.swift
[163/174] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[164/174] Compiling SwiftParserDiagnostics Utils.swift
[165/174] Emitting module SwiftParserDiagnostics
[166/174] Compiling SwiftParserDiagnostics MissingNodesError.swift
[167/174] Compiling SwiftParserDiagnostics MissingTokenError.swift
[168/174] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[169/174] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[170/174] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[171/174] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[172/174] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[173/188] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[174/189] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[175/189] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[176/189] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[177/189] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[178/189] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[179/189] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[180/189] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[181/189] Compiling SwiftSyntaxBuilder Indenter.swift
[182/189] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[183/189] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[184/189] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[185/189] Emitting module SwiftSyntaxBuilder
[186/189] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[187/189] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[188/203] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[189/204] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[190/204] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[191/204] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[192/204] Compiling SwiftSyntaxMacros Macro.swift
[193/204] Compiling SwiftSyntaxMacros MemberMacro.swift
[194/204] Compiling SwiftSyntaxMacros Macro+Format.swift
[195/204] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[196/204] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[197/204] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[198/204] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[199/204] Emitting module SwiftSyntaxMacros
[200/204] Compiling SwiftSyntaxMacros AccessorMacro.swift
[201/204] Compiling SwiftSyntaxMacros AttachedMacro.swift
[202/204] Compiling SwiftSyntaxMacros PeerMacro.swift
[203/212] Emitting module SwiftSyntaxMacroExpansion
[204/212] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[205/212] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[206/212] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[207/212] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[208/212] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[209/212] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[210/212] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[211/219] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[212/219] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[213/219] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[214/219] Emitting module SwiftCompilerPluginMessageHandling
[215/219] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[216/219] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[217/219] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[218/221] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[219/221] Emitting module SwiftCompilerPlugin
[220/231] Compiling JSONAPIMacros ResourceAttributeMacro.swift
[221/231] Compiling JSONAPIMacros ResourceRelationshipMacro.swift
[222/231] Emitting module JSONAPIMacros
[223/231] Compiling JSONAPIMacros Extensions.swift
[224/231] Compiling JSONAPIMacros JSONAPIDiagnostic.swift
[225/231] Compiling JSONAPIMacros JSONAPIPlugin.swift
[226/231] Compiling JSONAPIMacros AppleExtensions.swift
[227/231] Compiling JSONAPIMacros ResourceWrapperMacro.swift
[228/231] Compiling JSONAPIMacros AppleAvailability.swift
[229/231] Compiling JSONAPIMacros ResourceUnionMacro.swift
[229/231] Write Objects.LinkFileList
[230/231] Linking JSONAPIMacros-tool
[232/273] Compiling JSONAPI ResourceDefinitionProviding.swift
[233/273] Compiling JSONAPI Resource.swift
[234/275] Compiling JSONAPI CompoundDocument.swift
[235/275] Compiling JSONAPI DefaultEmpty.swift
[236/275] Compiling JSONAPI JSONAPIEncodingError.swift
[237/275] Compiling JSONAPI Resource.swift
[238/275] Compiling JSONAPI ResourceBody.swift
[240/275] Compiling JSONAPI ResourceDecoder.swift
[241/275] Compiling JSONAPI ResourceIdentifiable.swift
[242/275] Compiling JSONAPI ResourceIdentifier.swift
[243/275] Compiling JSONAPI ResourceDecoder.swift
[244/275] Compiling JSONAPI ResourceDefinition.swift
[245/275] Compiling JSONAPI Macros.swift
[246/275] Compiling JSONAPI JSONAPIDecodingError.swift
[249/275] Compiling JSONAPI InlineRelationshipOne.swift
[251/275] Compiling JSONAPI ResourceDefinitionProviding.swift
[252/275] Compiling JSONAPI JSONAPIDecodingError.swift
[253/275] Compiling JSONAPI CompoundDocument.swift
[255/275] Compiling JSONAPI JSONAPIEncoder.swift
[257/275] Compiling JSONAPI ResourceDefinition.swift
[272/277] Compiling JSONAPI ResourceLinkageProviding.swift
[273/277] Compiling JSONAPI Unit.swift
[274/277] Emitting module JSONAPI
Build complete! (45.68s)
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
[1/868] Fetching swift-macro-testing
[114/2917] Fetching swift-macro-testing, swift-docc-plugin
Fetched https://github.com/swiftlang/swift-syntax from cache (1.10s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (1.23s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.23s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.23s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.2 (1.72s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.91s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.77s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.41s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.47s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.45s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.94s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 510.0.3 (1.14s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.47s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 510.0.3
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.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/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.15.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-jsonapi",
  "name" : "swift-jsonapi",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONAPI",
      "targets" : [
        "JSONAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONAPIMacros",
      "targets" : [
        "JSONAPIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONAPITests",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPITests",
      "path" : "Tests/JSONAPITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/JSONAPITests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ResourceBodyTests.swift",
        "ResourceTests.swift",
        "ResourceUnionTests.swift",
        "ResourceWrapperTests.swift",
        "Snapshotting+JSONAPI.swift"
      ],
      "target_dependencies" : [
        "JSONAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONAPIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPIMacrosTests",
      "path" : "Tests/JSONAPIMacrosTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "ResourceUnionMacroTests.swift",
        "ResourceWrapperMacroTests.swift"
      ],
      "target_dependencies" : [
        "JSONAPIMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONAPIMacros",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPIMacros",
      "path" : "Sources/JSONAPIMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "JSONAPI",
        "JSONAPIMacros"
      ],
      "sources" : [
        "Helpers/AppleAvailability.swift",
        "Helpers/AppleExtensions.swift",
        "Helpers/Extensions.swift",
        "JSONAPIDiagnostic.swift",
        "JSONAPIPlugin.swift",
        "ResourceUnion/ResourceUnionMacro.swift",
        "ResourceWrapper/ResourceAttributeMacro.swift",
        "ResourceWrapper/ResourceRelationshipMacro.swift",
        "ResourceWrapper/ResourceWrapperMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "JSONAPI",
      "module_type" : "SwiftTarget",
      "name" : "JSONAPI",
      "path" : "Sources/JSONAPI",
      "product_memberships" : [
        "JSONAPI"
      ],
      "sources" : [
        "CompoundDocument.swift",
        "DefaultEmpty.swift",
        "InlineRelationshipMany.swift",
        "InlineRelationshipOne.swift",
        "InlineRelationshipOptional.swift",
        "JSONAPIDecoder.swift",
        "JSONAPIDecodingError.swift",
        "JSONAPIEncoder.swift",
        "JSONAPIEncodingError.swift",
        "Macros.swift",
        "RelationshipMany.swift",
        "RelationshipOne.swift",
        "Resource.swift",
        "ResourceBody.swift",
        "ResourceDecoder.swift",
        "ResourceDefinition.swift",
        "ResourceDefinitionProviding.swift",
        "ResourceEncoder.swift",
        "ResourceIdentifiable.swift",
        "ResourceIdentifier.swift",
        "ResourceLinkageProviding.swift",
        "Unit.swift"
      ],
      "target_dependencies" : [
        "JSONAPIMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.