Build Information
Failed to build Donut, reference master (0b9064
), with Swift 6.1 for Linux on 25 Apr 2025 12:29:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/natmark/donut.git
Reference: master
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/natmark/donut
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0b90644 Bump version
Cloned https://github.com/natmark/donut.git
Revision (git rev-parse @):
0b90644b5635f1f988a311c93b297ac0a44f6495
SUCCESS checkout https://github.com/natmark/donut.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/natmark/donut.git
https://github.com/natmark/donut.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "reactivetask",
"requirement" : {
"range" : [
{
"lower_bound" : "0.14.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Carthage/ReactiveTask.git"
},
{
"identity" : "commandant",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Carthage/Commandant.git"
},
{
"identity" : "curry",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/thoughtbot/Curry.git"
},
{
"identity" : "progressspinnerkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/yutailang0119/ProgressSpinnerKit"
}
],
"manifest_display_name" : "Donut",
"name" : "Donut",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "donut",
"targets" : [
"Donut"
],
"type" : {
"executable" : null
}
},
{
"name" : "DonutKit",
"targets" : [
"DonutKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DonutTests",
"module_type" : "SwiftTarget",
"name" : "DonutTests",
"path" : "Tests",
"sources" : [
"TemplateDirectoryTests.swift"
],
"target_dependencies" : [
"Donut"
],
"type" : "test"
},
{
"c99name" : "DonutKit",
"module_type" : "SwiftTarget",
"name" : "DonutKit",
"path" : "Sources/DonutKit",
"product_dependencies" : [
"ReactiveTask",
"ProgressSpinnerKit"
],
"product_memberships" : [
"donut",
"DonutKit"
],
"sources" : [
"DonutErrors.swift",
"Git.swift",
"SemanticVersion.swift",
"Template.swift",
"TemplateDirectory.swift"
],
"type" : "library"
},
{
"c99name" : "Donut",
"module_type" : "SwiftTarget",
"name" : "Donut",
"path" : "Sources/Donut",
"product_dependencies" : [
"ReactiveTask",
"Commandant",
"Curry"
],
"product_memberships" : [
"donut"
],
"sources" : [
"Commands/InstallCommand.swift",
"Commands/ListCommand.swift",
"Commands/RemoveCommand.swift",
"Commands/VersionCommand.swift",
"main.swift"
],
"target_dependencies" : [
"DonutKit"
],
"type" : "executable"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/yutailang0119/ProgressSpinnerKit
Fetching https://github.com/Carthage/ReactiveTask.git
Fetching https://github.com/thoughtbot/Curry.git
Fetching https://github.com/Carthage/Commandant.git
[6/575] Fetching progressspinnerkit
[19/2500] Fetching progressspinnerkit, reactivetask
[325/4829] Fetching progressspinnerkit, reactivetask, commandant
[2128/5426] Fetching progressspinnerkit, reactivetask, commandant, curry
Fetched https://github.com/yutailang0119/ProgressSpinnerKit from cache (0.34s)
Fetched https://github.com/Carthage/Commandant.git from cache (0.34s)
Fetched https://github.com/thoughtbot/Curry.git from cache (0.34s)
Fetched https://github.com/Carthage/ReactiveTask.git from cache (0.34s)
Computing version for https://github.com/thoughtbot/Curry.git
Computed https://github.com/thoughtbot/Curry.git at 4.0.2 (2.82s)
Computing version for https://github.com/Carthage/ReactiveTask.git
Computed https://github.com/Carthage/ReactiveTask.git at 0.16.0 (0.58s)
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/antitypical/Result.git
[1/2533] Fetching result
[2534/17288] Fetching result, quick
[4158/69776] Fetching result, quick, reactiveswift
[10176/89343] Fetching result, quick, reactiveswift, nimble
Fetched https://github.com/Quick/Quick.git from cache (0.84s)
[26393/74588] Fetching result, reactiveswift, nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.72s)
Fetched https://github.com/antitypical/Result.git from cache (2.68s)
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (2.72s)
Computing version for https://github.com/antitypical/Result.git
Computed https://github.com/antitypical/Result.git at 4.1.0 (5.04s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 5.0.1 (2.87s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (1.09s)
Computing version for https://github.com/yutailang0119/ProgressSpinnerKit
Computed https://github.com/yutailang0119/ProgressSpinnerKit at 0.5.0 (1.42s)
Fetching https://github.com/apple/swift-tools-support-core
[1/6718] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core from cache (0.62s)
Computing version for https://github.com/apple/swift-tools-support-core
Computed https://github.com/apple/swift-tools-support-core at 0.7.2 (1.81s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.18.0 (0.63s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.62s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.18.0
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift.git
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift.git resolved at 5.0.1
Creating working copy for https://github.com/yutailang0119/ProgressSpinnerKit
Working copy of https://github.com/yutailang0119/ProgressSpinnerKit resolved at 0.5.0
Creating working copy for https://github.com/Carthage/ReactiveTask.git
Working copy of https://github.com/Carthage/ReactiveTask.git resolved at 0.16.0
Creating working copy for https://github.com/apple/swift-tools-support-core
Working copy of https://github.com/apple/swift-tools-support-core resolved at 0.7.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/antitypical/Result.git
Working copy of https://github.com/antitypical/Result.git resolved at 4.1.0
Creating working copy for https://github.com/thoughtbot/Curry.git
Working copy of https://github.com/thoughtbot/Curry.git resolved at 4.0.2
Building for debugging...
[0/29] Write sources
[11/29] Compiling TSCclibc libc.c
[12/29] Compiling TSCclibc process.c
[13/29] Write swift-version-24593BA9C3E375BF.txt
[15/48] Compiling Result ResultProtocol.swift
[16/48] Compiling Commandant OrderedSet.swift
[17/48] Compiling Commandant Result+Additions.swift
[18/49] Compiling Commandant Switch.swift
[19/49] Compiling Commandant Option.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Option.swift:239:32: error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
237 | let components = unwrappedStringValue.split(
238 | omittingEmptySubsequences: true,
239 | whereSeparator: [",", " "].contains
| `- error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
240 | )
241 | var resultValues: [T] = []
_StringProcessing.Collection.contains:3:15: note: where 'C' = 'String.Element' (aka 'Character')
1 | protocol Collection {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | public func contains<C>(_ other: C) -> Bool where C : Collection, Self.Element == C.Element}
| `- note: where 'C' = 'String.Element' (aka 'Character')
4 |
[20/49] Emitting module TSCLibc
[21/49] Compiling TSCLibc libc.swift
[22/49] Emitting module Result
[23/49] Compiling Result AnyError.swift
[24/50] Compiling Commandant Errors.swift
[25/50] Compiling Commandant HelpCommand.swift
[26/50] Compiling Result Result.swift
[27/50] Compiling Result NoError.swift
[28/51] Compiling Commandant ArgumentProtocol.swift
[29/51] Compiling Commandant Command.swift
[30/51] Compiling Commandant Argument.swift
[31/51] Compiling Commandant ArgumentParser.swift
[32/51] Emitting module Commandant
[35/51] Emitting module Curry
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/16] Write swift-version-24593BA9C3E375BF.txt
[2/33] Compiling TSCLibc libc.swift
[3/33] Emitting module Result
[4/35] Compiling Result NoError.swift
[5/35] Compiling Result AnyError.swift
[6/35] Compiling Result Result.swift
[7/35] Compiling Result ResultProtocol.swift
[9/36] Emitting module TSCLibc
[10/37] Compiling Commandant OrderedSet.swift
[11/37] Compiling Commandant Result+Additions.swift
[12/38] Compiling Commandant HelpCommand.swift
[13/38] Compiling Commandant Option.swift
[14/38] Wrapping AST for Result for debugging
[16/38] Compiling Commandant Switch.swift
[16/39] Wrapping AST for TSCLibc for debugging
[17/39] Compiling Commandant ArgumentProtocol.swift
[18/39] Compiling Commandant Command.swift
[19/39] Compiling Commandant Errors.swift
[21/58] Emitting module Commandant
[22/58] Compiling ReactiveSwift Action.swift
[23/58] Compiling ReactiveSwift Atomic.swift
[24/99] Wrapping AST for Commandant for debugging
[26/99] Compiling TSCBasic CodableResult.swift
[27/99] Compiling TSCBasic CollectionAlgorithms.swift
[28/99] Compiling TSCBasic CollectionExtensions.swift
[29/99] Compiling TSCBasic Condition.swift
[30/99] Compiling TSCBasic DeltaAlgorithm.swift
[31/99] Compiling TSCBasic DiagnosticsEngine.swift
[32/104] Compiling TSCBasic Result.swift
[33/104] Compiling TSCBasic SortedArray.swift
[34/104] Compiling TSCBasic StringConversions.swift
[35/104] Compiling TSCBasic SynchronizedQueue.swift
[36/104] Compiling TSCBasic TemporaryFile.swift
[37/104] Emitting module TSCBasic
[38/104] Compiling TSCBasic OSLog.swift
[39/104] Compiling TSCBasic ObjectIdentifierProtocol.swift
[40/104] Compiling TSCBasic OrderedDictionary.swift
[41/104] Compiling TSCBasic OrderedSet.swift
[42/104] Compiling TSCBasic Path.swift
[43/104] Compiling TSCBasic PathShims.swift
[44/104] Compiling TSCBasic Process.swift
[45/104] Compiling TSCBasic ProcessEnv.swift
[46/104] Compiling TSCBasic ProcessSet.swift
[47/104] Compiling TSCBasic RegEx.swift
[48/104] Compiling TSCBasic HashAlgorithms.swift
[49/104] Compiling TSCBasic JSON.swift
[50/104] Compiling TSCBasic JSONMapper.swift
[51/104] Compiling TSCBasic KeyedPair.swift
[52/104] Compiling TSCBasic LazyCache.swift
[53/104] Compiling TSCBasic Lock.swift
[54/104] Compiling TSCBasic Await.swift
[55/104] Compiling TSCBasic Base64URL.swift
[56/104] Compiling TSCBasic ByteString.swift
[57/104] Compiling TSCBasic CStringArray.swift
[58/104] Compiling TSCBasic CacheableSequence.swift
[59/104] Compiling TSCBasic Closable.swift
[60/104] Compiling TSCBasic DictionaryExtensions.swift
[61/104] Compiling TSCBasic DictionaryLiteralExtensions.swift
[62/104] Compiling TSCBasic EditDistance.swift
[63/104] Compiling TSCBasic FileInfo.swift
[64/104] Compiling TSCBasic FileSystem.swift
[65/104] Compiling TSCBasic GraphAlgorithms.swift
[69/106] Compiling TSCBasic TerminalController.swift
[70/106] Compiling TSCBasic Thread.swift
[71/106] Compiling TSCBasic Tuple.swift
[72/106] Compiling TSCBasic WritableByteStream.swift
[73/106] Compiling TSCBasic misc.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:49:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
47 | userInfo: nil)
48 |
49 | extension URLSession: ReactiveExtensionsProvider {}
| `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
50 |
51 | extension Reactive where Base: URLSession {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:65:33: error: cannot find type 'URLRequest' in scope
63 | /// side error (i.e. when a response with status code other than
64 | /// 200...299 is received).
65 | public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), AnyError> {
| `- error: cannot find type 'URLRequest' in scope
66 | return SignalProducer { [base = self.base] observer, lifetime in
67 | let task = base.dataTask(with: request) { data, response, error in
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:65:70: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
63 | /// side error (i.e. when a response with status code other than
64 | /// 200...299 is received).
65 | public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), AnyError> {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
66 | return SignalProducer { [base = self.base] observer, lifetime in
67 | let task = base.dataTask(with: request) { data, response, error in
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/ReactiveSwift/Sources/FoundationExtensions.swift:51:32: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
49 | extension URLSession: ReactiveExtensionsProvider {}
50 |
51 | extension Reactive where Base: URLSession {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
52 | /// Returns a SignalProducer which performs the work associated with an
53 | /// `NSURLSession`
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:67:20: error: value of type 'Base' has no member 'dataTask'
65 | public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), AnyError> {
66 | return SignalProducer { [base = self.base] observer, lifetime in
67 | let task = base.dataTask(with: request) { data, response, error in
| `- error: value of type 'Base' has no member 'dataTask'
68 | if let data = data, let response = response {
69 | observer.send(value: (data, response))
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:69:34: error: value of type '_' expected to be instance of class or class-constrained type
67 | let task = base.dataTask(with: request) { data, response, error in
68 | if let data = data, let response = response {
69 | observer.send(value: (data, response))
| `- error: value of type '_' expected to be instance of class or class-constrained type
70 | observer.sendCompleted()
71 | } else {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:49:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
47 | userInfo: nil)
48 |
49 | extension URLSession: ReactiveExtensionsProvider {}
| `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
50 |
51 | extension Reactive where Base: URLSession {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:65:33: error: cannot find type 'URLRequest' in scope
63 | /// side error (i.e. when a response with status code other than
64 | /// 200...299 is received).
65 | public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), AnyError> {
| `- error: cannot find type 'URLRequest' in scope
66 | return SignalProducer { [base = self.base] observer, lifetime in
67 | let task = base.dataTask(with: request) { data, response, error in
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:65:70: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
63 | /// side error (i.e. when a response with status code other than
64 | /// 200...299 is received).
65 | public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), AnyError> {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
66 | return SignalProducer { [base = self.base] observer, lifetime in
67 | let task = base.dataTask(with: request) { data, response, error in
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/ReactiveSwift/Sources/FoundationExtensions.swift:51:32: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
49 | extension URLSession: ReactiveExtensionsProvider {}
50 |
51 | extension Reactive where Base: URLSession {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
52 | /// Returns a SignalProducer which performs the work associated with an
53 | /// `NSURLSession`
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:67:20: error: value of type 'Base' has no member 'dataTask'
65 | public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), AnyError> {
66 | return SignalProducer { [base = self.base] observer, lifetime in
67 | let task = base.dataTask(with: request) { data, response, error in
| `- error: value of type 'Base' has no member 'dataTask'
68 | if let data = data, let response = response {
69 | observer.send(value: (data, response))
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:69:34: error: value of type '_' expected to be instance of class or class-constrained type
67 | let task = base.dataTask(with: request) { data, response, error in
68 | if let data = data, let response = response {
69 | observer.send(value: (data, response))
| `- error: value of type '_' expected to be instance of class or class-constrained type
70 | observer.sendCompleted()
71 | } else {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:49:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
47 | userInfo: nil)
48 |
49 | extension URLSession: ReactiveExtensionsProvider {}
| `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
50 |
51 | extension Reactive where Base: URLSession {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:65:33: error: cannot find type 'URLRequest' in scope
63 | /// side error (i.e. when a response with status code other than
64 | /// 200...299 is received).
65 | public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), AnyError> {
| `- error: cannot find type 'URLRequest' in scope
66 | return SignalProducer { [base = self.base] observer, lifetime in
67 | let task = base.dataTask(with: request) { data, response, error in
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:65:70: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
63 | /// side error (i.e. when a response with status code other than
64 | /// 200...299 is received).
65 | public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), AnyError> {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
66 | return SignalProducer { [base = self.base] observer, lifetime in
67 | let task = base.dataTask(with: request) { data, response, error in
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/ReactiveSwift/Sources/FoundationExtensions.swift:51:32: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
49 | extension URLSession: ReactiveExtensionsProvider {}
50 |
51 | extension Reactive where Base: URLSession {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
52 | /// Returns a SignalProducer which performs the work associated with an
53 | /// `NSURLSession`
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:67:20: error: value of type 'Base' has no member 'dataTask'
65 | public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), AnyError> {
66 | return SignalProducer { [base = self.base] observer, lifetime in
67 | let task = base.dataTask(with: request) { data, response, error in
| `- error: value of type 'Base' has no member 'dataTask'
68 | if let data = data, let response = response {
69 | observer.send(value: (data, response))
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:69:34: error: value of type '_' expected to be instance of class or class-constrained type
67 | let task = base.dataTask(with: request) { data, response, error in
68 | if let data = data, let response = response {
69 | observer.send(value: (data, response))
| `- error: value of type '_' expected to be instance of class or class-constrained type
70 | observer.sendCompleted()
71 | } else {
[78/138] Compiling TSCUtility PolymorphicCodable.swift
[79/138] Compiling TSCUtility Hex.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[80/138] Emitting module ReactiveSwift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:49:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
47 | userInfo: nil)
48 |
49 | extension URLSession: ReactiveExtensionsProvider {}
| `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
50 |
51 | extension Reactive where Base: URLSession {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:65:33: error: cannot find type 'URLRequest' in scope
63 | /// side error (i.e. when a response with status code other than
64 | /// 200...299 is received).
65 | public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), AnyError> {
| `- error: cannot find type 'URLRequest' in scope
66 | return SignalProducer { [base = self.base] observer, lifetime in
67 | let task = base.dataTask(with: request) { data, response, error in
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:65:70: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
63 | /// side error (i.e. when a response with status code other than
64 | /// 200...299 is received).
65 | public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), AnyError> {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
66 | return SignalProducer { [base = self.base] observer, lifetime in
67 | let task = base.dataTask(with: request) { data, response, error in
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/ReactiveSwift/Sources/FoundationExtensions.swift:51:32: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
49 | extension URLSession: ReactiveExtensionsProvider {}
50 |
51 | extension Reactive where Base: URLSession {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
52 | /// Returns a SignalProducer which performs the work associated with an
53 | /// `NSURLSession`
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
[80/142] Wrapping AST for TSCBasic for debugging
[82/142] Compiling TSCUtility Bitstream.swift
[83/142] Compiling TSCUtility BitstreamReader.swift
[84/142] Compiling TSCUtility BitstreamWriter.swift
[85/142] Compiling TSCUtility BuildFlags.swift
[86/142] Compiling TSCUtility CollectionExtensions.swift
[87/142] Compiling TSCUtility Archiver.swift
[88/142] Compiling TSCUtility FSWatch.swift
[89/142] Compiling TSCUtility FloatingPointExtensions.swift
[90/142] Compiling TSCUtility Git.swift
[91/142] Compiling TSCUtility OSLog.swift
[92/142] Compiling TSCUtility OrderedZip.swift
[93/142] Compiling TSCUtility PkgConfig.swift
[94/142] Compiling TSCUtility Platform.swift
[95/142] Emitting module Curry
BUILD FAILURE 6.1 linux