The Swift Package Index logo.Swift Package Index

Build Information

Failed to build quickly, reference v0.0.1 (b3c9f6), with Swift 6.1 for Wasm on 4 Feb 2026 21:21:02 UTC.

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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atpugvaraa/quickly.git
Reference: v0.0.1
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/atpugvaraa/quickly
 * tag               v0.0.1     -> FETCH_HEAD
HEAD is now at b3c9f64 quickly manages your packages
Cloned https://github.com/atpugvaraa/quickly.git
Revision (git rev-parse @):
b3c9f649b97ab02b9a0a8229401cd9b967bc42cb
SUCCESS checkout https://github.com/atpugvaraa/quickly.git at v0.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/atpugvaraa/quickly.git
https://github.com/atpugvaraa/quickly.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "quickly",
  "name" : "quickly",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "quickly",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IO",
      "module_type" : "SwiftTarget",
      "name" : "IO",
      "path" : "Sources/IO",
      "product_memberships" : [
        "quickly"
      ],
      "sources" : [
        "CatalogService.swift",
        "Downloader.swift",
        "Extractor.swift",
        "Git.swift",
        "Installer.swift",
        "Linker.swift",
        "ManifestParser.swift",
        "PackageLinker.swift",
        "ProjectDetector.swift",
        "Relocator.swift",
        "Store.swift",
        "SystemInfo.swift",
        "WorkspaceGenerator.swift",
        "XcodeController.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_memberships" : [
        "quickly"
      ],
      "sources" : [
        "Enums/PackageError.swift",
        "Models/BrewFormula.swift",
        "Models/SwiftPackage.swift",
        "NetworkClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "quickly"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "Core",
        "IO",
        "Bob"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Bob",
      "module_type" : "SwiftTarget",
      "name" : "Bob",
      "path" : "Sources/Bob",
      "product_memberships" : [
        "quickly"
      ],
      "sources" : [
        "C-Bridger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/17171] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.97s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (1.65s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.txt
[10/26] Emitting module ArgumentParserToolInfo
[11/26] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/27] Wrapping AST for ArgumentParserToolInfo for debugging
[14/73] Compiling Core NetworkClient.swift
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:11:25: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 9 |
10 | public actor NetworkClient {
11 |     public let session: URLSession
   |                         `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
12 |
13 |     public init() {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:14:53: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'ephemeral'
12 |
13 |     public init() {
14 |         let configuration = URLSessionConfiguration.ephemeral
   |                                                     `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'ephemeral'
15 |         self.session = URLSession(configuration: configuration)
16 |     }
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:15:24: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
13 |     public init() {
14 |         let configuration = URLSessionConfiguration.ephemeral
15 |         self.session = URLSession(configuration: configuration)
   |                        `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
16 |     }
17 | }
[15/73] Compiling Core BrewFormula.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/73] Compiling Core PackageError.swift
[17/73] Compiling Core SwiftPackage.swift
[18/73] Emitting module Core
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:11:25: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 9 |
10 | public actor NetworkClient {
11 |     public let session: URLSession
   |                         `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
12 |
13 |     public init() {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:14:53: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'ephemeral'
12 |
13 |     public init() {
14 |         let configuration = URLSessionConfiguration.ephemeral
   |                                                     `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'ephemeral'
15 |         self.session = URLSession(configuration: configuration)
16 |     }
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:15:24: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
13 |     public init() {
14 |         let configuration = URLSessionConfiguration.ephemeral
15 |         self.session = URLSession(configuration: configuration)
   |                        `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
16 |     }
17 | }
[19/73] Emitting module Bob
[20/73] Compiling Bob C-Bridger.swift
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/11] Write swift-version-24593BA9C3E375BF.txt
[4/20] Compiling Core NetworkClient.swift
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:11:25: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 9 |
10 | public actor NetworkClient {
11 |     public let session: URLSession
   |                         `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
12 |
13 |     public init() {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:14:53: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'ephemeral'
12 |
13 |     public init() {
14 |         let configuration = URLSessionConfiguration.ephemeral
   |                                                     `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'ephemeral'
15 |         self.session = URLSession(configuration: configuration)
16 |     }
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:15:24: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
13 |     public init() {
14 |         let configuration = URLSessionConfiguration.ephemeral
15 |         self.session = URLSession(configuration: configuration)
   |                        `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
16 |     }
17 | }
[5/20] Emitting module Bob
[6/20] Compiling Bob C-Bridger.swift
[7/21] Compiling Core SwiftPackage.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/21] Compiling Core PackageError.swift
[10/21] Compiling Core BrewFormula.swift
[11/21] Emitting module Core
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:11:25: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 9 |
10 | public actor NetworkClient {
11 |     public let session: URLSession
   |                         `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
12 |
13 |     public init() {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:14:53: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'ephemeral'
12 |
13 |     public init() {
14 |         let configuration = URLSessionConfiguration.ephemeral
   |                                                     `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'ephemeral'
15 |         self.session = URLSession(configuration: configuration)
16 |     }
/host/spi-builder-workspace/Sources/Core/NetworkClient.swift:15:24: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
13 |     public init() {
14 |         let configuration = URLSessionConfiguration.ephemeral
15 |         self.session = URLSession(configuration: configuration)
   |                        `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
16 |     }
17 | }
[11/21] Wrapping AST for Bob for debugging
[13/21] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 wasm