The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ScreenDataUI, reference main (d34cbb), with Swift 6.1 for Linux on 26 Apr 2025 22:59:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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:         linux
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ServerDriven/ScreenData-swift
Fetching https://github.com/ServerDriven/ScreenDataNavigation-swift
Fetching https://github.com/0xLeif/Chronicle
[1/330] Fetching screendata-swift
[331/686] Fetching screendata-swift, screendatanavigation-swift
[460/816] Fetching screendata-swift, screendatanavigation-swift, chronicle
Fetched https://github.com/ServerDriven/ScreenData-swift from cache (0.23s)
Fetched https://github.com/0xLeif/Chronicle from cache (0.24s)
Fetched https://github.com/ServerDriven/ScreenDataNavigation-swift from cache (0.25s)
Computing version for https://github.com/0xLeif/Chronicle
Computed https://github.com/0xLeif/Chronicle at 0.2.3 (0.82s)
Computing version for https://github.com/ServerDriven/ScreenData-swift
Computed https://github.com/ServerDriven/ScreenData-swift at 0.4.2 (1.09s)
Computing version for https://github.com/ServerDriven/ScreenDataNavigation-swift
Computed https://github.com/ServerDriven/ScreenDataNavigation-swift at 1.2.0 (0.66s)
Fetching https://github.com/0xOpenBytes/FLet
[1/27] Fetching flet
Fetched https://github.com/0xOpenBytes/FLet from cache (0.20s)
Computing version for https://github.com/0xOpenBytes/FLet
Computed https://github.com/0xOpenBytes/FLet at 2.0.0 (0.77s)
Fetching https://github.com/0xOpenBytes/c
Fetching https://github.com/0xOpenBytes/o
Fetching https://github.com/0xOpenBytes/t
[1/248] Fetching o
[251/485] Fetching o, c
[271/853] Fetching o, c, t
Fetched https://github.com/0xOpenBytes/o from cache (0.24s)
Fetched https://github.com/0xOpenBytes/c from cache (0.25s)
Fetched https://github.com/0xOpenBytes/t from cache (0.25s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 0.2.0 (0.83s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 0.3.0 (0.56s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 1.2.0 (0.55s)
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/ScreenDataNavigation-swift
Working copy of https://github.com/ServerDriven/ScreenDataNavigation-swift resolved at 1.2.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/c
Working copy of https://github.com/0xOpenBytes/c resolved at 1.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/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 0.2.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 ScreenData
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/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 {
[12/49] Compiling o NotificationPost.swift
[13/50] Compiling o NotificationUpdate.swift
[14/50] Compiling o o+notification.swift
[15/50] Compiling o NotificationAuthorization.swift
[16/50] Compiling ScreenData Destination.swift
[17/50] Compiling o NotificationDelete.swift
[18/50] Compiling o NotificationGet.swift
[19/50] 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 {
[20/50] Compiling ScreenData SomeImage.swift
[21/50] Compiling ScreenData SomeLabel.swift
[22/50] 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 {
[23/50] Compiling ScreenData ViewType.swift
[24/50] Compiling ScreenData SomeButton.swift
[25/50] Compiling ScreenData DestinationType.swift
[26/50] Compiling ScreenData FontType.swift
[27/50] Compiling ScreenData SomeContainerView.swift
[28/50] Compiling ScreenData SomeCustomView.swift
[29/50] Compiling ScreenData ImageAspectScale.swift
[30/50] Compiling ScreenData ViewDirectionAxis.swift
[31/50] Compiling o o.swift
[32/50] 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 {
[33/50] 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 {
[34/50] 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 {
/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 |         )
[38/50] Emitting module Chronicle
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/39] Compiling o o+notification.swift
[3/40] Compiling o NotificationUpdate.swift
[4/40] Compiling o NotificationPost.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/40] 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 {
[11/40] Compiling ScreenData SomeView.swift
[12/40] Compiling ScreenData SomeScreen.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 |         )
[13/40] Emitting module Chronicle
BUILD FAILURE 6.1 linux