The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Bow OpenAPI, reference 0.2.0 (9ab4f5), with Swift 6.1 for Wasm on 27 May 2025 20:00:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bow-swift/bow-openapi.git
Reference: 0.2.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/bow-swift/bow-openapi
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 9ab4f59 Don't clean up output directory (#36)
Cloned https://github.com/bow-swift/bow-openapi.git
Revision (git rev-parse @):
9ab4f59d4071c1735a6733a4edf97a3fb574a415
SUCCESS checkout https://github.com/bow-swift/bow-openapi.git at 0.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bow-swift/bow-openapi.git
https://github.com/bow-swift/bow-openapi.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bow",
      "requirement" : {
        "exact" : [
          "0.8.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bow-swift/bow.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "exact" : [
          "0.0.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swiftline",
      "requirement" : {
        "exact" : [
          "0.5.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bow-swift/Swiftline.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "exact" : [
          "1.7.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "swiftcheck",
      "requirement" : {
        "exact" : [
          "0.12.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bow-swift/SwiftCheck.git"
    },
    {
      "identity" : "fixturesapi",
      "path" : "/host/spi-builder-workspace/Tests/Fixtures/FixturesAPI",
      "type" : "fileSystem"
    }
  ],
  "manifest_display_name" : "Bow OpenAPI",
  "name" : "Bow OpenAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "bow-openapi",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenApiGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenApiGeneratorTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Bow",
        "BowEffects",
        "BowOptics",
        "SnapshotTesting",
        "SwiftCheck",
        "FixturesAPI",
        "FixturesAPITest"
      ],
      "sources" : [
        "APIClientDocumentationTests.swift",
        "APIClientGeneratorTests.swift",
        "APIClientHttpOperationTests.swift",
        "APIClientModelsTests.swift",
        "APIClientParametersTests.swift",
        "APIClientSendTests.swift",
        "APIConfigTests.swift",
        "APIHelperTests.swift",
        "GeneratorAPIClientTests.swift",
        "GeneratorSwaggerClientTests.swift",
        "Mocks/ClientGeneratorMock.swift",
        "Mocks/FileSystemMock.swift",
        "Mocks/Mother.swift",
        "PackageGeneratedTests.swift",
        "Utils/API+Generators.swift",
        "Utils/IO+Error.swift",
        "Utils/Snapshotting+OpenAPI.swift",
        "Utils/URL+FileSystem.swift",
        "Utils/URL+Paths.swift"
      ],
      "target_dependencies" : [
        "OpenApiGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenApiGenerator",
      "module_type" : "SwiftTarget",
      "name" : "OpenApiGenerator",
      "path" : "OpenApiGenerator",
      "product_dependencies" : [
        "Bow",
        "BowEffects",
        "BowOptics",
        "Swiftline"
      ],
      "product_memberships" : [
        "bow-openapi"
      ],
      "sources" : [
        "APIClient.swift",
        "Algebra/ClientGenerator.swift",
        "Algebra/FileSystem.swift",
        "Environment.swift",
        "Error/APIClientError.swift",
        "Error/FileSystemError.swift",
        "Error/GeneratorError.swift",
        "MacFileSystem.swift",
        "Models/OpenAPIModule.swift",
        "SwaggerClientGenerator.swift",
        "Utils/IO+APIClient.swift",
        "Utils/String+Format.swift",
        "Utils/String+Path.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "BowOpenAPI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "bow-openapi"
      ],
      "sources" : [
        "BowOpenAPICommand.swift",
        "Utils/Kleisli+Console.swift",
        "Utils/String+File.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "OpenApiGenerator"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: the package at '/host/spi-builder-workspace/Tests/Fixtures/FixturesAPI' cannot be accessed (Error Domain=NSCocoaErrorDomain Code=260 "The file doesn’t exist."UserInfo={NSUnderlyingError=Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory", NSFilePath=/host/spi-builder-workspace/Tests/Fixtures/FixturesAPI, NSURL=file:///host/spi-builder-workspace/Tests/Fixtures/FixturesAPI, NSUserStringVariant=["Folder"], NSLocalizedDescription=The folder “FixturesAPI” doesn’t exist.})
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: the package at '/host/spi-builder-workspace/Tests/Fixtures/FixturesAPI' cannot be accessed (Error Domain=NSCocoaErrorDomain Code=260 "The file doesn’t exist."UserInfo={NSLocalizedDescription=The folder “FixturesAPI” doesn’t exist., NSUserStringVariant=["Folder"], NSFilePath=/host/spi-builder-workspace/Tests/Fixtures/FixturesAPI, NSUnderlyingError=Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory", NSURL=file:///host/spi-builder-workspace/Tests/Fixtures/FixturesAPI})
BUILD FAILURE 6.1 wasm