The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftOpenAPI, reference 2.26.0 (057aec), with Swift 6.2 for Wasm on 18 Dec 2025 19:41:44 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/SwiftOpenAPI.git
Reference: 2.26.0
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
 * tag               2.26.0     -> FETCH_HEAD
HEAD is now at 057aec3 Merge pull request #13 from ajevans99/main
Cloned https://github.com/dankinsoid/SwiftOpenAPI.git
Revision (git rev-parse @):
057aec3909fa14c920fc79aa57f56cffc1b6febf
SUCCESS checkout https://github.com/dankinsoid/SwiftOpenAPI.git at 2.26.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dankinsoid/SwiftOpenAPI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:ea378e7d7954b9ce813c0ebc8f6bc113436e2b3d5aa4fd45225da8bf07e6be73
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Fetching https://github.com/swiftlang/swift-syntax.git
[1/73188] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.27s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (13.35s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.80s)
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/11] Compiling SwiftOpenAPIMacros SyntaxExt.swift
[6/11] Emitting module SwiftOpenAPIMacros
/host/spi-builder-workspace/Sources/SwiftOpenAPIMacros/OpenAPIDescriptionMacro.swift:18:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
 16 | }
 17 |
 18 | public struct OpenAPIDescriptionMacro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
 19 |
 20 |     public static func expansion(
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 |   public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |             `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[7/11] Compiling SwiftOpenAPIMacros OpenAPIDescriptionMacro.swift
/host/spi-builder-workspace/Sources/SwiftOpenAPIMacros/OpenAPIDescriptionMacro.swift:18:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
 16 | }
 17 |
 18 | public struct OpenAPIDescriptionMacro: ExtensionMacro, MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
 19 |
 20 |     public static func expansion(
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 |   public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |             `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[8/11] Compiling SwiftOpenAPIMacros StringError.swift
[9/12] Wrapping AST for SwiftOpenAPIMacros for debugging
[10/12] Write Objects.LinkFileList
[11/12] Linking SwiftOpenAPIMacros-tool
[13/144] Emitting module SwiftOpenAPI
[14/153] Compiling SwiftOpenAPI OAuthFlowObject.swift
[15/153] Compiling SwiftOpenAPI OAuthFlowsObject.swift
[16/153] Compiling SwiftOpenAPI OpenAPIObject.swift
[17/153] Compiling SwiftOpenAPI OperationObject.swift
[18/153] Compiling SwiftOpenAPI ParameterObject.swift
[19/153] Compiling SwiftOpenAPI Path.swift
[20/153] Compiling SwiftOpenAPI PathItemObject.swift
[21/153] Compiling SwiftOpenAPI PathsObject.swift
[22/153] Compiling SwiftOpenAPI ReferenceObject.swift
[23/153] Compiling SwiftOpenAPI TypeRevision.swift
[24/153] Compiling SwiftOpenAPI TypeRevisionDecoder.swift
[25/153] Compiling SwiftOpenAPI TypeRevisionEncoder.swift
[26/153] Compiling SwiftOpenAPI AnyValue.swift
[27/153] Compiling SwiftOpenAPI CallbackObject.swift
[28/153] Compiling SwiftOpenAPI ComponentsObject.swift
[29/153] Compiling SwiftOpenAPI CompositeType.swift
[30/153] Compiling SwiftOpenAPI ContactObject.swift
[31/153] Compiling SwiftOpenAPI ContentObject.swift
[32/153] Compiling SwiftOpenAPI ReferenceOr.swift
[33/153] Compiling SwiftOpenAPI RequestBodyObject.swift
[34/153] Compiling SwiftOpenAPI ResponseObject.swift
[35/153] Compiling SwiftOpenAPI ResponsesObject.swift
[36/153] Compiling SwiftOpenAPI RuntimeExpression.swift
[37/153] Compiling SwiftOpenAPI RuntimeExpressionOr.swift
[38/153] Compiling SwiftOpenAPI SecurityRequirementObject.swift
[39/153] Compiling SwiftOpenAPI SecuritySchemeObject.swift
[40/153] Compiling SwiftOpenAPI ServerObject.swift
[41/153] Compiling SwiftOpenAPI AnyRange.swift
[42/153] Compiling SwiftOpenAPI Bool++.swift
[43/153] Compiling SwiftOpenAPI Codable++.swift
[44/153] Compiling SwiftOpenAPI CodingKeys.swift
[45/153] Compiling SwiftOpenAPI Collection++.swift
[46/153] Compiling SwiftOpenAPI Decimal++.swift
[47/153] Compiling SwiftOpenAPI ExpressibleBy.swift
[48/153] Compiling SwiftOpenAPI Locks.swift
[49/153] Compiling SwiftOpenAPI OrderedDictionary.swift
[50/153] Compiling SwiftOpenAPI StringConvertibleHintProvider.swift
[51/153] Compiling SwiftOpenAPI String++.swift
[52/153] Compiling SwiftOpenAPI AnyValueEncoder.swift
[53/153] Compiling SwiftOpenAPI CheckAllKeysDecoder.swift
[54/153] Compiling SwiftOpenAPI CodingKeys.swift
[55/153] Compiling SwiftOpenAPI Collection++.swift
[56/153] Compiling SwiftOpenAPI Decimal++.swift
[57/153] Compiling SwiftOpenAPI ExpressibleBy.swift
[58/153] Compiling SwiftOpenAPI Locks.swift
[59/153] Compiling SwiftOpenAPI OrderedDictionary.swift
[60/153] Compiling SwiftOpenAPI StringConvertibleHintProvider.swift
[61/153] Compiling SwiftOpenAPI ExpressibleBySchemaObject.swift
[62/153] Compiling SwiftOpenAPI SchemaContexts.swift
[63/153] Compiling SwiftOpenAPI SchemaObjec+deprecated.swift
[64/153] Compiling SwiftOpenAPI SchemaObject++.swift
[65/153] Compiling SwiftOpenAPI SchemaObject.swift
[66/153] Compiling SwiftOpenAPI LicenseObject.swift
[67/153] Compiling SwiftOpenAPI LinkObject.swift
[68/153] Compiling SwiftOpenAPI MediaType.swift
[69/153] Compiling SwiftOpenAPI MediaTypeObject.swift
[70/153] Compiling SwiftOpenAPI EncodingObject.swift
[71/153] Compiling SwiftOpenAPI ExampleObject.swift
[72/153] Compiling SwiftOpenAPI ExternalDocumentationObject.swift
[73/153] Compiling SwiftOpenAPI HeaderObject.swift
[74/153] Compiling SwiftOpenAPI InfoObject.swift
[75/153] Compiling SwiftOpenAPI AdditionalProperties.swift
[76/153] Compiling SwiftOpenAPI DataFormat.swift
[77/153] Compiling SwiftOpenAPI DataType.swift
[78/153] Compiling SwiftOpenAPI DiscriminatorObject.swift
[79/153] Compiling SwiftOpenAPI ServerVariableObject.swift
[80/153] Compiling SwiftOpenAPI SpecificationExtendable.swift
[81/153] Compiling SwiftOpenAPI TagObject.swift
[82/153] Compiling SwiftOpenAPI Version.swift
[83/153] Compiling SwiftOpenAPI XMLObject.swift
[84/153] Compiling SwiftOpenAPI OpenAPIDescriptable.swift
[85/153] Compiling SwiftOpenAPI OpenAPIDescription.swift
[86/153] Compiling SwiftOpenAPI OpenAPIType.swift
[87/153] Compiling SwiftOpenAPI refactor.swift
[134/163] Emitting module SwiftOpenAPI
[155/163] Compiling SwiftOpenAPI ServerVariableObject.swift
[156/163] Compiling SwiftOpenAPI SpecificationExtendable.swift
[157/163] Compiling SwiftOpenAPI TagObject.swift
[158/163] Compiling SwiftOpenAPI Version.swift
[159/163] Compiling SwiftOpenAPI XMLObject.swift
[160/163] Compiling SwiftOpenAPI OpenAPIDescriptable.swift
[161/163] Compiling SwiftOpenAPI OpenAPIDescription.swift
[162/163] Compiling SwiftOpenAPI OpenAPIType.swift
[163/163] Compiling SwiftOpenAPI refactor.swift
Build complete! (64.29s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "700.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/Locks.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"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:ea378e7d7954b9ce813c0ebc8f6bc113436e2b3d5aa4fd45225da8bf07e6be73
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.