The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftOpenAPI, reference main (0e8226), with Swift 6.2 for Wasm on 18 Dec 2025 19:39:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 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:         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-0":/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/embedded-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 (10.49s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (14.69s)
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 (1.05s)
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/11] Compiling SwiftOpenAPIMacros SyntaxExt.swift
[6/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>
[7/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>
[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/80] Compiling SwiftOpenAPI ReferenceOr.swift
[14/80] Compiling SwiftOpenAPI RequestBodyObject.swift
[15/80] Compiling SwiftOpenAPI ResponseObject.swift
[16/80] Compiling SwiftOpenAPI ResponsesObject.swift
[17/80] Compiling SwiftOpenAPI RuntimeExpression.swift
[18/80] Compiling SwiftOpenAPI RuntimeExpressionOr.swift
[19/80] Compiling SwiftOpenAPI SecurityRequirementObject.swift
[20/80] Compiling SwiftOpenAPI SecuritySchemeObject.swift
[21/80] Compiling SwiftOpenAPI ServerObject.swift
[22/89] Compiling SwiftOpenAPI OAuthFlowObject.swift
[23/89] Compiling SwiftOpenAPI OAuthFlowsObject.swift
[24/89] Compiling SwiftOpenAPI OpenAPIObject.swift
[25/89] Compiling SwiftOpenAPI OperationObject.swift
[26/89] Compiling SwiftOpenAPI ParameterObject.swift
[27/89] Compiling SwiftOpenAPI Path.swift
[28/89] Compiling SwiftOpenAPI PathItemObject.swift
[29/89] Compiling SwiftOpenAPI PathsObject.swift
[30/89] Compiling SwiftOpenAPI ReferenceObject.swift
[31/89] Compiling SwiftOpenAPI EncodingObject.swift
[32/89] Compiling SwiftOpenAPI ExampleObject.swift
[33/89] Compiling SwiftOpenAPI ExternalDocumentationObject.swift
[34/89] Compiling SwiftOpenAPI HeaderObject.swift
[35/89] Compiling SwiftOpenAPI InfoObject.swift
[36/89] Compiling SwiftOpenAPI AdditionalProperties.swift
[37/89] Compiling SwiftOpenAPI DataFormat.swift
[38/89] Compiling SwiftOpenAPI DataType.swift
[39/89] Compiling SwiftOpenAPI DiscriminatorObject.swift
[40/89] Compiling SwiftOpenAPI TypeRevision.swift
[41/89] Compiling SwiftOpenAPI TypeRevisionDecoder.swift
[42/89] Compiling SwiftOpenAPI TypeRevisionEncoder.swift
[43/89] Compiling SwiftOpenAPI AnyValue.swift
[44/89] Compiling SwiftOpenAPI CallbackObject.swift
[45/89] Compiling SwiftOpenAPI ComponentsObject.swift
[46/89] Compiling SwiftOpenAPI CompositeType.swift
[47/89] Compiling SwiftOpenAPI ContactObject.swift
[48/89] Compiling SwiftOpenAPI ContentObject.swift
[49/89] Compiling SwiftOpenAPI ExpressibleBySchemaObject.swift
[50/89] Compiling SwiftOpenAPI SchemaContexts.swift
[51/89] Compiling SwiftOpenAPI SchemaObjec+deprecated.swift
[52/89] Compiling SwiftOpenAPI SchemaObject++.swift
[53/89] Compiling SwiftOpenAPI SchemaObject.swift
[54/89] Compiling SwiftOpenAPI LicenseObject.swift
[55/89] Compiling SwiftOpenAPI LinkObject.swift
[56/89] Compiling SwiftOpenAPI MediaType.swift
[57/89] Compiling SwiftOpenAPI MediaTypeObject.swift
[58/89] Compiling SwiftOpenAPI AnyRange.swift
[59/89] Compiling SwiftOpenAPI Bool++.swift
[60/89] Compiling SwiftOpenAPI Codable++.swift
[61/89] Compiling SwiftOpenAPI CodingKeys.swift
[62/89] Compiling SwiftOpenAPI Collection++.swift
[63/89] Compiling SwiftOpenAPI Decimal++.swift
[64/89] Compiling SwiftOpenAPI ExpressibleBy.swift
[65/89] Compiling SwiftOpenAPI Locks.swift
[66/89] Compiling SwiftOpenAPI OrderedDictionary.swift
[67/89] Compiling SwiftOpenAPI StringConvertibleHintProvider.swift
[68/89] Compiling SwiftOpenAPI String++.swift
[69/89] Compiling SwiftOpenAPI AnyValueEncoder.swift
[70/89] Compiling SwiftOpenAPI CheckAllKeysDecoder.swift
[71/89] Compiling SwiftOpenAPI DateEncodingFormat.swift
[72/89] Compiling SwiftOpenAPI HeadersEncoder.swift
[73/89] Compiling SwiftOpenAPI KeyEncodingStrategy.swift
[74/89] Compiling SwiftOpenAPI ParametersEncoder.swift
[75/89] Compiling SwiftOpenAPI Ref.swift
[76/89] Compiling SwiftOpenAPI SchemeEncoder.swift
[77/89] Compiling SwiftOpenAPI CodableTypes.swift
[78/89] Emitting module SwiftOpenAPI
[79/89] Compiling SwiftOpenAPI ServerVariableObject.swift
[80/89] Compiling SwiftOpenAPI SpecificationExtendable.swift
[81/89] Compiling SwiftOpenAPI TagObject.swift
[82/89] Compiling SwiftOpenAPI Version.swift
[83/89] Compiling SwiftOpenAPI XMLObject.swift
[84/89] Compiling SwiftOpenAPI OpenAPIDescriptable.swift
[85/89] Compiling SwiftOpenAPI OpenAPIDescription.swift
[86/89] Compiling SwiftOpenAPI OpenAPIType.swift
[87/89] Compiling SwiftOpenAPI refactor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[89/90] Emitting module SwiftOpenAPI
/host/spi-builder-workspace/Sources/SwiftOpenAPI/Common/AnyRange.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// Range expression that supports all range operators
[90/90] Compiling SwiftOpenAPI AnyRange.swift
/host/spi-builder-workspace/Sources/SwiftOpenAPI/Common/AnyRange.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// Range expression that supports all range operators
BUILD FAILURE 6.2 wasm