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 Linux on 4 Apr 2025 21:02:00 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/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
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dankinsoid/SwiftOpenAPI.git
https://github.com/dankinsoid/SwiftOpenAPI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/69852] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.65s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.99s)
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
Building for debugging...
[0/35] Write sources
[16/35] Compiling _SwiftSyntaxCShims dummy.c
[17/35] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/41] 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/41] 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)
[21/41] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
<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/41] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/24] Compiling SwiftSyntax600 Empty.swift
[3/24] Emitting module SwiftSyntax600
[4/24] Emitting module SwiftSyntax510
[5/24] Compiling SwiftSyntax510 Empty.swift
[6/25] Compiling SwiftSyntax509 Empty.swift
[7/25] Emitting module SwiftSyntax509
[10/27] Wrapping AST for SwiftSyntax509 for debugging
[11/27] Wrapping AST for SwiftSyntax600 for debugging
[12/27] Wrapping AST for SwiftSyntax510 for debugging
[14/91] Compiling SwiftSyntax SourcePresence.swift
[15/91] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[16/91] Compiling SwiftSyntax Syntax.swift
[17/91] Compiling SwiftSyntax SyntaxArena.swift
[18/91] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[19/91] Compiling SwiftSyntax SyntaxChildren.swift
[20/91] Compiling SwiftSyntax SyntaxCollection.swift
[21/91] Compiling SwiftSyntax SyntaxHashable.swift
[22/91] Compiling SwiftSyntax SyntaxIdentifier.swift
[23/99] Compiling SwiftSyntax MemoryLayout.swift
[24/99] Compiling SwiftSyntax MissingNodeInitializers.swift
[25/99] Compiling SwiftSyntax RawSyntax.swift
[26/99] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[27/99] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[28/99] Compiling SwiftSyntax RawSyntaxTokenView.swift
[29/99] Compiling SwiftSyntax SourceEdit.swift
[30/99] Compiling SwiftSyntax SourceLength.swift
[31/99] Compiling SwiftSyntax SourceLocation.swift
[32/99] Emitting module SwiftSyntax
[33/99] Compiling SwiftSyntax SyntaxKind.swift
[34/99] Compiling SwiftSyntax SyntaxRewriter.swift
[35/99] Compiling SwiftSyntax SyntaxTraits.swift
[36/99] Compiling SwiftSyntax SyntaxVisitor.swift
[37/99] Compiling SwiftSyntax TokenKind.swift
[38/99] Compiling SwiftSyntax Tokens.swift
[39/99] Compiling SwiftSyntax TriviaPieces.swift
[40/99] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[41/99] Compiling SwiftSyntax RawSyntaxNodesC.swift
[42/99] Compiling SwiftSyntax RawSyntaxNodesD.swift
[43/99] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[44/99] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[45/99] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[46/99] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[47/99] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[48/99] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[49/99] Compiling SwiftSyntax RawSyntaxValidation.swift
[50/99] Compiling SwiftSyntax SyntaxNodesAB.swift
[51/99] Compiling SwiftSyntax AbsolutePosition.swift
[52/99] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[53/99] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[54/99] Compiling SwiftSyntax Assert.swift
[55/99] Compiling SwiftSyntax BumpPtrAllocator.swift
[56/99] Compiling SwiftSyntax CommonAncestor.swift
[57/99] Compiling SwiftSyntax Convenience.swift
[58/99] Compiling SwiftSyntax CustomTraits.swift
[59/99] Compiling SwiftSyntax Identifier.swift
[60/99] Compiling SwiftSyntax SyntaxNodeFactory.swift
[61/99] Compiling SwiftSyntax SyntaxNodeStructure.swift
[62/99] Compiling SwiftSyntax SyntaxProtocol.swift
[63/99] Compiling SwiftSyntax SyntaxText.swift
[64/99] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[65/99] Compiling SwiftSyntax TokenDiagnostic.swift
[66/99] Compiling SwiftSyntax TokenSequence.swift
[67/99] Compiling SwiftSyntax TokenSyntax.swift
[68/99] Compiling SwiftSyntax Trivia.swift
[69/99] Compiling SwiftSyntax Utils.swift
[70/99] Compiling SwiftSyntax ChildNameForKeyPath.swift
[71/99] Compiling SwiftSyntax Keyword.swift
[72/99] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[73/99] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[74/99] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[75/99] Compiling SwiftSyntax SyntaxBaseNodes.swift
[76/99] Compiling SwiftSyntax SyntaxCollections.swift
[77/99] Compiling SwiftSyntax SyntaxEnum.swift
[78/99] Compiling SwiftSyntax SyntaxNodesC.swift
[79/99] Compiling SwiftSyntax SyntaxNodesD.swift
[80/99] Compiling SwiftSyntax SyntaxNodesEF.swift
[81/99] Compiling SwiftSyntax SyntaxNodesGHI.swift
[82/99] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[83/99] Compiling SwiftSyntax SyntaxNodesOP.swift
[84/99] Compiling SwiftSyntax SyntaxNodesQRS.swift
[85/99] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[86/100] Wrapping AST for SwiftSyntax for debugging
[88/157] Compiling SwiftDiagnostics Message.swift
[89/158] Emitting module SwiftDiagnostics
[90/158] Compiling SwiftBasicFormat InferIndentation.swift
[91/158] Compiling SwiftDiagnostics FixIt.swift
[92/158] Compiling SwiftDiagnostics Note.swift
[93/158] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[94/158] Compiling SwiftBasicFormat Syntax+Extensions.swift
[95/158] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[96/158] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[97/158] Emitting module SwiftBasicFormat
[98/158] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[99/158] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[100/158] Compiling SwiftParser Expressions.swift
[101/158] Compiling SwiftParser IncrementalParseTransition.swift
[102/158] Compiling SwiftParser IsValidIdentifier.swift
[103/158] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[104/159] Wrapping AST for SwiftDiagnostics for debugging
[106/159] Compiling SwiftParser SwiftParserCompatibility.swift
[107/159] Compiling SwiftParser SwiftVersion.swift
[108/159] Compiling SwiftParser SyntaxUtils.swift
[109/159] Compiling SwiftParser TokenConsumer.swift
[110/159] Compiling SwiftParser TokenPrecedence.swift
[111/164] Compiling SwiftBasicFormat BasicFormat.swift
[112/165] Wrapping AST for SwiftBasicFormat for debugging
[114/165] Emitting module SwiftParser
[115/165] Compiling SwiftParser Modifiers.swift
[116/165] Compiling SwiftParser Names.swift
[117/165] Compiling SwiftParser Nominals.swift
[118/165] Compiling SwiftParser Parameters.swift
[119/165] Compiling SwiftParser ParseSourceFile.swift
[120/165] Compiling SwiftParser Parser.swift
[121/165] Compiling SwiftParser LexemeSequence.swift
[122/165] Compiling SwiftParser Lexer.swift
[123/165] Compiling SwiftParser RegexLiteralLexer.swift
[124/165] Compiling SwiftParser UnicodeScalarExtensions.swift
[125/165] Compiling SwiftParser Lookahead.swift
[126/165] Compiling SwiftParser LoopProgressCondition.swift
[127/165] Compiling SwiftParser Patterns.swift
[128/165] Compiling SwiftParser Recovery.swift
[129/165] Compiling SwiftParser Specifiers.swift
[130/165] Compiling SwiftParser Statements.swift
[131/165] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[132/165] Compiling SwiftParser StringLiterals.swift
[133/165] Compiling SwiftParser TokenSpec.swift
[134/165] Compiling SwiftParser TokenSpecSet.swift
[135/165] Compiling SwiftParser TopLevel.swift
[136/165] Compiling SwiftParser TriviaParser.swift
[137/165] Compiling SwiftParser Types.swift
[142/165] Compiling SwiftParser Cursor.swift
[143/165] Compiling SwiftParser Lexeme.swift
[144/165] Compiling SwiftParser Attributes.swift
[145/165] Compiling SwiftParser Availability.swift
[146/165] Compiling SwiftParser CharacterInfo.swift
[147/165] Compiling SwiftParser CollectionNodes+Parsable.swift
[148/165] Compiling SwiftParser Declarations.swift
[149/165] Compiling SwiftParser Directives.swift
[150/165] Compiling SwiftParser ExperimentalFeatures.swift
[151/165] Compiling SwiftParser IsLexerClassified.swift
[152/165] Compiling SwiftParser LayoutNodes+Parsable.swift
[153/165] Compiling SwiftParser Parser+TokenSpecSet.swift
[154/165] Compiling SwiftParser TokenSpecStaticMembers.swift
[155/166] Wrapping AST for SwiftParser for debugging
[157/189] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[158/190] Compiling SwiftOperators Operator.swift
[159/190] Compiling SwiftOperators OperatorError+Diagnostics.swift
[160/191] Compiling SwiftOperators PrecedenceGroup.swift
[161/191] Compiling SwiftOperators OperatorTable.swift
[162/191] Compiling SwiftOperators PrecedenceGraph.swift
[163/191] Emitting module SwiftOperators
[164/191] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[165/191] Compiling SwiftOperators OperatorTable+Semantics.swift
[166/191] Compiling SwiftOperators SyntaxSynthesis.swift
[167/191] Compiling SwiftOperators OperatorTable+Folding.swift
[168/191] Compiling SwiftOperators OperatorError.swift
[169/191] Compiling SwiftOperators OperatorTable+Defaults.swift
[170/192] Wrapping AST for SwiftOperators for debugging
[172/192] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[173/192] Compiling SwiftParserDiagnostics Utils.swift
[174/192] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[179/192] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[180/192] Compiling SwiftParserDiagnostics PresenceUtils.swift
[181/192] Emitting module SwiftParserDiagnostics
[182/192] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[183/192] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[184/193] Wrapping AST for SwiftParserDiagnostics for debugging
[186/208] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[187/208] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[188/209] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[189/209] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[190/209] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[191/209] Emitting module SwiftSyntaxBuilder
[192/209] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[193/209] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[194/209] Compiling SwiftSyntaxBuilder Indenter.swift
[195/209] Compiling SwiftSyntaxBuilder ListBuilder.swift
[196/209] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[197/209] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[198/209] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[199/209] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[200/209] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[201/209] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[202/210] Wrapping AST for SwiftSyntaxBuilder for debugging
[204/227] Compiling SwiftSyntaxMacros AccessorMacro.swift
[205/227] Compiling SwiftSyntaxMacros AttachedMacro.swift
[206/227] Compiling SwiftSyntaxMacros BodyMacro.swift
[207/229] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[208/229] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[209/229] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[210/229] Compiling SwiftSyntaxMacros Macro+Format.swift
[211/229] Emitting module SwiftSyntaxMacros
[212/229] Compiling SwiftSyntaxMacros Macro.swift
[213/229] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[214/229] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[215/229] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[216/229] Compiling SwiftSyntaxMacros MemberMacro.swift
[217/229] Compiling SwiftSyntaxMacros PeerMacro.swift
[218/229] Compiling SwiftSyntaxMacros PreambleMacro.swift
[219/229] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[220/229] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[221/229] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[222/229] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[223/230] Wrapping AST for SwiftSyntaxMacros for debugging
[225/239] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[226/240] Emitting module SwiftSyntaxMacroExpansion
[227/240] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[228/240] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[229/240] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[230/240] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[231/240] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[232/240] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[233/240] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[234/240] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[235/241] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[237/253] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[238/253] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[239/254] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[240/254] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[241/254] Emitting module SwiftCompilerPluginMessageHandling
[242/254] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[243/254] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[244/254] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[245/254] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[246/254] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[247/254] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[248/254] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[249/254] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[250/255] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[252/257] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[253/257] Emitting module SwiftCompilerPlugin
[254/258] Wrapping AST for SwiftCompilerPlugin for debugging
[256/262] Emitting module SwiftOpenAPIMacros
[257/262] Compiling SwiftOpenAPIMacros OpenAPIDescriptionMacro.swift
[258/262] Compiling SwiftOpenAPIMacros StringError.swift
[259/262] Compiling SwiftOpenAPIMacros SyntaxExt.swift
[260/263] Wrapping AST for SwiftOpenAPIMacros for debugging
[261/263] Write Objects.LinkFileList
[262/263] Linking SwiftOpenAPIMacros-tool
[264/328] Compiling SwiftOpenAPI AnyRange.swift
[265/328] Compiling SwiftOpenAPI Bool++.swift
[266/328] Compiling SwiftOpenAPI Codable++.swift
[267/328] Compiling SwiftOpenAPI CodingKeys.swift
[268/328] Compiling SwiftOpenAPI Collection++.swift
[269/328] Compiling SwiftOpenAPI Decimal++.swift
[270/328] Compiling SwiftOpenAPI ExpressibleBy.swift
[271/328] Compiling SwiftOpenAPI OrderedDictionary.swift
[272/328] Compiling SwiftOpenAPI StringConvertibleHintProvider.swift
[273/328] Compiling SwiftOpenAPI String++.swift
[274/337] Compiling SwiftOpenAPI EncodingObject.swift
[275/337] Compiling SwiftOpenAPI ExampleObject.swift
[276/337] Compiling SwiftOpenAPI ExternalDocumentationObject.swift
[277/337] Compiling SwiftOpenAPI HeaderObject.swift
[278/337] Compiling SwiftOpenAPI InfoObject.swift
[279/337] Compiling SwiftOpenAPI AdditionalProperties.swift
[280/337] Compiling SwiftOpenAPI DataFormat.swift
[281/337] Compiling SwiftOpenAPI DataType.swift
[282/337] Compiling SwiftOpenAPI DiscriminatorObject.swift
[283/337] Emitting module SwiftOpenAPI
[284/337] Compiling SwiftOpenAPI AnyValueEncoder.swift
[285/337] Compiling SwiftOpenAPI CheckAllKeysDecoder.swift
[286/337] Compiling SwiftOpenAPI DateEncodingFormat.swift
[287/337] Compiling SwiftOpenAPI HeadersEncoder.swift
[288/337] Compiling SwiftOpenAPI KeyEncodingStrategy.swift
[289/337] Compiling SwiftOpenAPI ParametersEncoder.swift
[290/337] Compiling SwiftOpenAPI Ref.swift
[291/337] Compiling SwiftOpenAPI SchemeEncoder.swift
[292/337] Compiling SwiftOpenAPI CodableTypes.swift
[293/337] Compiling SwiftOpenAPI OAuthFlowObject.swift
[294/337] Compiling SwiftOpenAPI OAuthFlowsObject.swift
[295/337] Compiling SwiftOpenAPI OpenAPIObject.swift
[296/337] Compiling SwiftOpenAPI OperationObject.swift
[297/337] Compiling SwiftOpenAPI ParameterObject.swift
[298/337] Compiling SwiftOpenAPI Path.swift
[299/337] Compiling SwiftOpenAPI PathItemObject.swift
[300/337] Compiling SwiftOpenAPI PathsObject.swift
[301/337] Compiling SwiftOpenAPI ReferenceObject.swift
[302/337] Compiling SwiftOpenAPI TypeRevision.swift
[303/337] Compiling SwiftOpenAPI TypeRevisionDecoder.swift
[304/337] Compiling SwiftOpenAPI TypeRevisionEncoder.swift
[305/337] Compiling SwiftOpenAPI AnyValue.swift
[306/337] Compiling SwiftOpenAPI CallbackObject.swift
[307/337] Compiling SwiftOpenAPI ComponentsObject.swift
[308/337] Compiling SwiftOpenAPI CompositeType.swift
[309/337] Compiling SwiftOpenAPI ContactObject.swift
[310/337] Compiling SwiftOpenAPI ContentObject.swift
[311/337] Compiling SwiftOpenAPI ServerVariableObject.swift
[312/337] Compiling SwiftOpenAPI SpecificationExtendable.swift
[313/337] Compiling SwiftOpenAPI TagObject.swift
[314/337] Compiling SwiftOpenAPI Version.swift
[315/337] Compiling SwiftOpenAPI XMLObject.swift
[316/337] Compiling SwiftOpenAPI OpenAPIDescriptable.swift
[317/337] Compiling SwiftOpenAPI OpenAPIDescription.swift
[318/337] Compiling SwiftOpenAPI OpenAPIType.swift
[319/337] Compiling SwiftOpenAPI refactor.swift
[320/337] Compiling SwiftOpenAPI ReferenceOr.swift
[321/337] Compiling SwiftOpenAPI RequestBodyObject.swift
[322/337] Compiling SwiftOpenAPI ResponseObject.swift
[323/337] Compiling SwiftOpenAPI ResponsesObject.swift
[324/337] Compiling SwiftOpenAPI RuntimeExpression.swift
[325/337] Compiling SwiftOpenAPI RuntimeExpressionOr.swift
[326/337] Compiling SwiftOpenAPI SecurityRequirementObject.swift
[327/337] Compiling SwiftOpenAPI SecuritySchemeObject.swift
[328/337] Compiling SwiftOpenAPI ServerObject.swift
[329/337] Compiling SwiftOpenAPI ExpressibleBySchemaObject.swift
[330/337] Compiling SwiftOpenAPI SchemaContexts.swift
[331/337] Compiling SwiftOpenAPI SchemaObjec+deprecated.swift
[332/337] Compiling SwiftOpenAPI SchemaObject++.swift
[333/337] Compiling SwiftOpenAPI SchemaObject.swift
[334/337] Compiling SwiftOpenAPI LicenseObject.swift
[335/337] Compiling SwiftOpenAPI LinkObject.swift
[336/337] Compiling SwiftOpenAPI MediaType.swift
[337/337] Compiling SwiftOpenAPI MediaTypeObject.swift
Build complete! (61.41s)
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" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.