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 Donut, reference 0.1.1 (0b9064), with Swift 6.1 for Linux on 25 Apr 2025 12:29:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 0.1.1
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
 * tag               0.1.1      -> FETCH_HEAD
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 0.1.1
========================================
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-1":/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
[1/597] Fetching curry
[598/2522] Fetching curry, reactivetask
[637/4851] Fetching curry, reactivetask, commandant
[966/5426] Fetching curry, reactivetask, commandant, progressspinnerkit
Fetched https://github.com/Carthage/Commandant.git from cache (0.33s)
Fetched https://github.com/thoughtbot/Curry.git from cache (0.33s)
Fetched https://github.com/yutailang0119/ProgressSpinnerKit from cache (0.33s)
Fetched https://github.com/Carthage/ReactiveTask.git from cache (0.33s)
Computing version for https://github.com/thoughtbot/Curry.git
Computed https://github.com/thoughtbot/Curry.git at 4.0.2 (4.59s)
Computing version for https://github.com/Carthage/ReactiveTask.git
Computed https://github.com/Carthage/ReactiveTask.git at 0.16.0 (1.08s)
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
Fetching https://github.com/antitypical/Result.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/2533] Fetching result
[2534/17288] Fetching result, quick
[4600/69776] Fetching result, quick, reactiveswift
[20720/89343] Fetching result, quick, reactiveswift, nimble
Fetched https://github.com/antitypical/Result.git from cache (3.10s)
Fetched https://github.com/Quick/Quick.git from cache (3.11s)
Fetched https://github.com/Quick/Nimble.git from cache (3.13s)
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (3.14s)
Computing version for https://github.com/antitypical/Result.git
Computed https://github.com/antitypical/Result.git at 4.1.0 (5.89s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 5.0.1 (2.02s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (1.07s)
Computing version for https://github.com/yutailang0119/ProgressSpinnerKit
Computed https://github.com/yutailang0119/ProgressSpinnerKit at 0.5.0 (0.66s)
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.67s)
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.45s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.18.0 (0.72s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.67s)
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/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
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/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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
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/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
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] Emitting module Curry
[16/48] Emitting module Result
[17/48] Emitting module Commandant
[18/49] Compiling Result NoError.swift
[19/49] Compiling Commandant Result+Additions.swift
[20/49] Compiling Result ResultProtocol.swift
[21/49] Compiling Commandant OrderedSet.swift
[22/49] Compiling Commandant Switch.swift
[23/49] Compiling TSCLibc libc.swift
[24/49] Emitting module TSCLibc
[26/50] 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 |
[27/50] Compiling Result AnyError.swift
[28/50] Compiling Commandant Errors.swift
[29/50] Compiling Commandant HelpCommand.swift
[30/50] Compiling Result Result.swift
[31/50] Compiling Commandant Argument.swift
[32/50] Compiling Commandant ArgumentParser.swift
[33/50] Compiling Commandant ArgumentProtocol.swift
[34/50] Compiling Commandant Command.swift
[34/51] Wrapping AST for TSCLibc for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/35] Compiling TSCLibc libc.swift
[3/35] Emitting module TSCLibc
[5/36] Compiling Commandant Result+Additions.swift
[6/37] Compiling Commandant OrderedSet.swift
[7/37] Compiling Result ResultProtocol.swift
[8/37] Compiling Commandant Option.swift
[9/37] Compiling Result NoError.swift
[10/37] Compiling Result AnyError.swift
[11/37] Emitting module Result
[12/37] Compiling Result Result.swift
[13/37] Compiling Commandant Errors.swift
[14/37] Compiling Commandant HelpCommand.swift
[16/37] Emitting module Commandant
[17/37] Compiling Commandant Argument.swift
[18/37] Compiling Commandant ArgumentParser.swift
[19/37] Compiling Commandant ArgumentProtocol.swift
[20/37] Compiling Commandant Command.swift
[21/37] Compiling Commandant Switch.swift
[22/61] Wrapping AST for Result for debugging
[23/98] Wrapping AST for Commandant for debugging
[25/98] Emitting module TSCBasic
[26/103] Compiling ReactiveSwift Action.swift
[27/103] Compiling ReactiveSwift Atomic.swift
[28/103] Compiling ReactiveSwift Bag.swift
[29/103] Compiling ReactiveSwift Deprecations+Removals.swift
[30/103] Compiling ReactiveSwift Disposable.swift
[31/103] Compiling ReactiveSwift Event.swift
[32/103] Compiling TSCBasic Result.swift
[33/103] Compiling TSCBasic SortedArray.swift
[34/103] Compiling TSCBasic StringConversions.swift
[35/103] Compiling TSCBasic SynchronizedQueue.swift
[36/103] Compiling TSCBasic TemporaryFile.swift
[37/103] Compiling ReactiveSwift EventLogger.swift
[38/103] Compiling ReactiveSwift Flatten.swift
[39/103] Compiling ReactiveSwift FoundationExtensions.swift
[40/103] Compiling ReactiveSwift Scheduler.swift
[41/103] Compiling ReactiveSwift Signal.swift
[42/103] Compiling ReactiveSwift Optional.swift
[43/103] Compiling ReactiveSwift SignalProducer.swift
[44/103] Compiling ReactiveSwift UnidirectionalBinding.swift
[45/103] Compiling TSCBasic KeyedPair.swift
[46/103] Compiling TSCBasic LazyCache.swift
[47/103] Compiling TSCBasic Lock.swift
[48/103] Compiling TSCBasic CodableResult.swift
[49/103] Compiling TSCBasic CollectionAlgorithms.swift
[50/103] Compiling TSCBasic CollectionExtensions.swift
[51/103] Compiling TSCBasic Condition.swift
[52/103] Compiling TSCBasic DeltaAlgorithm.swift
[53/103] Compiling TSCBasic DiagnosticsEngine.swift
[54/103] Compiling ReactiveSwift Property.swift
[55/103] Compiling ReactiveSwift Reactive.swift
[56/103] Compiling ReactiveSwift ResultExtensions.swift
[57/103] Compiling ReactiveSwift Lifetime.swift
[58/103] Compiling ReactiveSwift Observer.swift
[59/103] Compiling TSCBasic DictionaryExtensions.swift
[60/103] Compiling TSCBasic DictionaryLiteralExtensions.swift
[61/103] Compiling TSCBasic EditDistance.swift
[62/103] Compiling TSCBasic FileInfo.swift
[63/103] Compiling TSCBasic FileSystem.swift
[64/103] Compiling TSCBasic GraphAlgorithms.swift
[65/103] Compiling TSCBasic TerminalController.swift
[66/103] Compiling TSCBasic Thread.swift
[67/103] Compiling TSCBasic Tuple.swift
[68/103] Compiling TSCBasic WritableByteStream.swift
[69/103] Compiling TSCBasic misc.swift
[70/104] Wrapping AST for TSCBasic for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[72/139] Compiling TSCUtility Archiver.swift
[73/139] Compiling TSCUtility ArgumentParser.swift
[74/139] Compiling TSCUtility ArgumentParserShellCompletion.swift
[75/139] 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
[76/141] Compiling TSCUtility OSLog.swift
[77/141] Compiling TSCUtility OrderedZip.swift
[78/141] Compiling TSCUtility PkgConfig.swift
[79/141] Compiling TSCUtility Platform.swift
[80/141] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[81/145] Compiling TSCUtility Array+Extensions.swift
[82/145] Compiling TSCUtility Bits.swift
[83/145] Compiling TSCUtility Bitstream.swift
[85/145] Compiling ReactiveSwift ValidatingProperty.swift
[86/145] Compiling TSCUtility Tracing.swift
[87/145] Compiling TSCUtility Triple.swift
[88/145] Compiling TSCUtility URL.swift
[89/145] Compiling TSCUtility Verbosity.swift
[91/145] Compiling TSCUtility BitstreamReader.swift
[92/145] Compiling TSCUtility BitstreamWriter.swift
[93/145] Compiling TSCUtility BuildFlags.swift
[94/145] Compiling TSCUtility CollectionExtensions.swift
[95/145] Compiling TSCUtility Version.swift
[96/145] Compiling TSCUtility Versioning.swift
[97/145] Compiling TSCUtility dlopen.swift
[98/145] Compiling TSCUtility misc.swift
[99/145] Compiling TSCUtility Context.swift
[100/145] Compiling TSCUtility Diagnostics.swift
[101/145] Compiling TSCUtility FSWatch.swift
[102/145] Compiling TSCUtility FloatingPointExtensions.swift
[103/145] Compiling TSCUtility Git.swift
[105/145] Compiling TSCUtility IndexStore.swift
[106/145] Compiling TSCUtility InterruptHandler.swift
[107/145] Compiling TSCUtility JSONMessageStreamingParser.swift
[108/145] Compiling TSCUtility Netrc.swift
[109/145] Emitting module TSCUtility
/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 {
[128/145] Compiling TSCUtility ProgressAnimation.swift
[129/145] Compiling TSCUtility SerializedDiagnostics.swift
[130/145] Compiling TSCUtility SimplePersistence.swift
[131/145] Compiling TSCUtility StringExtensions.swift
[132/145] Compiling TSCUtility StringMangling.swift
[133/146] Wrapping AST for TSCUtility for debugging
[134/146] Emitting module Curry
BUILD FAILURE 6.1 linux