The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ScreenDataUI with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ServerDriven/ScreenDataUI-ios.git
Reference: main
Cloned https://github.com/ServerDriven/ScreenDataUI-ios.git into spi-builder-workspace
SUCCESS checkout https://github.com/ServerDriven/ScreenDataUI-ios.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/0xLeif/Chronicle
Fetching https://github.com/ServerDriven/ScreenDataNavigation-swift
Fetching https://github.com/ServerDriven/ScreenData-swift
[1/330] Fetching screendata-swift
[64/686] Fetching screendata-swift, screendatanavigation-swift
[305/816] Fetching screendata-swift, screendatanavigation-swift, chronicle
Fetched https://github.com/0xLeif/Chronicle (0.22s)
Fetched https://github.com/ServerDriven/ScreenData-swift (0.22s)
Fetched https://github.com/ServerDriven/ScreenDataNavigation-swift (0.22s)
Computing version for https://github.com/0xLeif/Chronicle
Computed https://github.com/0xLeif/Chronicle at 0.2.3 (0.30s)
Computing version for https://github.com/ServerDriven/ScreenData-swift
Computed https://github.com/ServerDriven/ScreenData-swift at 0.4.2 (0.29s)
Computing version for https://github.com/ServerDriven/ScreenDataNavigation-swift
Computed https://github.com/ServerDriven/ScreenDataNavigation-swift at 1.2.0 (0.30s)
Fetching https://github.com/0xOpenBytes/FLet
Fetched https://github.com/0xOpenBytes/FLet (0.17s)
Computing version for https://github.com/0xOpenBytes/FLet
Computed https://github.com/0xOpenBytes/FLet at 2.0.0 (0.30s)
Fetching https://github.com/0xOpenBytes/o
Fetching https://github.com/0xOpenBytes/c
Fetching https://github.com/0xOpenBytes/t
[1/248] Fetching o
[249/485] Fetching o, c
[486/853] Fetching o, c, t
Fetched https://github.com/0xOpenBytes/o (0.26s)
Fetched https://github.com/0xOpenBytes/c (0.26s)
Fetched https://github.com/0xOpenBytes/t (0.26s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 0.2.0 (0.25s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 0.3.0 (0.29s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 1.2.0 (0.26s)
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/0xLeif/Chronicle
Working copy of https://github.com/0xLeif/Chronicle resolved at 0.2.3
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/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/FLet
Working copy of https://github.com/0xOpenBytes/FLet resolved at 2.0.0
Creating working copy for https://github.com/0xOpenBytes/c
Working copy of https://github.com/0xOpenBytes/c resolved at 1.2.0
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/38] Emitting module o
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:29:14: error: cannot find type 'URLRequest' in scope
        ) -> URLRequest {
             ^~~~~~~~~~
/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.
    ) async throws -> (Data?, URLResponse?) {
                              ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> URLResponse? {
                      ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> (Data?, URLResponse?) {
                              ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> (Data?, URLResponse?) {
                              ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> URLResponse? {
                      ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> (Data?, URLResponse?) {
                              ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> URLResponse? {
                      ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> (Data?, URLResponse?) {
                              ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> (Data?, URLResponse?) {
                              ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[2/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'
import Foundation.FoundationErrors
       ^
[3/39] Compiling o o+console.swift
[4/39] Compiling o o+file.swift
[5/39] Compiling o NotificationAuthorization.swift
[6/41] Compiling o o.swift
[7/41] Compiling o NotificationPost.swift
[8/41] Compiling ScreenData SomeContainerView.swift
[9/41] Compiling ScreenData SomeCustomView.swift
[10/41] Compiling ScreenData SomeImage.swift
[11/41] Compiling ScreenData SomeLabel.swift
[12/41] Compiling ScreenData ViewType.swift
[13/41] Compiling ScreenData SomeButton.swift
[14/41] Compiling ScreenData ImageAspectScale.swift
[15/41] Compiling ScreenData ViewDirectionAxis.swift
[16/41] Compiling ScreenData DestinationType.swift
[17/41] Compiling ScreenData FontType.swift
[18/41] Emitting module ScreenData
[19/41] Compiling o NotificationDelegate.swift
[20/41] Compiling o NotificationDelete.swift
[21/41] Compiling o NotificationGet.swift
[22/41] 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'
import Foundation.FoundationErrors
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/41] Emitting module t
/host/spi-builder-workspace/.build/checkouts/t/Sources/t/Logging/t+Logging.swift:1:8: error: no such module 'Foundation.FoundationErrors'
import Foundation.FoundationErrors
       ^
[24/41] 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'
import Foundation.FoundationErrors
       ^
[25/41] 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'
import Foundation.FoundationErrors
       ^
[26/41] 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'
import Foundation.FoundationErrors
       ^
[27/41] Compiling o NotificationUpdate.swift
error: fatalError
[32/41] Compiling o o+notification.swift
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:29:14: error: cannot find type 'URLRequest' in scope
        ) -> URLRequest {
             ^~~~~~~~~~
/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.
    ) async throws -> (Data?, URLResponse?) {
                              ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> URLResponse? {
                      ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> (Data?, URLResponse?) {
                              ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> (Data?, URLResponse?) {
                              ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> URLResponse? {
                      ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> (Data?, URLResponse?) {
                              ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> URLResponse? {
                      ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> (Data?, URLResponse?) {
                              ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/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.
    ) async throws -> (Data?, URLResponse?) {
                              ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:30:27: error: cannot find 'URLRequest' in scope
            var request = URLRequest(url: url)
                          ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:49:30: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        try await URLSession.shared.data(
                  ~~~~~~~~~~ ^~~~~~
/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'
                method: .GET,
                        ~^~~
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:62:30: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        try await URLSession.shared.data(
                  ~~~~~~~~~~ ^~~~~~
/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'
                method: .HEAD,
                        ~^~~~
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:75:30: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        try await URLSession.shared.data(
                  ~~~~~~~~~~ ^~~~~~
/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'
                method: .CONNECT,
                        ~^~~~~~~
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:88:30: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        try await URLSession.shared.data(
                  ~~~~~~~~~~ ^~~~~~
/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'
                method: .OPTIONS,
                        ~^~~~~~~
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:101:30: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        try await URLSession.shared.data(
                  ~~~~~~~~~~ ^~~~~~
/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'
                method: .TRACE,
                        ~^~~~~
/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'
            method: .POST,
                    ~^~~~
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:125:37: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        return try await URLSession.shared.data(
                         ~~~~~~~~~~ ^~~~~~
/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'
            method: .PUT,
                    ~^~~
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:145:37: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        return try await URLSession.shared.data(
                         ~~~~~~~~~~ ^~~~~~
/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'
            method: .PATCH,
                    ~^~~~~
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:165:37: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        return try await URLSession.shared.data(
                         ~~~~~~~~~~ ^~~~~~
/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'
            method: .DELETE,
                    ~^~~~~~
/host/spi-builder-workspace/.build/checkouts/o/Sources/o/URL/o+url.swift:185:37: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        return try await URLSession.shared.data(
                         ~~~~~~~~~~ ^~~~~~
BUILD FAILURE 5.9 linux

Build Machine: Linux 1