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 SwiftOpenAPI, reference main (c2752c), with Swift 6.0 for macOS (SPM) on 4 Apr 2025 21:05:26 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/SwiftOpenAPI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/SwiftOpenAPI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c2752c9 fix
Cloned https://github.com/dankinsoid/SwiftOpenAPI.git
Revision (git rev-parse @):
c2752c9f51b585524c96e012d326e7f04c9882db
SUCCESS checkout https://github.com/dankinsoid/SwiftOpenAPI.git at main
Fetching https://github.com/swiftlang/swift-syntax.git
[1/69852] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.25s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (2.83s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftopenapi",
      "name": "SwiftOpenAPI",
      "url": "https://github.com/dankinsoid/SwiftOpenAPI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftOpenAPI",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax.git",
          "version": "600.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dankinsoid/SwiftOpenAPI.git
[1/1814] Fetching swiftopenapi
Fetched https://github.com/dankinsoid/SwiftOpenAPI.git from cache (0.88s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.76s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.02s)
Creating working copy for https://github.com/dankinsoid/SwiftOpenAPI.git
Working copy of https://github.com/dankinsoid/SwiftOpenAPI.git resolved at main (c2752c9)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
warning: '.resolve-product-dependencies': dependency 'swiftopenapi' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dankinsoid/SwiftOpenAPI.git
https://github.com/dankinsoid/SwiftOpenAPI.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SwiftOpenAPI",
  "name" : "SwiftOpenAPI",
  "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"
    }
  ],
  "products" : [
    {
      "name" : "SwiftOpenAPI",
      "targets" : [
        "SwiftOpenAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftOpenAPIMacros",
      "targets" : [
        "SwiftOpenAPIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftOpenAPITests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOpenAPITests",
      "path" : "Tests/SwiftOpenAPITests",
      "sources" : [
        "AnyValueTests/AnyValueTests.swift",
        "AnyValueTests/TestHelpers.swift",
        "ArrayDecodingTests.swift",
        "Mocks.swift",
        "SwiftOpenAPITests.swift"
      ],
      "target_dependencies" : [
        "SwiftOpenAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOpenAPIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOpenAPIMacrosTests",
      "path" : "Tests/SwiftOpenAPIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SwiftOpenAPIMacrosTests.swift"
      ],
      "target_dependencies" : [
        "SwiftOpenAPI",
        "SwiftOpenAPIMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOpenAPIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOpenAPIMacros",
      "path" : "Sources/SwiftOpenAPIMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftOpenAPI",
        "SwiftOpenAPIMacros"
      ],
      "sources" : [
        "OpenAPIDescriptionMacro.swift",
        "StringError.swift",
        "SyntaxExt.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftOpenAPI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOpenAPI",
      "path" : "Sources/SwiftOpenAPI",
      "product_memberships" : [
        "SwiftOpenAPI"
      ],
      "sources" : [
        "Common/AnyRange.swift",
        "Common/Bool++.swift",
        "Common/Codable++.swift",
        "Common/CodingKeys.swift",
        "Common/Collection++.swift",
        "Common/Decimal++.swift",
        "Common/ExpressibleBy.swift",
        "Common/OrderedDictionary/OrderedDictionary.swift",
        "Common/OrderedDictionary/StringConvertibleHintProvider.swift",
        "Common/String++.swift",
        "Encoders/AnyValueEncoder.swift",
        "Encoders/CheckAllKeysDecoder.swift",
        "Encoders/DateEncodingFormat.swift",
        "Encoders/HeadersEncoder.swift",
        "Encoders/KeyEncodingStrategy.swift",
        "Encoders/ParametersEncoder.swift",
        "Encoders/Ref.swift",
        "Encoders/SchemeEncoder.swift",
        "Encoders/TypeRevision/CodableTypes.swift",
        "Encoders/TypeRevision/TypeRevision.swift",
        "Encoders/TypeRevision/TypeRevisionDecoder.swift",
        "Encoders/TypeRevision/TypeRevisionEncoder.swift",
        "Objects/AnyValue.swift",
        "Objects/CallbackObject.swift",
        "Objects/ComponentsObject.swift",
        "Objects/CompositeType.swift",
        "Objects/ContactObject.swift",
        "Objects/ContentObject.swift",
        "Objects/EncodingObject.swift",
        "Objects/ExampleObject.swift",
        "Objects/ExternalDocumentationObject.swift",
        "Objects/HeaderObject.swift",
        "Objects/InfoObject.swift",
        "Objects/JSONSchema/AdditionalProperties.swift",
        "Objects/JSONSchema/DataFormat.swift",
        "Objects/JSONSchema/DataType.swift",
        "Objects/JSONSchema/DiscriminatorObject.swift",
        "Objects/JSONSchema/ExpressibleBySchemaObject.swift",
        "Objects/JSONSchema/SchemaContexts.swift",
        "Objects/JSONSchema/SchemaObjec+deprecated.swift",
        "Objects/JSONSchema/SchemaObject++.swift",
        "Objects/JSONSchema/SchemaObject.swift",
        "Objects/LicenseObject.swift",
        "Objects/LinkObject.swift",
        "Objects/MediaType.swift",
        "Objects/MediaTypeObject.swift",
        "Objects/OAuthFlowObject.swift",
        "Objects/OAuthFlowsObject.swift",
        "Objects/OpenAPIObject.swift",
        "Objects/OperationObject.swift",
        "Objects/ParameterObject.swift",
        "Objects/Path.swift",
        "Objects/PathItemObject.swift",
        "Objects/PathsObject.swift",
        "Objects/ReferenceObject.swift",
        "Objects/ReferenceOr.swift",
        "Objects/RequestBodyObject.swift",
        "Objects/ResponseObject.swift",
        "Objects/ResponsesObject.swift",
        "Objects/RuntimeExpression.swift",
        "Objects/RuntimeExpressionOr.swift",
        "Objects/SecurityRequirementObject.swift",
        "Objects/SecuritySchemeObject.swift",
        "Objects/ServerObject.swift",
        "Objects/ServerVariableObject.swift",
        "Objects/SpecificationExtendable.swift",
        "Objects/TagObject.swift",
        "Objects/Version.swift",
        "Objects/XMLObject.swift",
        "OpenAPIDescriptable.swift",
        "OpenAPIDescription.swift",
        "OpenAPIType.swift",
        "refactor.swift"
      ],
      "target_dependencies" : [
        "SwiftOpenAPIMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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
Building for debugging...
[0/20] Write sources
[16/20] Compiling _SwiftSyntaxCShims dummy.c
[17/20] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/26] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[20/26] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/26] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[22/26] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
[2/9] Emitting module SwiftSyntax509
[3/9] Emitting module SwiftSyntax600
[4/9] Compiling SwiftSyntax509 Empty.swift
[5/9] Compiling SwiftSyntax510 Empty.swift
[6/9] Compiling SwiftSyntax600 Empty.swift
[7/9] Emitting module SwiftSyntax510
[8/74] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[9/74] Compiling SwiftSyntax SyntaxChildren.swift
[10/74] Compiling SwiftSyntax SyntaxCollection.swift
[11/74] Compiling SwiftSyntax SyntaxHashable.swift
[12/74] Compiling SwiftSyntax SyntaxIdentifier.swift
[13/74] Compiling SwiftSyntax SyntaxNodeFactory.swift
[14/74] Compiling SwiftSyntax SyntaxNodeStructure.swift
[15/81] Compiling SwiftSyntax AbsolutePosition.swift
[16/81] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[17/81] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[18/81] Compiling SwiftSyntax Assert.swift
[19/81] Compiling SwiftSyntax BumpPtrAllocator.swift
[20/81] Compiling SwiftSyntax CommonAncestor.swift
[21/81] Compiling SwiftSyntax Convenience.swift
[22/81] Compiling SwiftSyntax CustomTraits.swift
[23/81] Compiling SwiftSyntax SyntaxProtocol.swift
[24/81] Compiling SwiftSyntax SyntaxText.swift
[25/81] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[26/81] Compiling SwiftSyntax TokenDiagnostic.swift
[27/81] Compiling SwiftSyntax TokenSequence.swift
[28/81] Compiling SwiftSyntax TokenSyntax.swift
[29/81] Compiling SwiftSyntax Trivia.swift
[30/81] Emitting module SwiftSyntax
[31/81] Compiling SwiftSyntax Tokens.swift
[32/81] Compiling SwiftSyntax TriviaPieces.swift
[33/81] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[34/81] Compiling SwiftSyntax RawSyntaxNodesC.swift
[35/81] Compiling SwiftSyntax RawSyntaxNodesD.swift
[36/81] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[37/81] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[38/81] Compiling SwiftSyntax SyntaxCollections.swift
[39/81] Compiling SwiftSyntax SyntaxEnum.swift
[40/81] Compiling SwiftSyntax SyntaxKind.swift
[41/81] Compiling SwiftSyntax SyntaxRewriter.swift
[42/81] Compiling SwiftSyntax SyntaxTraits.swift
[43/81] Compiling SwiftSyntax SyntaxVisitor.swift
[44/81] Compiling SwiftSyntax TokenKind.swift
[45/81] Compiling SwiftSyntax Identifier.swift
[46/81] Compiling SwiftSyntax MemoryLayout.swift
[47/81] Compiling SwiftSyntax MissingNodeInitializers.swift
[48/81] Compiling SwiftSyntax RawSyntax.swift
[49/81] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[50/81] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[51/81] Compiling SwiftSyntax RawSyntaxTokenView.swift
[52/81] Compiling SwiftSyntax SourceEdit.swift
[53/81] Compiling SwiftSyntax SourceLength.swift
[54/81] Compiling SwiftSyntax SourceLocation.swift
[55/81] Compiling SwiftSyntax SourcePresence.swift
[56/81] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[57/81] Compiling SwiftSyntax Syntax.swift
[58/81] Compiling SwiftSyntax SyntaxArena.swift
[59/81] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[60/81] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[61/81] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[62/81] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[63/81] Compiling SwiftSyntax RawSyntaxValidation.swift
[64/81] Compiling SwiftSyntax SyntaxNodesAB.swift
[65/81] Compiling SwiftSyntax SyntaxNodesC.swift
[66/81] Compiling SwiftSyntax Utils.swift
[67/81] Compiling SwiftSyntax ChildNameForKeyPath.swift
[68/81] Compiling SwiftSyntax Keyword.swift
[69/81] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[70/81] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[71/81] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[72/81] Compiling SwiftSyntax SyntaxBaseNodes.swift
[73/81] Compiling SwiftSyntax SyntaxNodesD.swift
[74/81] Compiling SwiftSyntax SyntaxNodesEF.swift
[75/81] Compiling SwiftSyntax SyntaxNodesGHI.swift
[76/81] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[77/81] Compiling SwiftSyntax SyntaxNodesOP.swift
[78/81] Compiling SwiftSyntax SyntaxNodesQRS.swift
[79/81] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[80/139] Compiling SwiftDiagnostics Message.swift
[81/140] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[82/140] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[83/140] Compiling SwiftDiagnostics Diagnostic.swift
[84/140] Compiling SwiftDiagnostics Convenience.swift
[85/140] Emitting module SwiftDiagnostics
[86/140] Compiling SwiftDiagnostics Note.swift
[87/140] Compiling SwiftBasicFormat Syntax+Extensions.swift
[88/140] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[89/140] Compiling SwiftDiagnostics FixIt.swift
[90/140] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[91/140] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[92/140] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[93/140] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[94/140] Compiling SwiftBasicFormat InferIndentation.swift
[95/140] Emitting module SwiftBasicFormat
[96/140] Compiling SwiftBasicFormat BasicFormat.swift
[97/140] Compiling SwiftParser StringLiterals.swift
[98/140] Compiling SwiftParser SwiftParserCompatibility.swift
[99/140] Compiling SwiftParser SwiftVersion.swift
[100/140] Compiling SwiftParser SyntaxUtils.swift
[101/144] Compiling SwiftParser TopLevel.swift
[102/144] Compiling SwiftParser TriviaParser.swift
[103/144] Compiling SwiftParser Types.swift
[104/144] Compiling SwiftParser ExperimentalFeatures.swift
[105/144] Compiling SwiftParser UnicodeScalarExtensions.swift
[106/144] Compiling SwiftParser Lookahead.swift
[107/144] Compiling SwiftParser LoopProgressCondition.swift
[108/144] Compiling SwiftParser Modifiers.swift
[109/144] Compiling SwiftParser Names.swift
[110/144] Compiling SwiftParser TokenConsumer.swift
[111/144] Compiling SwiftParser TokenPrecedence.swift
[112/144] Compiling SwiftParser TokenSpec.swift
[113/144] Compiling SwiftParser TokenSpecSet.swift
[114/144] Emitting module SwiftParser
[115/144] Compiling SwiftParser Nominals.swift
[116/144] Compiling SwiftParser Parameters.swift
[117/144] Compiling SwiftParser ParseSourceFile.swift
[118/144] Compiling SwiftParser Parser.swift
[119/144] Compiling SwiftParser Patterns.swift
[120/144] Compiling SwiftParser Recovery.swift
[121/144] Compiling SwiftParser Specifiers.swift
[122/144] Compiling SwiftParser Statements.swift
[123/144] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[124/144] Compiling SwiftParser Attributes.swift
[125/144] Compiling SwiftParser Availability.swift
[126/144] Compiling SwiftParser CharacterInfo.swift
[127/144] Compiling SwiftParser CollectionNodes+Parsable.swift
[128/144] Compiling SwiftParser Declarations.swift
[129/144] Compiling SwiftParser Cursor.swift
[130/144] Compiling SwiftParser Lexeme.swift
[131/144] Compiling SwiftParser LexemeSequence.swift
[132/144] Compiling SwiftParser Lexer.swift
[133/144] Compiling SwiftParser RegexLiteralLexer.swift
[134/144] Compiling SwiftParser Directives.swift
[135/144] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[136/144] Compiling SwiftParser Expressions.swift
[137/144] Compiling SwiftParser IncrementalParseTransition.swift
[138/144] Compiling SwiftParser IsValidIdentifier.swift
[139/144] Compiling SwiftParser IsLexerClassified.swift
[140/144] Compiling SwiftParser LayoutNodes+Parsable.swift
[141/144] Compiling SwiftParser Parser+TokenSpecSet.swift
[142/144] Compiling SwiftParser TokenSpecStaticMembers.swift
[143/167] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[144/168] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[145/168] Compiling SwiftParserDiagnostics PresenceUtils.swift
[146/168] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[147/168] Compiling SwiftOperators OperatorError.swift
[148/169] Compiling SwiftOperators PrecedenceGroup.swift
[149/169] Compiling SwiftOperators PrecedenceGraph.swift
[150/169] Compiling SwiftOperators OperatorTable.swift
[151/169] Compiling SwiftOperators OperatorTable+Defaults.swift
[152/169] Compiling SwiftOperators Operator.swift
[153/169] Compiling SwiftOperators OperatorTable+Semantics.swift
[154/169] Emitting module SwiftOperators
[155/169] Compiling SwiftOperators OperatorError+Diagnostics.swift
[156/169] Compiling SwiftOperators OperatorTable+Folding.swift
[157/169] Compiling SwiftOperators SyntaxSynthesis.swift
[158/169] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[159/169] Compiling SwiftParserDiagnostics Utils.swift
[160/169] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[161/169] Compiling SwiftParserDiagnostics MissingNodesError.swift
[162/169] Compiling SwiftParserDiagnostics MissingTokenError.swift
[163/169] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[164/169] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[165/169] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[166/169] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[167/169] Emitting module SwiftParserDiagnostics
[168/184] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[169/185] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[170/185] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[171/185] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[172/185] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[173/185] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[174/185] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[175/185] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[176/185] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[177/185] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[178/185] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[179/185] Compiling SwiftSyntaxBuilder Indenter.swift
[180/185] Compiling SwiftSyntaxBuilder ListBuilder.swift
[181/185] Emitting module SwiftSyntaxBuilder
[182/185] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[183/185] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[184/203] Compiling SwiftSyntaxMacros MemberMacro.swift
[185/203] Compiling SwiftSyntaxMacros PeerMacro.swift
[186/203] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[187/203] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[188/203] Compiling SwiftSyntaxMacros PreambleMacro.swift
[189/203] Compiling SwiftSyntaxMacros AttachedMacro.swift
[190/203] Compiling SwiftSyntaxMacros BodyMacro.swift
[191/203] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[192/203] Compiling SwiftSyntaxMacros Macro+Format.swift
[193/203] Compiling SwiftSyntaxMacros Macro.swift
[194/203] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[195/204] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[196/204] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[197/204] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[198/204] Compiling SwiftSyntaxMacros AccessorMacro.swift
[199/204] Emitting module SwiftSyntaxMacros
[200/204] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[201/204] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[202/204] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[203/214] Emitting module SwiftSyntaxMacroExpansion
[204/214] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[205/214] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[206/214] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[207/214] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[208/214] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[209/214] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[210/214] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[211/214] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[212/214] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[213/226] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[214/226] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[215/226] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[216/226] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[217/226] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[218/226] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[219/226] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[220/226] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[221/226] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[222/226] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[223/226] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[224/226] Emitting module SwiftCompilerPluginMessageHandling
[225/227] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[226/229] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[227/229] Emitting module SwiftCompilerPlugin
[228/233] Compiling SwiftOpenAPIMacros StringError.swift
[229/233] Compiling SwiftOpenAPIMacros SyntaxExt.swift
[230/233] Compiling SwiftOpenAPIMacros OpenAPIDescriptionMacro.swift
[231/233] Emitting module SwiftOpenAPIMacros
[231/233] Write Objects.LinkFileList
[232/233] Linking SwiftOpenAPIMacros-tool
[234/300] Compiling SwiftOpenAPI AnyRange.swift
[235/300] Compiling SwiftOpenAPI Bool++.swift
[236/300] Compiling SwiftOpenAPI Codable++.swift
[237/300] Compiling SwiftOpenAPI CodingKeys.swift
[238/300] Compiling SwiftOpenAPI Collection++.swift
[239/300] Compiling SwiftOpenAPI Decimal++.swift
[240/300] Compiling SwiftOpenAPI ExpressibleBy.swift
[241/300] Compiling SwiftOpenAPI OrderedDictionary.swift
[242/307] Compiling SwiftOpenAPI ComponentsObject.swift
[243/307] Compiling SwiftOpenAPI CompositeType.swift
[244/307] Compiling SwiftOpenAPI ContactObject.swift
[245/307] Compiling SwiftOpenAPI ContentObject.swift
[246/307] Compiling SwiftOpenAPI EncodingObject.swift
[247/307] Compiling SwiftOpenAPI ExampleObject.swift
[248/307] Compiling SwiftOpenAPI ExternalDocumentationObject.swift
[249/307] Compiling SwiftOpenAPI RuntimeExpression.swift
[250/307] Compiling SwiftOpenAPI RuntimeExpressionOr.swift
[251/307] Compiling SwiftOpenAPI SecurityRequirementObject.swift
[252/307] Compiling SwiftOpenAPI SecuritySchemeObject.swift
[253/307] Compiling SwiftOpenAPI ServerObject.swift
[254/307] Compiling SwiftOpenAPI ServerVariableObject.swift
[255/307] Compiling SwiftOpenAPI SpecificationExtendable.swift
[256/307] Compiling SwiftOpenAPI HeaderObject.swift
[257/307] Compiling SwiftOpenAPI InfoObject.swift
[258/307] Compiling SwiftOpenAPI AdditionalProperties.swift
[259/307] Compiling SwiftOpenAPI DataFormat.swift
[260/307] Compiling SwiftOpenAPI DataType.swift
[261/307] Compiling SwiftOpenAPI DiscriminatorObject.swift
[262/307] Compiling SwiftOpenAPI ExpressibleBySchemaObject.swift
[263/307] Compiling SwiftOpenAPI PathItemObject.swift
[264/307] Compiling SwiftOpenAPI PathsObject.swift
[265/307] Compiling SwiftOpenAPI ReferenceObject.swift
[266/307] Compiling SwiftOpenAPI ReferenceOr.swift
[267/307] Compiling SwiftOpenAPI RequestBodyObject.swift
[268/307] Compiling SwiftOpenAPI ResponseObject.swift
[269/307] Compiling SwiftOpenAPI ResponsesObject.swift
[270/307] Compiling SwiftOpenAPI Ref.swift
[271/307] Compiling SwiftOpenAPI SchemeEncoder.swift
[272/307] Compiling SwiftOpenAPI CodableTypes.swift
[273/307] Compiling SwiftOpenAPI TypeRevision.swift
[274/307] Compiling SwiftOpenAPI TypeRevisionDecoder.swift
[275/307] Compiling SwiftOpenAPI TypeRevisionEncoder.swift
[276/307] Compiling SwiftOpenAPI AnyValue.swift
[277/307] Compiling SwiftOpenAPI CallbackObject.swift
[278/307] Emitting module SwiftOpenAPI
[279/307] Compiling SwiftOpenAPI TagObject.swift
[280/307] Compiling SwiftOpenAPI Version.swift
[281/307] Compiling SwiftOpenAPI XMLObject.swift
[282/307] Compiling SwiftOpenAPI OpenAPIDescriptable.swift
[283/307] Compiling SwiftOpenAPI OpenAPIDescription.swift
[284/307] Compiling SwiftOpenAPI OpenAPIType.swift
[285/307] Compiling SwiftOpenAPI refactor.swift
[286/307] Compiling SwiftOpenAPI StringConvertibleHintProvider.swift
[287/307] Compiling SwiftOpenAPI String++.swift
[288/307] Compiling SwiftOpenAPI AnyValueEncoder.swift
[289/307] Compiling SwiftOpenAPI CheckAllKeysDecoder.swift
[290/307] Compiling SwiftOpenAPI DateEncodingFormat.swift
[291/307] Compiling SwiftOpenAPI HeadersEncoder.swift
[292/307] Compiling SwiftOpenAPI KeyEncodingStrategy.swift
[293/307] Compiling SwiftOpenAPI ParametersEncoder.swift
[294/307] Compiling SwiftOpenAPI SchemaContexts.swift
[295/307] Compiling SwiftOpenAPI SchemaObjec+deprecated.swift
[296/307] Compiling SwiftOpenAPI SchemaObject++.swift
[297/307] Compiling SwiftOpenAPI SchemaObject.swift
[298/307] Compiling SwiftOpenAPI LicenseObject.swift
[299/307] Compiling SwiftOpenAPI LinkObject.swift
[300/307] Compiling SwiftOpenAPI MediaType.swift
[301/307] Compiling SwiftOpenAPI MediaTypeObject.swift
[302/307] Compiling SwiftOpenAPI OAuthFlowObject.swift
[303/307] Compiling SwiftOpenAPI OAuthFlowsObject.swift
[304/307] Compiling SwiftOpenAPI OpenAPIObject.swift
[305/307] Compiling SwiftOpenAPI OperationObject.swift
[306/307] Compiling SwiftOpenAPI ParameterObject.swift
[307/307] Compiling SwiftOpenAPI Path.swift
Build complete! (28.95s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SwiftOpenAPI",
  "name" : "SwiftOpenAPI",
  "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"
    }
  ],
  "products" : [
    {
      "name" : "SwiftOpenAPI",
      "targets" : [
        "SwiftOpenAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftOpenAPIMacros",
      "targets" : [
        "SwiftOpenAPIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftOpenAPITests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOpenAPITests",
      "path" : "Tests/SwiftOpenAPITests",
      "sources" : [
        "AnyValueTests/AnyValueTests.swift",
        "AnyValueTests/TestHelpers.swift",
        "ArrayDecodingTests.swift",
        "Mocks.swift",
        "SwiftOpenAPITests.swift"
      ],
      "target_dependencies" : [
        "SwiftOpenAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOpenAPIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOpenAPIMacrosTests",
      "path" : "Tests/SwiftOpenAPIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SwiftOpenAPIMacrosTests.swift"
      ],
      "target_dependencies" : [
        "SwiftOpenAPI",
        "SwiftOpenAPIMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOpenAPIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOpenAPIMacros",
      "path" : "Sources/SwiftOpenAPIMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftOpenAPI",
        "SwiftOpenAPIMacros"
      ],
      "sources" : [
        "OpenAPIDescriptionMacro.swift",
        "StringError.swift",
        "SyntaxExt.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftOpenAPI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOpenAPI",
      "path" : "Sources/SwiftOpenAPI",
      "product_memberships" : [
        "SwiftOpenAPI"
      ],
      "sources" : [
        "Common/AnyRange.swift",
        "Common/Bool++.swift",
        "Common/Codable++.swift",
        "Common/CodingKeys.swift",
        "Common/Collection++.swift",
        "Common/Decimal++.swift",
        "Common/ExpressibleBy.swift",
        "Common/OrderedDictionary/OrderedDictionary.swift",
        "Common/OrderedDictionary/StringConvertibleHintProvider.swift",
        "Common/String++.swift",
        "Encoders/AnyValueEncoder.swift",
        "Encoders/CheckAllKeysDecoder.swift",
        "Encoders/DateEncodingFormat.swift",
        "Encoders/HeadersEncoder.swift",
        "Encoders/KeyEncodingStrategy.swift",
        "Encoders/ParametersEncoder.swift",
        "Encoders/Ref.swift",
        "Encoders/SchemeEncoder.swift",
        "Encoders/TypeRevision/CodableTypes.swift",
        "Encoders/TypeRevision/TypeRevision.swift",
        "Encoders/TypeRevision/TypeRevisionDecoder.swift",
        "Encoders/TypeRevision/TypeRevisionEncoder.swift",
        "Objects/AnyValue.swift",
        "Objects/CallbackObject.swift",
        "Objects/ComponentsObject.swift",
        "Objects/CompositeType.swift",
        "Objects/ContactObject.swift",
        "Objects/ContentObject.swift",
        "Objects/EncodingObject.swift",
        "Objects/ExampleObject.swift",
        "Objects/ExternalDocumentationObject.swift",
        "Objects/HeaderObject.swift",
        "Objects/InfoObject.swift",
        "Objects/JSONSchema/AdditionalProperties.swift",
        "Objects/JSONSchema/DataFormat.swift",
        "Objects/JSONSchema/DataType.swift",
        "Objects/JSONSchema/DiscriminatorObject.swift",
        "Objects/JSONSchema/ExpressibleBySchemaObject.swift",
        "Objects/JSONSchema/SchemaContexts.swift",
        "Objects/JSONSchema/SchemaObjec+deprecated.swift",
        "Objects/JSONSchema/SchemaObject++.swift",
        "Objects/JSONSchema/SchemaObject.swift",
        "Objects/LicenseObject.swift",
        "Objects/LinkObject.swift",
        "Objects/MediaType.swift",
        "Objects/MediaTypeObject.swift",
        "Objects/OAuthFlowObject.swift",
        "Objects/OAuthFlowsObject.swift",
        "Objects/OpenAPIObject.swift",
        "Objects/OperationObject.swift",
        "Objects/ParameterObject.swift",
        "Objects/Path.swift",
        "Objects/PathItemObject.swift",
        "Objects/PathsObject.swift",
        "Objects/ReferenceObject.swift",
        "Objects/ReferenceOr.swift",
        "Objects/RequestBodyObject.swift",
        "Objects/ResponseObject.swift",
        "Objects/ResponsesObject.swift",
        "Objects/RuntimeExpression.swift",
        "Objects/RuntimeExpressionOr.swift",
        "Objects/SecurityRequirementObject.swift",
        "Objects/SecuritySchemeObject.swift",
        "Objects/ServerObject.swift",
        "Objects/ServerVariableObject.swift",
        "Objects/SpecificationExtendable.swift",
        "Objects/TagObject.swift",
        "Objects/Version.swift",
        "Objects/XMLObject.swift",
        "OpenAPIDescriptable.swift",
        "OpenAPIDescription.swift",
        "OpenAPIType.swift",
        "refactor.swift"
      ],
      "target_dependencies" : [
        "SwiftOpenAPIMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.