The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftOpenAPI, reference main (0e8226), with Swift 6.2 for Linux on 18 Dec 2025 19:41:24 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
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 0e82262 remove actions
Cloned https://github.com/dankinsoid/SwiftOpenAPI.git
Revision (git rev-parse @):
0e822626a956116e1e28b5d26932765db39906d7
SUCCESS checkout https://github.com/dankinsoid/SwiftOpenAPI.git at main
========================================
Build
========================================
Selected platform:         linux
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-4606859-1":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:e1f50347098d838026a020bb7d0f8bade3d7b84d6d497429b7cf821cdf4fc3d1
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/73188] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (10.14s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (14.90s)
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.92s)
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] Compiling SwiftOpenAPI EncodingObject.swift
[14/144] Compiling SwiftOpenAPI ExampleObject.swift
[15/144] Compiling SwiftOpenAPI ExternalDocumentationObject.swift
[16/144] Compiling SwiftOpenAPI HeaderObject.swift
[17/144] Compiling SwiftOpenAPI InfoObject.swift
[18/144] Compiling SwiftOpenAPI AdditionalProperties.swift
[19/144] Compiling SwiftOpenAPI DataFormat.swift
[20/144] Compiling SwiftOpenAPI DataType.swift
[21/144] Compiling SwiftOpenAPI DiscriminatorObject.swift
[22/153] Compiling SwiftOpenAPI ReferenceOr.swift
[23/153] Compiling SwiftOpenAPI RequestBodyObject.swift
[24/153] Compiling SwiftOpenAPI ResponseObject.swift
[25/153] Compiling SwiftOpenAPI ResponsesObject.swift
[26/153] Compiling SwiftOpenAPI RuntimeExpression.swift
[27/153] Compiling SwiftOpenAPI RuntimeExpressionOr.swift
[28/153] Compiling SwiftOpenAPI SecurityRequirementObject.swift
[29/153] Compiling SwiftOpenAPI SecuritySchemeObject.swift
[30/153] Compiling SwiftOpenAPI ServerObject.swift
[40/162] Compiling SwiftOpenAPI AnyValueEncoder.swift
[41/162] Compiling SwiftOpenAPI CheckAllKeysDecoder.swift
[42/162] Compiling SwiftOpenAPI DateEncodingFormat.swift
[43/162] Compiling SwiftOpenAPI HeadersEncoder.swift
[44/162] Compiling SwiftOpenAPI KeyEncodingStrategy.swift
[45/162] Compiling SwiftOpenAPI ParametersEncoder.swift
[46/162] Compiling SwiftOpenAPI Ref.swift
[47/162] Compiling SwiftOpenAPI SchemeEncoder.swift
[48/162] Compiling SwiftOpenAPI CodableTypes.swift
[49/162] Compiling SwiftOpenAPI OAuthFlowObject.swift
[50/162] Compiling SwiftOpenAPI OAuthFlowsObject.swift
[51/162] Compiling SwiftOpenAPI OpenAPIObject.swift
[52/162] Compiling SwiftOpenAPI OperationObject.swift
[53/162] Compiling SwiftOpenAPI ParameterObject.swift
[54/162] Compiling SwiftOpenAPI Path.swift
[55/162] Compiling SwiftOpenAPI PathItemObject.swift
[56/162] Compiling SwiftOpenAPI PathsObject.swift
[57/162] Compiling SwiftOpenAPI ReferenceObject.swift
[58/162] Compiling SwiftOpenAPI TypeRevision.swift
[59/162] Compiling SwiftOpenAPI TypeRevisionDecoder.swift
[60/162] Compiling SwiftOpenAPI TypeRevisionEncoder.swift
[61/162] Compiling SwiftOpenAPI AnyValue.swift
[62/162] Compiling SwiftOpenAPI CallbackObject.swift
[63/162] Compiling SwiftOpenAPI ComponentsObject.swift
[64/162] Compiling SwiftOpenAPI CompositeType.swift
[65/162] Compiling SwiftOpenAPI ContactObject.swift
[66/162] Compiling SwiftOpenAPI ContentObject.swift
[67/162] Compiling SwiftOpenAPI String++.swift
[77/162] Emitting module SwiftOpenAPI
[78/162] Compiling SwiftOpenAPI AnyRange.swift
[79/162] Compiling SwiftOpenAPI Bool++.swift
[80/162] Compiling SwiftOpenAPI Codable++.swift
[81/162] Compiling SwiftOpenAPI CodingKeys.swift
[82/162] Compiling SwiftOpenAPI Collection++.swift
[83/162] Compiling SwiftOpenAPI Decimal++.swift
[84/162] Compiling SwiftOpenAPI ExpressibleBy.swift
[85/162] Compiling SwiftOpenAPI Locks.swift
[86/162] Compiling SwiftOpenAPI OrderedDictionary.swift
[87/162] Compiling SwiftOpenAPI StringConvertibleHintProvider.swift
[88/162] Emitting module SwiftOpenAPI
[89/162] Compiling SwiftOpenAPI ExpressibleBySchemaObject.swift
[90/162] Compiling SwiftOpenAPI SchemaContexts.swift
[91/162] Compiling SwiftOpenAPI SchemaObjec+deprecated.swift
[92/162] Compiling SwiftOpenAPI SchemaObject++.swift
[93/162] Compiling SwiftOpenAPI SchemaObject.swift
[94/162] Compiling SwiftOpenAPI LicenseObject.swift
[95/162] Compiling SwiftOpenAPI LinkObject.swift
[96/162] Compiling SwiftOpenAPI MediaType.swift
[97/162] Compiling SwiftOpenAPI MediaTypeObject.swift
[98/162] Compiling SwiftOpenAPI ServerVariableObject.swift
[99/162] Compiling SwiftOpenAPI SpecificationExtendable.swift
[100/162] Compiling SwiftOpenAPI TagObject.swift
[101/162] Compiling SwiftOpenAPI Version.swift
[102/162] Compiling SwiftOpenAPI XMLObject.swift
[103/162] Compiling SwiftOpenAPI OpenAPIDescriptable.swift
[104/162] Compiling SwiftOpenAPI OpenAPIDescription.swift
[105/162] Compiling SwiftOpenAPI OpenAPIType.swift
[106/162] Compiling SwiftOpenAPI refactor.swift
Build complete! (67.46s)
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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:e1f50347098d838026a020bb7d0f8bade3d7b84d6d497429b7cf821cdf4fc3d1
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.