The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FullyRESTful, reference main (88b484), with Swift 6.1 for Wasm on 20 Jun 2025 09:52:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/southkin/FullyRESTful.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/southkin/FullyRESTful
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 88b484e try
Cloned https://github.com/southkin/FullyRESTful.git
Revision (git rev-parse @):
88b484e112ae202a03bbe40a87cc24540f3e52d5
SUCCESS checkout https://github.com/southkin/FullyRESTful.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/southkin/FullyRESTful.git
https://github.com/southkin/FullyRESTful.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "kinkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/southkin/KinKit"
    }
  ],
  "manifest_display_name" : "FullyRESTful",
  "name" : "FullyRESTful",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "FullyRESTful",
      "targets" : [
        "FullyRESTful"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FullyRESTfulTests",
      "module_type" : "SwiftTarget",
      "name" : "FullyRESTfulTests",
      "path" : "Tests/FullyRESTfulTests",
      "sources" : [
        "FullyRESTfulTests.swift"
      ],
      "target_dependencies" : [
        "FullyRESTful"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FullyRESTful",
      "module_type" : "SwiftTarget",
      "name" : "FullyRESTful",
      "path" : "Sources/FullyRESTful",
      "product_dependencies" : [
        "KinKit"
      ],
      "product_memberships" : [
        "FullyRESTful"
      ],
      "sources" : [
        "FullyRESTful.swift",
        "ServerInfo.swift",
        "TestAPI.swift",
        "Websocket.swift",
        "extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/southkin/KinKit
[1/198] Fetching kinkit
Fetched https://github.com/southkin/KinKit from cache (0.30s)
Computing version for https://github.com/southkin/KinKit
Computed https://github.com/southkin/KinKit at 1.0.3 (1.23s)
Creating working copy for https://github.com/southkin/KinKit
Working copy of https://github.com/southkin/KinKit resolved at 1.0.3
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling Shared StringExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/StringExtension.swift:153:22: error: missing argument label 'arguments:' in call
151 |     }
152 |     func localized(with argument:CVarArg..., comment:String = "") -> String {
153 |         return String(format: self.localized(comment: comment), argument)
    |                      `- error: missing argument label 'arguments:' in call
154 |     }
155 | }
[6/12] Compiling Shared URLRequestExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLRequestExtension.swift:9:18: error: cannot find type 'URLRequest' in scope
 7 |
 8 |
 9 | public extension URLRequest {
   |                  `- error: cannot find type 'URLRequest' in scope
10 |     var curlString: String {
11 |         guard let url = self.url else { return "" }
[7/13] Compiling Shared DataExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/13] Emitting module Shared
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLRequestExtension.swift:9:18: error: cannot find type 'URLRequest' in scope
 7 |
 8 |
 9 | public extension URLRequest {
   |                  `- error: cannot find type 'URLRequest' in scope
10 |     var curlString: String {
11 |         guard let url = self.url else { return "" }
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLSessionExtension.swift:8:8: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 6 | //
 7 |
 8 | public extension URLSession {
   |        `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 9 |     func getData(for request: URLRequest) async throws -> (Data, URLResponse) {
10 |         if #available(iOS 15, *) {
[9/13] Compiling Shared URLSessionExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLSessionExtension.swift:8:8: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 6 | //
 7 |
 8 | public extension URLSession {
   |        `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 9 |     func getData(for request: URLRequest) async throws -> (Data, URLResponse) {
10 |         if #available(iOS 15, *) {
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLSessionExtension.swift:9:31: error: cannot find type 'URLRequest' in scope
 7 |
 8 | public extension URLSession {
 9 |     func getData(for request: URLRequest) async throws -> (Data, URLResponse) {
   |                               `- error: cannot find type 'URLRequest' in scope
10 |         if #available(iOS 15, *) {
11 |             return try await data(for: request)
[10/13] Compiling Shared EncodableExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/13] Compiling Shared DictionaryExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/13] Compiling Shared DecimalExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/13] Compiling Shared Shared.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling Shared URLRequestExtension.swift
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLRequestExtension.swift:9:18: error: cannot find type 'URLRequest' in scope
 7 |
 8 |
 9 | public extension URLRequest {
   |                  `- error: cannot find type 'URLRequest' in scope
10 |     var curlString: String {
11 |         guard let url = self.url else { return "" }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/10] Compiling Shared DataExtension.swift
[4/10] Compiling Shared Shared.swift
[5/10] Emitting module Shared
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLRequestExtension.swift:9:18: error: cannot find type 'URLRequest' in scope
 7 |
 8 |
 9 | public extension URLRequest {
   |                  `- error: cannot find type 'URLRequest' in scope
10 |     var curlString: String {
11 |         guard let url = self.url else { return "" }
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLSessionExtension.swift:8:8: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 6 | //
 7 |
 8 | public extension URLSession {
   |        `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 9 |     func getData(for request: URLRequest) async throws -> (Data, URLResponse) {
10 |         if #available(iOS 15, *) {
[6/10] Compiling Shared StringExtension.swift
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/StringExtension.swift:153:22: error: missing argument label 'arguments:' in call
151 |     }
152 |     func localized(with argument:CVarArg..., comment:String = "") -> String {
153 |         return String(format: self.localized(comment: comment), argument)
    |                      `- error: missing argument label 'arguments:' in call
154 |     }
155 | }
[7/10] Compiling Shared EncodableExtension.swift
[8/10] Compiling Shared DictionaryExtension.swift
[9/10] Compiling Shared DecimalExtension.swift
[10/10] Compiling Shared URLSessionExtension.swift
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLSessionExtension.swift:8:8: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 6 | //
 7 |
 8 | public extension URLSession {
   |        `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 9 |     func getData(for request: URLRequest) async throws -> (Data, URLResponse) {
10 |         if #available(iOS 15, *) {
/host/spi-builder-workspace/.build/checkouts/KinKit/Sources/Shared/URLSessionExtension.swift:9:31: error: cannot find type 'URLRequest' in scope
 7 |
 8 | public extension URLSession {
 9 |     func getData(for request: URLRequest) async throws -> (Data, URLResponse) {
   |                               `- error: cannot find type 'URLRequest' in scope
10 |         if #available(iOS 15, *) {
11 |             return try await data(for: request)
BUILD FAILURE 6.1 wasm