The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ScreenDataUI, reference main (d34cbb), with Swift 6.1 for Wasm on 28 May 2025 06:28:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ServerDriven/ScreenDataUI-ios.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/ServerDriven/ScreenDataUI-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d34cbb6 Merge pull request #29 from ServerDriven/debugging-improvements
Cloned https://github.com/ServerDriven/ScreenDataUI-ios.git
Revision (git rev-parse @):
d34cbb667eed959f843404a4500a8dc6be9b61a4
SUCCESS checkout https://github.com/ServerDriven/ScreenDataUI-ios.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ServerDriven/ScreenDataUI-ios.git
https://github.com/ServerDriven/ScreenDataUI-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "screendata-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ServerDriven/ScreenData-swift"
    },
    {
      "identity" : "screendatanavigation-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ServerDriven/ScreenDataNavigation-swift"
    },
    {
      "identity" : "chronicle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xLeif/Chronicle"
    }
  ],
  "manifest_display_name" : "ScreenDataUI",
  "name" : "ScreenDataUI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "ScreenDataUI",
      "targets" : [
        "ScreenDataUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScreenDataUITests",
      "module_type" : "SwiftTarget",
      "name" : "ScreenDataUITests",
      "path" : "Tests/ScreenDataUITests",
      "sources" : [
        "ScreenDataUITests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ScreenDataUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScreenDataUI",
      "module_type" : "SwiftTarget",
      "name" : "ScreenDataUI",
      "path" : "Sources/ScreenDataUI",
      "product_dependencies" : [
        "ScreenData",
        "ScreenDataNavigation",
        "Chronicle"
      ],
      "product_memberships" : [
        "ScreenDataUI"
      ],
      "sources" : [
        "Debug/DebugSDScreen.swift",
        "Debug/DebugSDView.swift",
        "Helpers/Logger.swift",
        "Helpers/SDImage/SDImageProviding.swift",
        "Helpers/SDImage/SDImageStoring.swift",
        "Helpers/SomeView+SDUI.swift",
        "Modifiers/SDStyleModifier+View.swift",
        "Modifiers/SDStyleModifier.swift",
        "Navigation/SDScreenProvider.swift",
        "Navigation/SDScreenStore.swift",
        "Theme/SDFont.swift",
        "Views/SDButton.swift",
        "Views/SDColor.swift",
        "Views/SDContainerView.swift",
        "Views/SDCustomView.swift",
        "Views/SDDestinationLink.swift",
        "Views/SDImage.swift",
        "Views/SDLabel.swift",
        "Views/SDScreen.swift",
        "Views/SDText.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/0xLeif/Chronicle
Fetching https://github.com/ServerDriven/ScreenDataNavigation-swift
Fetching https://github.com/ServerDriven/ScreenData-swift
[1/356] Fetching screendatanavigation-swift
[240/686] Fetching screendatanavigation-swift, screendata-swift
[684/816] Fetching screendatanavigation-swift, screendata-swift, chronicle
Fetched https://github.com/ServerDriven/ScreenDataNavigation-swift from cache (0.26s)
Fetched https://github.com/ServerDriven/ScreenData-swift from cache (0.27s)
Fetched https://github.com/0xLeif/Chronicle from cache (0.28s)
Computing version for https://github.com/0xLeif/Chronicle
Computed https://github.com/0xLeif/Chronicle at 0.2.3 (1.24s)
Computing version for https://github.com/ServerDriven/ScreenData-swift
Computed https://github.com/ServerDriven/ScreenData-swift at 0.4.2 (0.80s)
Computing version for https://github.com/ServerDriven/ScreenDataNavigation-swift
Computed https://github.com/ServerDriven/ScreenDataNavigation-swift at 1.2.0 (0.62s)
Fetching https://github.com/0xOpenBytes/FLet
[1/27] Fetching flet
Fetched https://github.com/0xOpenBytes/FLet from cache (0.18s)
Computing version for https://github.com/0xOpenBytes/FLet
Computed https://github.com/0xOpenBytes/FLet at 2.0.0 (0.79s)
Fetching https://github.com/0xOpenBytes/c
Fetching https://github.com/0xOpenBytes/o
Fetching https://github.com/0xOpenBytes/t
[1/237] Fetching c
[217/485] Fetching c, o
[486/853] Fetching c, o, t
Fetched https://github.com/0xOpenBytes/c from cache (0.79s)
Fetched https://github.com/0xOpenBytes/o from cache (0.79s)
Fetched https://github.com/0xOpenBytes/t from cache (0.79s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 0.2.0 (1.88s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 0.3.0 (0.79s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 1.2.0 (0.59s)
Creating working copy for https://github.com/ServerDriven/ScreenDataNavigation-swift
Working copy of https://github.com/ServerDriven/ScreenDataNavigation-swift resolved at 1.2.0
Creating working copy for https://github.com/0xOpenBytes/c
Working copy of https://github.com/0xOpenBytes/c resolved at 1.2.0
Creating working copy for https://github.com/0xOpenBytes/FLet
Working copy of https://github.com/0xOpenBytes/FLet resolved at 2.0.0
Creating working copy for https://github.com/ServerDriven/ScreenData-swift
Working copy of https://github.com/ServerDriven/ScreenData-swift resolved at 0.4.2
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 0.2.0
Creating working copy for https://github.com/0xOpenBytes/o
Working copy of https://github.com/0xOpenBytes/o resolved at 0.3.0
Creating working copy for https://github.com/0xLeif/Chronicle
Working copy of https://github.com/0xLeif/Chronicle resolved at 0.2.3
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/47] Emitting module Chronicle
[11/47] Compiling ScreenData SomeContainerView.swift
[12/47] Compiling ScreenData SomeCustomView.swift
[13/47] Compiling ScreenData ViewType.swift
[14/47] Compiling ScreenData SomeButton.swift
[15/49] Compiling t t+Factories.swift
/host/spi-builder-workspace/.build/checkouts/t/Sources/t/Logging/t+Logging.swift:1:8: error: no such module 'Foundation.FoundationErrors'
 1 | import Foundation.FoundationErrors
   |        `- error: no such module 'Foundation.FoundationErrors'
 2 |
 3 | public extension t {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/49] Emitting module t
/host/spi-builder-workspace/.build/checkouts/t/Sources/t/Logging/t+Logging.swift:1:8: error: no such module 'Foundation.FoundationErrors'
 1 | import Foundation.FoundationErrors
   |        `- error: no such module 'Foundation.FoundationErrors'
 2 |
 3 | public extension t {
[17/49] Compiling ScreenData ImageAspectScale.swift
[18/49] Compiling ScreenData ViewDirectionAxis.swift
[19/49] Compiling t t+Assertion.swift
/host/spi-builder-workspace/.build/checkouts/t/Sources/t/Logging/t+Logging.swift:1:8: error: no such module 'Foundation.FoundationErrors'
 1 | import Foundation.FoundationErrors
   |        `- error: no such module 'Foundation.FoundationErrors'
 2 |
 3 | public extension t {
[20/49] Compiling ScreenData SomeImage.swift
[21/49] Compiling ScreenData SomeLabel.swift
[22/49] Compiling ScreenData DestinationType.swift
[23/49] Compiling ScreenData FontType.swift
[24/49] Compiling t t.swift
/host/spi-builder-workspace/.build/checkouts/t/Sources/t/Logging/t+Logging.swift:1:8: error: no such module 'Foundation.FoundationErrors'
 1 | import Foundation.FoundationErrors
   |        `- error: no such module 'Foundation.FoundationErrors'
 2 |
 3 | public extension t {
[25/49] Compiling t t+Structure.swift
/host/spi-builder-workspace/.build/checkouts/t/Sources/t/Logging/t+Logging.swift:1:8: error: no such module 'Foundation.FoundationErrors'
 1 | import Foundation.FoundationErrors
   |        `- error: no such module 'Foundation.FoundationErrors'
 2 |
 3 | public extension t {
[26/49] Compiling t t+Logging.swift
/host/spi-builder-workspace/.build/checkouts/t/Sources/t/Logging/t+Logging.swift:1:8: error: no such module 'Foundation.FoundationErrors'
 1 | import Foundation.FoundationErrors
   |        `- error: no such module 'Foundation.FoundationErrors'
 2 |
 3 | public extension t {
[27/49] Compiling o o+notification.swift
[28/49] Compiling o NotificationPost.swift
[29/49] Compiling ScreenData Destination.swift
[30/49] Compiling ScreenData SomeColor.swift
[31/49] Compiling o NotificationUpdate.swift
[32/49] Compiling ScreenData SomeStyle.swift
[33/49] Compiling ScreenData SomeView+.swift
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:29:14: error: cannot find type 'URLRequest' in scope
 27 |             method : HTTPRequestMethod,
 28 |             headerFields: [String: String]
 29 |         ) -> URLRequest {
    |              `- error: cannot find type 'URLRequest' in scope
 30 |             var request = URLRequest(url: url)
 31 |
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:48:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 46 |             "Content-Type": "application/json; charset=utf-8"
 47 |         ]
 48 |     ) async throws -> (Data?, URLResponse?) {
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 49 |         try await URLSession.shared.data(
 50 |             for: request(
Foundation.URLResponse:2:18: note: 'URLResponse' 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 URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:61:23: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 59 |         url: URL,
 60 |         headerFields: [String: String]
 61 |     ) async throws -> URLResponse? {
    |                       `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 62 |         try await URLSession.shared.data(
 63 |             for: request(
Foundation.URLResponse:2:18: note: 'URLResponse' 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 URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:74:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 72 |         url: URL,
 73 |         headerFields: [String: String]
 74 |     ) async throws -> (Data?, URLResponse?) {
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 75 |         try await URLSession.shared.data(
 76 |             for: request(
Foundation.URLResponse:2:18: note: 'URLResponse' 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 URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:87:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 85 |         url: URL,
 86 |         headerFields: [String: String]
 87 |     ) async throws -> (Data?, URLResponse?) {
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 88 |         try await URLSession.shared.data(
 89 |             for: request(
Foundation.URLResponse:2:18: note: 'URLResponse' 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 URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:100:23: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 98 |         url: URL,
 99 |         headerFields: [String: String]
100 |     ) async throws -> URLResponse? {
    |                       `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
101 |         try await URLSession.shared.data(
102 |             for: request(
Foundation.URLResponse:2:18: note: 'URLResponse' 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 URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:116:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
114 |             "Content-Type": "application/json; charset=utf-8"
115 |         ]
116 |     ) async throws -> (Data?, URLResponse?) {
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
117 |         var request = request(
118 |             for: url,
Foundation.URLResponse:2:18: note: 'URLResponse' 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 URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:136:23: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
134 |             "Content-Type": "application/json; charset=utf-8"
135 |         ]
136 |     ) async throws -> URLResponse? {
    |                       `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
137 |         var request = request(
138 |             for: url,
Foundation.URLResponse:2:18: note: 'URLResponse' 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 URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:156:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
154 |             "Content-Type": "application/json; charset=utf-8"
155 |         ]
156 |     ) async throws -> (Data?, URLResponse?) {
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
157 |         var request = request(
158 |             for: url,
Foundation.URLResponse:2:18: note: 'URLResponse' 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 URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:176:31: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
174 |             "Content-Type": "application/json; charset=utf-8"
175 |         ]
176 |     ) async throws -> (Data?, URLResponse?) {
    |                               `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
177 |         var request = request(
178 |             for: url,
Foundation.URLResponse:2:18: note: 'URLResponse' 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 URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:30:27: error: cannot find 'URLRequest' in scope
 28 |             headerFields: [String: String]
 29 |         ) -> URLRequest {
 30 |             var request = URLRequest(url: url)
    |                           `- error: cannot find 'URLRequest' in scope
 31 |
 32 |             request.httpMethod = method.rawValue
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:49:30: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 47 |         ]
 48 |     ) async throws -> (Data?, URLResponse?) {
 49 |         try await URLSession.shared.data(
    |                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 50 |             for: request(
 51 |                 for: url,
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:52:26: error: cannot infer contextual base in reference to member 'GET'
 50 |             for: request(
 51 |                 for: url,
 52 |                 method: .GET,
    |                          `- error: cannot infer contextual base in reference to member 'GET'
 53 |                 headerFields: headerFields
 54 |             )
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:62:30: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 60 |         headerFields: [String: String]
 61 |     ) async throws -> URLResponse? {
 62 |         try await URLSession.shared.data(
    |                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 63 |             for: request(
 64 |                 for: url,
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:65:26: error: cannot infer contextual base in reference to member 'HEAD'
 63 |             for: request(
 64 |                 for: url,
 65 |                 method: .HEAD,
    |                          `- error: cannot infer contextual base in reference to member 'HEAD'
 66 |                 headerFields: headerFields
 67 |             )
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:75:30: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 73 |         headerFields: [String: String]
 74 |     ) async throws -> (Data?, URLResponse?) {
 75 |         try await URLSession.shared.data(
    |                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 76 |             for: request(
 77 |                 for: url,
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:78:26: error: cannot infer contextual base in reference to member 'CONNECT'
 76 |             for: request(
 77 |                 for: url,
 78 |                 method: .CONNECT,
    |                          `- error: cannot infer contextual base in reference to member 'CONNECT'
 79 |                 headerFields: headerFields
 80 |             )
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:88:30: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 86 |         headerFields: [String: String]
 87 |     ) async throws -> (Data?, URLResponse?) {
 88 |         try await URLSession.shared.data(
    |                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |             for: request(
 90 |                 for: url,
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:91:26: error: cannot infer contextual base in reference to member 'OPTIONS'
 89 |             for: request(
 90 |                 for: url,
 91 |                 method: .OPTIONS,
    |                          `- error: cannot infer contextual base in reference to member 'OPTIONS'
 92 |                 headerFields: headerFields
 93 |             )
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:101:30: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |         headerFields: [String: String]
100 |     ) async throws -> URLResponse? {
101 |         try await URLSession.shared.data(
    |                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
102 |             for: request(
103 |                 for: url,
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:104:26: error: cannot infer contextual base in reference to member 'TRACE'
102 |             for: request(
103 |                 for: url,
104 |                 method: .TRACE,
    |                          `- error: cannot infer contextual base in reference to member 'TRACE'
105 |                 headerFields: headerFields
106 |             )
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:119:22: error: cannot infer contextual base in reference to member 'POST'
117 |         var request = request(
118 |             for: url,
119 |             method: .POST,
    |                      `- error: cannot infer contextual base in reference to member 'POST'
120 |             headerFields: headerFields
121 |         )
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:125:37: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |         request.httpBody = body
124 |
125 |         return try await URLSession.shared.data(
    |                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |             for: request
127 |         )
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:139:22: error: cannot infer contextual base in reference to member 'PUT'
137 |         var request = request(
138 |             for: url,
139 |             method: .PUT,
    |                      `- error: cannot infer contextual base in reference to member 'PUT'
140 |             headerFields: headerFields
141 |         )
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:145:37: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
143 |         request.httpBody = body
144 |
145 |         return try await URLSession.shared.data(
    |                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
146 |             for: request
147 |         ).1
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:159:22: error: cannot infer contextual base in reference to member 'PATCH'
157 |         var request = request(
158 |             for: url,
159 |             method: .PATCH,
    |                      `- error: cannot infer contextual base in reference to member 'PATCH'
160 |             headerFields: headerFields
161 |         )
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:165:37: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
163 |         request.httpBody = body
164 |
165 |         return try await URLSession.shared.data(
    |                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
166 |             for: request
167 |         )
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:179:22: error: cannot infer contextual base in reference to member 'DELETE'
177 |         var request = request(
178 |             for: url,
179 |             method: .DELETE,
    |                      `- error: cannot infer contextual base in reference to member 'DELETE'
180 |             headerFields: headerFields
181 |         )
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/39] Compiling ScreenData DestinationType.swift
[3/39] Compiling ScreenData FontType.swift
[4/39] Compiling t t.swift
/host/spi-builder-workspace/.build/checkouts/t/Sources/t/Logging/t+Logging.swift:1:8: error: no such module 'Foundation.FoundationErrors'
 1 | import Foundation.FoundationErrors
   |        `- error: no such module 'Foundation.FoundationErrors'
 2 |
 3 | public extension t {
[5/40] Compiling ScreenData SomeStyle.swift
[6/40] Compiling ScreenData SomeView+.swift
[7/40] Compiling t t+Logging.swift
/host/spi-builder-workspace/.build/checkouts/t/Sources/t/Logging/t+Logging.swift:1:8: error: no such module 'Foundation.FoundationErrors'
 1 | import Foundation.FoundationErrors
   |        `- error: no such module 'Foundation.FoundationErrors'
 2 |
 3 | public extension t {
[8/40] Compiling t t+Structure.swift
/host/spi-builder-workspace/.build/checkouts/t/Sources/t/Logging/t+Logging.swift:1:8: error: no such module 'Foundation.FoundationErrors'
 1 | import Foundation.FoundationErrors
   |        `- error: no such module 'Foundation.FoundationErrors'
 2 |
 3 | public extension t {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/40] Emitting module t
/host/spi-builder-workspace/.build/checkouts/t/Sources/t/Logging/t+Logging.swift:1:8: error: no such module 'Foundation.FoundationErrors'
 1 | import Foundation.FoundationErrors
   |        `- error: no such module 'Foundation.FoundationErrors'
 2 |
 3 | public extension t {
[10/40] Compiling t t+Assertion.swift
/host/spi-builder-workspace/.build/checkouts/t/Sources/t/Logging/t+Logging.swift:1:8: error: no such module 'Foundation.FoundationErrors'
 1 | import Foundation.FoundationErrors
   |        `- error: no such module 'Foundation.FoundationErrors'
 2 |
 3 | public extension t {
[11/40] Compiling t t+Factories.swift
/host/spi-builder-workspace/.build/checkouts/t/Sources/t/Logging/t+Logging.swift:1:8: error: no such module 'Foundation.FoundationErrors'
 1 | import Foundation.FoundationErrors
   |        `- error: no such module 'Foundation.FoundationErrors'
 2 |
 3 | public extension t {
[12/40] Compiling o o+notification.swift
[13/40] Compiling o NotificationUpdate.swift
[14/40] Emitting module Chronicle
BUILD FAILURE 6.1 wasm