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 Spasibo, reference 0.3.2 (b6008c), with Swift 6.1 for Linux on 25 Apr 2025 15:28:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/artemnovichkov/spasibo.git
Reference: 0.3.2
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/artemnovichkov/spasibo
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at b6008c5 Fix dependency selection
Cloned https://github.com/artemnovichkov/spasibo.git
Revision (git rev-parse @):
b6008c5508f0f53faa1af44e6228c78e9941cec7
SUCCESS checkout https://github.com/artemnovichkov/spasibo.git at 0.3.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/artemnovichkov/spasibo.git
https://github.com/artemnovichkov/spasibo.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "carthage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Carthage.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "Spasibo",
  "name" : "Spasibo",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Spasibo",
      "targets" : [
        "Spasibo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Spasibo",
      "module_type" : "SwiftTarget",
      "name" : "Spasibo",
      "path" : "Sources/Spasibo",
      "product_dependencies" : [
        "CarthageKit",
        "Yams",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Spasibo"
      ],
      "sources" : [
        "Data+Output.swift",
        "Dependency.swift",
        "Execute.swift",
        "Funding.swift",
        "Platform.swift",
        "Podspec.swift",
        "Prompt.swift",
        "Spasibo.swift",
        "URL+Additions.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/Carthage/Carthage.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
[1/10289] Fetching yams
[413/39438] Fetching yams, carthage
[6021/54351] Fetching yams, carthage, swift-argument-parser
Fetched https://github.com/jpsim/Yams.git from cache (1.87s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.34s)
Fetched https://github.com/Carthage/Carthage.git from cache (2.36s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (2.98s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.0.6 (0.78s)
Computing version for https://github.com/Carthage/Carthage.git
Computed https://github.com/Carthage/Carthage.git at 0.40.0 (4.02s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/mdiep/Tentacle.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/thoughtbot/Curry.git
[1/597] Fetching curry
[598/4330] Fetching curry, tentacle
[1233/19085] Fetching curry, tentacle, quick
[1346/38652] Fetching curry, tentacle, quick, nimble
Fetched https://github.com/thoughtbot/Curry.git from cache (0.50s)
[2897/38055] Fetching tentacle, quick, nimble
Fetching https://github.com/Carthage/Commandant.git
[26250/40384] Fetching tentacle, quick, nimble, commandant
Fetched https://github.com/mdiep/Tentacle.git from cache (1.06s)
[30781/36651] Fetching quick, nimble, commandant
Fetched https://github.com/Carthage/Commandant.git from cache (0.57s)
[28648/34322] Fetching quick, nimble
Fetching https://github.com/Carthage/ReactiveTask.git
[30214/36247] Fetching quick, nimble, reactivetask
Fetched https://github.com/Quick/Quick.git from cache (1.47s)
Fetching https://github.com/antitypical/Result.git
Fetched https://github.com/Carthage/ReactiveTask.git from cache (0.40s)
[16632/19567] Fetching nimble
[19568/22100] Fetching nimble, result
Fetched https://github.com/antitypical/Result.git from cache (0.50s)
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
Fetching https://github.com/jdhealy/PrettyColors.git
Fetched https://github.com/Quick/Nimble.git from cache (2.45s)
[1/1115] Fetching prettycolors
[1116/53603] Fetching prettycolors, reactiveswift
Fetched https://github.com/jdhealy/PrettyColors.git from cache (3.81s)
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (3.86s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (7.12s)
Computing version for https://github.com/thoughtbot/Curry.git
Computed https://github.com/thoughtbot/Curry.git at 4.0.2 (0.82s)
Computing version for https://github.com/jdhealy/PrettyColors.git
Computed https://github.com/jdhealy/PrettyColors.git at 5.0.2 (3.58s)
Computing version for https://github.com/Carthage/ReactiveTask.git
Computed https://github.com/Carthage/ReactiveTask.git at 0.16.0 (0.78s)
Computing version for https://github.com/antitypical/Result.git
Computed https://github.com/antitypical/Result.git at 4.1.0 (0.94s)
Computing version for https://github.com/mdiep/Tentacle.git
Computed https://github.com/mdiep/Tentacle.git at 0.13.1 (0.75s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 5.0.1 (0.85s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.18.0 (0.68s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.82s)
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/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/thoughtbot/Curry.git
Working copy of https://github.com/thoughtbot/Curry.git resolved at 4.0.2
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/Carthage/ReactiveTask.git
Working copy of https://github.com/Carthage/ReactiveTask.git resolved at 0.16.0
Creating working copy for https://github.com/mdiep/Tentacle.git
Working copy of https://github.com/mdiep/Tentacle.git resolved at 0.13.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 0.0.6
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
Creating working copy for https://github.com/Carthage/Carthage.git
Working copy of https://github.com/Carthage/Carthage.git resolved at 0.40.0
Creating working copy for https://github.com/jdhealy/PrettyColors.git
Working copy of https://github.com/jdhealy/PrettyColors.git resolved at 5.0.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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Building for debugging...
[0/29] Write sources
[10/29] Compiling writer.c
[11/29] Compiling reader.c
[12/29] Compiling parser.c
[13/29] Compiling emitter.c
[14/29] Compiling api.c
[15/29] Write swift-version-24593BA9C3E375BF.txt
[16/29] Compiling scanner.c
[18/79] Emitting module ArgumentParser
[19/82] Compiling Result ResultProtocol.swift
[20/82] Compiling Result NoError.swift
[21/82] Compiling ArgumentParser ArgumentSetSequence.swift
[22/82] Compiling ArgumentParser CommandParser.swift
[23/82] Compiling ArgumentParser InputOrigin.swift
[24/82] Compiling ArgumentParser Name.swift
[25/82] Compiling Yams Node.Scalar.swift
[26/82] Compiling Yams Node.Sequence.swift
[27/82] Compiling Yams Node.swift
[28/82] Compiling ArgumentParser ArgumentSet.swift
[29/82] Compiling Yams Constructor.swift
[30/82] Compiling Yams Decoder.swift
[31/82] Compiling Yams Emitter.swift
[32/82] Compiling Yams Encoder.swift
[33/82] Compiling Yams Representer.swift
[34/82] Compiling Yams Resolver.swift
[35/82] Compiling Yams Mark.swift
[36/82] Compiling Yams Node.Mapping.swift
[37/82] Compiling Yams String+Yams.swift
[38/82] Compiling Yams Tag.swift
[39/82] Compiling ArgumentParser ParsableArguments.swift
[40/82] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/82] Emitting module Yams
[46/84] Compiling Result AnyError.swift
[47/84] Compiling ArgumentParser UsageGenerator.swift
[48/84] Compiling ArgumentParser StringExtensions.swift
[49/84] Compiling ArgumentParser Tree.swift
[52/84] Emitting module Result
[53/84] Compiling Result Result.swift
[63/85] Compiling ArgumentParser Parsed.swift
[64/85] Compiling ArgumentParser ParsedValues.swift
[65/85] Compiling ArgumentParser ParserError.swift
[66/85] Compiling ArgumentParser SplitArguments.swift
[67/85] Compiling ArgumentParser HelpCommand.swift
[68/85] Compiling ArgumentParser HelpGenerator.swift
[69/85] Compiling ArgumentParser MessageInfo.swift
[70/86] Compiling Yams YamlError.swift
[71/86] Compiling Yams shim.swift
[71/97] Wrapping AST for Result for debugging
[74/107] Wrapping AST for Yams for debugging
[75/107] Wrapping AST for ArgumentParser for debugging
[77/107] Compiling ReactiveSwift EventLogger.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 {
[78/107] Compiling ReactiveSwift Flatten.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 {
[79/107] Compiling ReactiveSwift FoundationExtensions.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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[80/109] 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
[81/109] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[82/109] Compiling ReactiveSwift ValidatingProperty.swift
[83/109] Compiling ReactiveSwift Deprecations+Removals.swift
[84/109] Compiling ReactiveSwift Disposable.swift
[85/109] Compiling ReactiveSwift Event.swift
[86/109] Compiling ReactiveSwift Action.swift
[87/109] Compiling ReactiveSwift Atomic.swift
[88/109] Compiling ReactiveSwift Bag.swift
[89/109] Compiling ReactiveSwift Scheduler.swift
[90/109] Compiling ReactiveSwift Signal.swift
[91/109] Compiling ReactiveSwift Lifetime.swift
[92/109] Compiling ReactiveSwift Observer.swift
[93/109] Compiling ReactiveSwift Optional.swift
[94/109] Compiling ReactiveSwift SignalProducer.swift
[95/109] Compiling ReactiveSwift UnidirectionalBinding.swift
[96/109] Compiling ReactiveSwift Property.swift
[97/109] Compiling ReactiveSwift Reactive.swift
[98/109] Compiling ReactiveSwift ResultExtensions.swift
[99/109] Emitting module Curry
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/13] Write swift-version-24593BA9C3E375BF.txt
[2/63] Emitting module Result
[3/63] Compiling Result ResultProtocol.swift
[4/63] Compiling Result NoError.swift
[5/63] Compiling Result AnyError.swift
[6/63] Compiling Result Result.swift
[8/63] Compiling Yams String+Yams.swift
[9/63] Compiling Yams Tag.swift
[10/65] Compiling Yams Representer.swift
[11/65] Compiling Yams Resolver.swift
[12/65] Compiling Yams Mark.swift
[13/65] Compiling Yams Node.Mapping.swift
[14/65] Compiling Yams Node.Scalar.swift
[15/65] Compiling Yams Node.Sequence.swift
[16/85] Compiling ReactiveSwift UnidirectionalBinding.swift
[17/85] Compiling ReactiveSwift Scheduler.swift
[18/85] Compiling ReactiveSwift Signal.swift
[19/85] Compiling ArgumentParser CommandConfiguration.swift
[20/85] Compiling ReactiveSwift Disposable.swift
[21/85] Compiling ReactiveSwift Event.swift
[22/85] Compiling ReactiveSwift EventLogger.swift
[23/85] Compiling ReactiveSwift Flatten.swift
[24/85] Compiling ReactiveSwift Property.swift
[25/85] Compiling ReactiveSwift Reactive.swift
[26/85] Compiling ReactiveSwift ResultExtensions.swift
[27/85] Compiling ReactiveSwift SignalProducer.swift
[30/88] Compiling ReactiveSwift FoundationExtensions.swift
[31/88] Compiling ReactiveSwift Lifetime.swift
[34/88] Compiling ReactiveSwift Observer.swift
[35/88] Compiling ReactiveSwift Optional.swift
[36/88] Compiling ReactiveSwift Action.swift
[37/88] Compiling ReactiveSwift Atomic.swift
[38/88] Compiling ReactiveSwift Bag.swift
[39/88] Compiling ReactiveSwift Deprecations+Removals.swift
[40/88] Emitting module ArgumentParser
[41/88] Compiling ArgumentParser ParsableCommand.swift
[42/88] Compiling ArgumentParser ArgumentDecoder.swift
[43/88] Compiling ArgumentParser ArgumentDefinition.swift
[44/88] Compiling ArgumentParser ArgumentSet.swift
[45/88] Compiling ArgumentParser HelpCommand.swift
[46/88] Compiling ArgumentParser HelpGenerator.swift
[47/88] Compiling ArgumentParser MessageInfo.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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/90] 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
[54/90] Emitting module Yams
[58/91] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[59/91] Compiling ReactiveSwift ValidatingProperty.swift
[59/91] Wrapping AST for Yams for debugging
[67/91] Compiling ArgumentParser UsageGenerator.swift
[68/91] Compiling ArgumentParser StringExtensions.swift
[69/91] Compiling ArgumentParser Tree.swift
[80/92] Wrapping AST for ArgumentParser for debugging
[81/92] Emitting module Curry
BUILD FAILURE 6.1 linux