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 Moya-ModelMapper, reference 10.0.0 (3f0b7d), with Swift 6.1 for Linux on 25 Apr 2025 13:53:50 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/sunshinejr/Moya-ModelMapper.git
Reference: 10.0.0
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/sunshinejr/Moya-ModelMapper
 * tag               10.0.0     -> FETCH_HEAD
HEAD is now at 3f0b7d9 Loosen the requirements for Moya version in Podspec (to ~> 14.0)
Cloned https://github.com/sunshinejr/Moya-ModelMapper.git
Revision (git rev-parse @):
3f0b7d953bedd2c61570bec7110fb30b720f028b
SUCCESS checkout https://github.com/sunshinejr/Moya-ModelMapper.git at 10.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sunshinejr/Moya-ModelMapper.git
https://github.com/sunshinejr/Moya-ModelMapper.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "moya",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "14.0.0",
            "upper_bound" : "15.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Moya/Moya.git"
    },
    {
      "identity" : "mapper",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "10.0.0",
            "upper_bound" : "11.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lyft/mapper.git"
    }
  ],
  "manifest_display_name" : "Moya-ModelMapper",
  "name" : "Moya-ModelMapper",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "Moya-ModelMapper",
      "targets" : [
        "Moya-ModelMapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ReactiveMoya-ModelMapper",
      "targets" : [
        "ReactiveMoya-ModelMapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RxMoya-ModelMapper",
      "targets" : [
        "RxMoya-ModelMapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxMoya_ModelMapper",
      "module_type" : "SwiftTarget",
      "name" : "RxMoya-ModelMapper",
      "path" : "Sources/RxMoya-ModelMapper",
      "product_dependencies" : [
        "RxMoya"
      ],
      "product_memberships" : [
        "RxMoya-ModelMapper"
      ],
      "sources" : [
        "Observable+ModelMapper.swift",
        "ObservableAvailability.swift",
        "Single+ModelMapper.swift"
      ],
      "target_dependencies" : [
        "Moya-ModelMapper"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ReactiveMoya_ModelMapper",
      "module_type" : "SwiftTarget",
      "name" : "ReactiveMoya-ModelMapper",
      "path" : "Sources/ReactiveMoya-ModelMapper",
      "product_dependencies" : [
        "ReactiveMoya"
      ],
      "product_memberships" : [
        "ReactiveMoya-ModelMapper"
      ],
      "sources" : [
        "SignalProducer+ModelMapper.swift",
        "SignalProducerAvailability.swift"
      ],
      "target_dependencies" : [
        "Moya-ModelMapper"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Moya_ModelMapper",
      "module_type" : "SwiftTarget",
      "name" : "Moya-ModelMapper",
      "path" : "Sources/Moya-ModelMapper",
      "product_dependencies" : [
        "Moya",
        "Mapper"
      ],
      "product_memberships" : [
        "Moya-ModelMapper",
        "ReactiveMoya-ModelMapper",
        "RxMoya-ModelMapper"
      ],
      "sources" : [
        "Response+ModelMapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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/Moya/Moya.git
Fetching https://github.com/lyft/mapper.git
[1/1538] Fetching mapper
[924/26805] Fetching mapper, moya
Fetched https://github.com/lyft/mapper.git from cache (0.45s)
[4801/25267] Fetching moya
Fetched https://github.com/Moya/Moya.git from cache (2.62s)
Computing version for https://github.com/lyft/mapper.git
Computed https://github.com/lyft/mapper.git at 10.0.1 (6.14s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 14.0.1 (0.88s)
Fetching https://github.com/shibapm/Rocket
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/Moya/ReactiveSwift.git
[1/1386] Fetching rocket
[1387/47249] Fetching rocket, reactiveswift
[1846/62004] Fetching rocket, reactiveswift, quick
[3354/69904] Fetching rocket, reactiveswift, quick, ohhttpstubs
[15164/89471] Fetching rocket, reactiveswift, quick, ohhttpstubs, nimble
[31545/142147] Fetching rocket, reactiveswift, quick, ohhttpstubs, nimble, rxswift
Fetched https://github.com/Moya/ReactiveSwift.git from cache (3.10s)
Fetching https://github.com/Alamofire/Alamofire.git
[94642/126421] Fetching rocket, quick, ohhttpstubs, nimble, rxswift, alamofire
Fetched https://github.com/shibapm/Rocket from cache (5.67s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (5.68s)
Fetched https://github.com/Quick/Quick.git from cache (5.69s)
Fetched https://github.com/Quick/Nimble.git from cache (5.73s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.92s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (5.27s)
Computing version for https://github.com/Moya/ReactiveSwift.git
Computed https://github.com/Moya/ReactiveSwift.git at 6.1.0 (9.71s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.60s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.60s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (1.33s)
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/jpsim/Yams
[1/4863] Fetching swiftshell
[50/4979] Fetching swiftshell, logger
[1187/5559] Fetching swiftshell, logger, packageconfig
[4296/15848] Fetching swiftshell, logger, packageconfig, yams
Fetched https://github.com/shibapm/Logger from cache (0.38s)
[6472/15732] Fetching swiftshell, packageconfig, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (1.40s)
Fetched https://github.com/kareman/SwiftShell from cache (1.41s)
Fetched https://github.com/jpsim/Yams from cache (1.44s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.03s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.45s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (1.47s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.90s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.78s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.57s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.53s)
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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
Creating working copy for https://github.com/shibapm/Rocket
Working copy of https://github.com/shibapm/Rocket resolved at 1.3.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.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
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Creating working copy for https://github.com/Moya/Moya.git
Working copy of https://github.com/Moya/Moya.git resolved at 14.0.1
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Creating working copy for https://github.com/lyft/mapper.git
Working copy of https://github.com/lyft/mapper.git resolved at 10.0.1
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/Moya/ReactiveSwift.git
Working copy of https://github.com/Moya/ReactiveSwift.git resolved at 6.1.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Building for debugging...
[0/12] Write sources
[5/12] Copying PrivacyInfo.xcprivacy
[8/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/215] Emitting module Mapper
[14/216] Emitting module Alamofire
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/221] Emitting module ReactiveSwift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:47:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 45 |                                           userInfo: nil)
 46 |
 47 | extension URLSession: ReactiveExtensionsProvider {}
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 48 |
 49 | extension Reactive where Base: URLSession {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:33: error: cannot find type 'URLRequest' in scope
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                 `- error: cannot find type 'URLRequest' in scope
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:70: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			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:49:32: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 47 | extension URLSession: ReactiveExtensionsProvider {}
 48 |
 49 | extension Reactive where Base: URLSession {
    |                                `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 50 | 	/// Returns a SignalProducer which performs the work associated with an
 51 | 	/// `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
[16/223] Compiling Mapper Transform.swift
[17/223] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[18/223] Compiling ReactiveSwift ValidatingProperty.swift
[19/223] Compiling Mapper Transform+Dictionary.swift
[20/223] Compiling RxSwift Bag.swift
[21/223] Compiling RxSwift BehaviorSubject.swift
[22/223] Compiling RxSwift BinaryDisposable.swift
[23/223] Compiling Mapper URL+Convertible.swift
[24/223] Compiling Mapper NSDictionary+Safety.swift
[25/223] Compiling Mapper MapperError.swift
[26/223] Compiling RxSwift AddRef.swift
[27/223] Compiling RxSwift Amb.swift
[28/223] Compiling RxSwift AnonymousDisposable.swift
[29/223] Compiling RxSwift AnonymousObserver.swift
[30/223] Compiling RxSwift AnyObserver.swift
[31/223] Compiling RxSwift AsMaybe.swift
[34/223] Compiling RxSwift BooleanDisposable.swift
[35/223] Compiling RxSwift Buffer.swift
[36/223] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:47:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 45 |                                           userInfo: nil)
 46 |
 47 | extension URLSession: ReactiveExtensionsProvider {}
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 48 |
 49 | extension Reactive where Base: URLSession {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:33: error: cannot find type 'URLRequest' in scope
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                 `- error: cannot find type 'URLRequest' in scope
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:70: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			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:49:32: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 47 | extension URLSession: ReactiveExtensionsProvider {}
 48 |
 49 | extension Reactive where Base: URLSession {
    |                                `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 50 | 	/// Returns a SignalProducer which performs the work associated with an
 51 | 	/// `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:65:20: error: value of type 'Base' has no member 'dataTask'
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
    |                    `- error: value of type 'Base' has no member 'dataTask'
 66 | 				if let data = data, let response = response {
 67 | 					observer.send(value: (data, response))
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:67:34: error: value of type '_' expected to be instance of class or class-constrained type
 65 | 			let task = base.dataTask(with: request) { data, response, error in
 66 | 				if let data = data, let response = response {
 67 | 					observer.send(value: (data, response))
    |                                  `- error: value of type '_' expected to be instance of class or class-constrained type
 68 | 					observer.sendCompleted()
 69 | 				} else {
[38/224] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:47:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 45 |                                           userInfo: nil)
 46 |
 47 | extension URLSession: ReactiveExtensionsProvider {}
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 48 |
 49 | extension Reactive where Base: URLSession {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:33: error: cannot find type 'URLRequest' in scope
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                 `- error: cannot find type 'URLRequest' in scope
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:70: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			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:49:32: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 47 | extension URLSession: ReactiveExtensionsProvider {}
 48 |
 49 | extension Reactive where Base: URLSession {
    |                                `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 50 | 	/// Returns a SignalProducer which performs the work associated with an
 51 | 	/// `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:65:20: error: value of type 'Base' has no member 'dataTask'
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
    |                    `- error: value of type 'Base' has no member 'dataTask'
 66 | 				if let data = data, let response = response {
 67 | 					observer.send(value: (data, response))
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:67:34: error: value of type '_' expected to be instance of class or class-constrained type
 65 | 			let task = base.dataTask(with: request) { data, response, error in
 66 | 				if let data = data, let response = response {
 67 | 					observer.send(value: (data, response))
    |                                  `- error: value of type '_' expected to be instance of class or class-constrained type
 68 | 					observer.sendCompleted()
 69 | 				} else {
[39/224] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:47:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 45 |                                           userInfo: nil)
 46 |
 47 | extension URLSession: ReactiveExtensionsProvider {}
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 48 |
 49 | extension Reactive where Base: URLSession {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:33: error: cannot find type 'URLRequest' in scope
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                 `- error: cannot find type 'URLRequest' in scope
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:70: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			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:49:32: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 47 | extension URLSession: ReactiveExtensionsProvider {}
 48 |
 49 | extension Reactive where Base: URLSession {
    |                                `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 50 | 	/// Returns a SignalProducer which performs the work associated with an
 51 | 	/// `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:65:20: error: value of type 'Base' has no member 'dataTask'
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
    |                    `- error: value of type 'Base' has no member 'dataTask'
 66 | 				if let data = data, let response = response {
 67 | 					observer.send(value: (data, response))
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:67:34: error: value of type '_' expected to be instance of class or class-constrained type
 65 | 			let task = base.dataTask(with: request) { data, response, error in
 66 | 				if let data = data, let response = response {
 67 | 					observer.send(value: (data, response))
    |                                  `- error: value of type '_' expected to be instance of class or class-constrained type
 68 | 					observer.sendCompleted()
 69 | 				} else {
[43/224] Compiling RxSwift AsyncSubject.swift
[44/224] Compiling RxSwift AtomicInt.swift
[45/224] Compiling RxSwift Bag+Rx.swift
[47/224] Compiling RxSwift Catch.swift
[48/224] Compiling RxSwift CombineLatest+Collection.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/224] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[55/224] Compiling RxSwift Errors.swift
[56/224] Compiling RxSwift Event.swift
[57/224] Compiling RxSwift Filter.swift
[58/224] Compiling RxSwift First.swift
[59/224] Compiling RxSwift Generate.swift
[60/242] Compiling Alamofire RetryPolicy.swift
[61/242] Compiling Alamofire ServerTrustEvaluation.swift
[62/242] Compiling Alamofire URLEncodedFormEncoder.swift
[63/242] Compiling Alamofire Validation.swift
[64/242] Compiling Alamofire resource_bundle_accessor.swift
[69/242] Compiling RxSwift DispatchQueue+Extensions.swift
[70/242] Compiling RxSwift DispatchQueueConfiguration.swift
[77/242] Compiling RxSwift Do.swift
[78/242] Compiling RxSwift ElementAt.swift
[79/242] Compiling RxSwift Empty.swift
[80/242] Compiling RxSwift Enumerated.swift
[81/242] Compiling RxSwift Error.swift
[82/242] Compiling RxSwift Disposable.swift
[83/242] Compiling RxSwift Disposables.swift
[84/242] Compiling RxSwift DisposeBag.swift
[85/242] Compiling RxSwift DisposeBase.swift
[86/242] Compiling RxSwift DistinctUntilChanged.swift
[87/242] Compiling RxSwift SerialDisposable.swift
[88/242] Compiling RxSwift ShareReplayScope.swift
[89/242] Compiling RxSwift Single.swift
[90/242] Compiling RxSwift SingleAssignmentDisposable.swift
[91/242] Compiling RxSwift SingleAsync.swift
[92/242] Compiling RxSwift Sink.swift
[93/242] Compiling RxSwift Skip.swift
[94/242] Compiling RxSwift SkipUntil.swift
[95/242] Compiling RxSwift SkipWhile.swift
[96/242] Compiling RxSwift StartWith.swift
[97/242] Compiling RxSwift SubjectType.swift
[98/242] Compiling RxSwift SubscribeOn.swift
[99/242] Compiling RxSwift SubscriptionDisposable.swift
[100/242] Compiling RxSwift SwiftSupport.swift
[101/242] Compiling RxSwift Switch.swift
[102/242] Compiling RxSwift SwitchIfEmpty.swift
[103/242] Compiling RxSwift SynchronizedDisposeType.swift
[104/242] Compiling RxSwift SynchronizedOnType.swift
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/1] Write swift-version-24593BA9C3E375BF.txt
[2/71] Compiling Mapper Transform.swift
[3/72] Compiling Mapper MapperError.swift
[4/72] Compiling Mapper NSDictionary+Safety.swift
[5/72] Compiling Mapper Transform+Dictionary.swift
[6/205] Compiling RxSwift AnyObserver.swift
[7/205] Compiling RxSwift AsMaybe.swift
[8/205] Emitting module Mapper
[9/205] Compiling RxSwift AnonymousDisposable.swift
[10/205] Compiling RxSwift AnonymousObserver.swift
[11/205] Compiling RxSwift AddRef.swift
[12/205] Compiling RxSwift Amb.swift
[13/205] Compiling RxSwift AtomicInt.swift
[14/205] Compiling RxSwift Bag+Rx.swift
[15/205] Compiling RxSwift Bag.swift
[16/205] Compiling Mapper URL+Convertible.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:47:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 45 |                                           userInfo: nil)
 46 |
 47 | extension URLSession: ReactiveExtensionsProvider {}
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 48 |
 49 | extension Reactive where Base: URLSession {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:33: error: cannot find type 'URLRequest' in scope
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                 `- error: cannot find type 'URLRequest' in scope
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:70: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			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:49:32: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 47 | extension URLSession: ReactiveExtensionsProvider {}
 48 |
 49 | extension Reactive where Base: URLSession {
    |                                `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 50 | 	/// Returns a SignalProducer which performs the work associated with an
 51 | 	/// `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:65:20: error: value of type 'Base' has no member 'dataTask'
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
    |                    `- error: value of type 'Base' has no member 'dataTask'
 66 | 				if let data = data, let response = response {
 67 | 					observer.send(value: (data, response))
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:67:34: error: value of type '_' expected to be instance of class or class-constrained type
 65 | 			let task = base.dataTask(with: request) { data, response, error in
 66 | 				if let data = data, let response = response {
 67 | 					observer.send(value: (data, response))
    |                                  `- error: value of type '_' expected to be instance of class or class-constrained type
 68 | 					observer.sendCompleted()
 69 | 				} else {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:47:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 45 |                                           userInfo: nil)
 46 |
 47 | extension URLSession: ReactiveExtensionsProvider {}
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 48 |
 49 | extension Reactive where Base: URLSession {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:33: error: cannot find type 'URLRequest' in scope
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                 `- error: cannot find type 'URLRequest' in scope
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:70: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			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:49:32: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 47 | extension URLSession: ReactiveExtensionsProvider {}
 48 |
 49 | extension Reactive where Base: URLSession {
    |                                `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 50 | 	/// Returns a SignalProducer which performs the work associated with an
 51 | 	/// `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:65:20: error: value of type 'Base' has no member 'dataTask'
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
    |                    `- error: value of type 'Base' has no member 'dataTask'
 66 | 				if let data = data, let response = response {
 67 | 					observer.send(value: (data, response))
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:67:34: error: value of type '_' expected to be instance of class or class-constrained type
 65 | 			let task = base.dataTask(with: request) { data, response, error in
 66 | 				if let data = data, let response = response {
 67 | 					observer.send(value: (data, response))
    |                                  `- error: value of type '_' expected to be instance of class or class-constrained type
 68 | 					observer.sendCompleted()
 69 | 				} else {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:47:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 45 |                                           userInfo: nil)
 46 |
 47 | extension URLSession: ReactiveExtensionsProvider {}
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 48 |
 49 | extension Reactive where Base: URLSession {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:33: error: cannot find type 'URLRequest' in scope
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                 `- error: cannot find type 'URLRequest' in scope
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:70: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			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:49:32: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 47 | extension URLSession: ReactiveExtensionsProvider {}
 48 |
 49 | extension Reactive where Base: URLSession {
    |                                `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 50 | 	/// Returns a SignalProducer which performs the work associated with an
 51 | 	/// `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:65:20: error: value of type 'Base' has no member 'dataTask'
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
    |                    `- error: value of type 'Base' has no member 'dataTask'
 66 | 				if let data = data, let response = response {
 67 | 					observer.send(value: (data, response))
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:67:34: error: value of type '_' expected to be instance of class or class-constrained type
 65 | 			let task = base.dataTask(with: request) { data, response, error in
 66 | 				if let data = data, let response = response {
 67 | 					observer.send(value: (data, response))
    |                                  `- error: value of type '_' expected to be instance of class or class-constrained type
 68 | 					observer.sendCompleted()
 69 | 				} else {
[21/208] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[22/208] Compiling ReactiveSwift ValidatingProperty.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/208] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[24/226] Emitting module Alamofire
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/231] Emitting module ReactiveSwift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:47:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 45 |                                           userInfo: nil)
 46 |
 47 | extension URLSession: ReactiveExtensionsProvider {}
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 48 |
 49 | extension Reactive where Base: URLSession {
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:33: error: cannot find type 'URLRequest' in scope
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                 `- error: cannot find type 'URLRequest' in scope
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			let task = base.dataTask(with: request) { data, response, error in
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/FoundationExtensions.swift:63:70: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 61 | 	///         side error (i.e. when a response with status code other than
 62 | 	///         200...299 is received).
 63 | 	public func data(with request: URLRequest) -> SignalProducer<(Data, URLResponse), Error> {
    |                                                                      `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 64 | 		return SignalProducer { [base = self.base] observer, lifetime in
 65 | 			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:49:32: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 47 | extension URLSession: ReactiveExtensionsProvider {}
 48 |
 49 | extension Reactive where Base: URLSession {
    |                                `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 50 | 	/// Returns a SignalProducer which performs the work associated with an
 51 | 	/// `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
[29/231] Compiling RxSwift AsSingle.swift
[30/231] Compiling RxSwift AsyncLock.swift
[31/231] Compiling RxSwift AsyncSubject.swift
[38/231] Compiling RxSwift BehaviorSubject.swift
[39/231] Compiling RxSwift BinaryDisposable.swift
[40/231] Compiling RxSwift BooleanDisposable.swift
[41/231] Compiling RxSwift SerialDisposable.swift
[42/231] Compiling RxSwift ShareReplayScope.swift
[43/231] Compiling RxSwift Single.swift
[44/231] Compiling RxSwift SingleAssignmentDisposable.swift
[45/231] Compiling RxSwift SingleAsync.swift
[46/231] Compiling RxSwift Sink.swift
[47/231] Compiling RxSwift Skip.swift
[48/231] Compiling RxSwift SkipUntil.swift
[49/231] Compiling RxSwift SkipWhile.swift
[50/231] Compiling RxSwift StartWith.swift
[51/231] Compiling RxSwift SubjectType.swift
[52/231] Compiling RxSwift SubscribeOn.swift
[53/231] Compiling RxSwift SubscriptionDisposable.swift
[54/231] Compiling RxSwift SwiftSupport.swift
[55/231] Compiling RxSwift Switch.swift
[56/231] Compiling RxSwift SwitchIfEmpty.swift
[57/231] Compiling RxSwift SynchronizedDisposeType.swift
[58/231] Compiling RxSwift SynchronizedOnType.swift
[59/231] Compiling RxSwift ConnectableObservableType.swift
[60/231] Compiling RxSwift Create.swift
[61/231] Compiling RxSwift CurrentThreadScheduler.swift
[62/231] Compiling RxSwift Date+Dispatch.swift
[63/231] Compiling RxSwift Debounce.swift
[64/231] Compiling RxSwift Debug.swift
[65/231] Compiling RxSwift DefaultIfEmpty.swift
[66/231] Compiling RxSwift Deferred.swift
[67/231] Compiling RxSwift Delay.swift
[68/231] Compiling RxSwift DelaySubscription.swift
[72/231] Compiling RxSwift Buffer.swift
[73/231] Compiling RxSwift Cancelable.swift
[74/231] Compiling RxSwift Catch.swift
[75/231] Compiling RxSwift CombineLatest+Collection.swift
[78/231] Compiling RxSwift CompactMap.swift
[79/231] Compiling RxSwift Completable+AndThen.swift
[80/231] Compiling RxSwift Completable.swift
[81/231] Compiling RxSwift CompositeDisposable.swift
[82/231] Compiling RxSwift Concat.swift
[83/231] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[84/231] Compiling RxSwift ConcurrentMainScheduler.swift
[89/231] Compiling RxSwift Dematerialize.swift
[90/231] Compiling RxSwift Deprecated.swift
[91/231] Compiling RxSwift DispatchQueue+Extensions.swift
[92/231] Compiling RxSwift DispatchQueueConfiguration.swift
[93/231] Compiling RxSwift Disposable.swift
[94/231] Compiling RxSwift Disposables.swift
[95/231] Compiling RxSwift DisposeBag.swift
[96/231] Compiling RxSwift DisposeBase.swift
[97/231] Compiling RxSwift DistinctUntilChanged.swift
[98/231] Compiling RxSwift Do.swift
[99/231] Compiling RxSwift ElementAt.swift
[100/231] Compiling RxSwift Empty.swift
[101/231] Compiling RxSwift Enumerated.swift
[102/231] Compiling RxSwift Error.swift
[103/231] Compiling RxSwift Errors.swift
[104/231] Compiling RxSwift Event.swift
[105/231] Compiling RxSwift Filter.swift
[106/231] Compiling RxSwift First.swift
[107/231] Compiling RxSwift Generate.swift
[108/231] Compiling Alamofire RetryPolicy.swift
[109/231] Compiling Alamofire ServerTrustEvaluation.swift
[110/231] Compiling Alamofire URLEncodedFormEncoder.swift
[111/231] Compiling Alamofire Validation.swift
[112/231] Compiling Alamofire resource_bundle_accessor.swift
[113/231] Compiling RxSwift InfiniteSequence.swift
[114/231] Compiling RxSwift InvocableScheduledItem.swift
[115/231] Compiling RxSwift InvocableType.swift
[116/231] Compiling RxSwift Just.swift
[117/231] Compiling RxSwift Lock.swift
[118/231] Compiling RxSwift LockOwnerType.swift
[119/231] Compiling RxSwift MainScheduler.swift
[120/231] Compiling RxSwift Map.swift
[121/231] Compiling RxSwift Materialize.swift
[122/231] Compiling RxSwift Maybe.swift
[123/231] Compiling RxSwift Merge.swift
[124/231] Compiling RxSwift Multicast.swift
[125/231] Compiling RxSwift Never.swift
[126/231] Compiling RxSwift NopDisposable.swift
[133/231] Compiling RxSwift Observable.swift
[134/231] Compiling RxSwift ObservableConvertibleType.swift
[135/231] Compiling RxSwift ObservableType+Extensions.swift
[136/231] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[137/231] Compiling RxSwift ObservableType.swift
[138/231] Compiling RxSwift ObserveOn.swift
[139/231] Compiling RxSwift ObserverBase.swift
[140/231] Compiling RxSwift ObserverType.swift
[141/231] Compiling RxSwift OperationQueueScheduler.swift
[142/231] Compiling RxSwift Optional.swift
[143/231] Compiling RxSwift Platform.Darwin.swift
[144/231] Compiling RxSwift Platform.Linux.swift
[145/231] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[146/231] Compiling RxSwift PrimitiveSequence.swift
[147/231] Compiling RxSwift PriorityQueue.swift
[148/231] Compiling RxSwift Producer.swift
[149/231] Compiling RxSwift PublishSubject.swift
[150/231] Compiling RxSwift Queue.swift
[151/231] Compiling RxSwift Range.swift
[152/231] Compiling RxSwift Reactive.swift
[153/231] Compiling RxSwift RecursiveLock.swift
[154/231] Compiling RxSwift RecursiveScheduler.swift
[155/231] Compiling RxSwift Reduce.swift
[156/231] Compiling RxSwift RefCountDisposable.swift
[157/231] Compiling RxSwift Repeat.swift
[158/231] Compiling RxSwift ReplaySubject.swift
[159/231] Compiling RxSwift RetryWhen.swift
[160/231] Compiling RxSwift Rx.swift
[161/231] Compiling RxSwift RxMutableBox.swift
[162/231] Compiling RxSwift Sample.swift
[163/231] Compiling RxSwift Scan.swift
[164/231] Compiling RxSwift ScheduledDisposable.swift
[165/231] Compiling RxSwift ScheduledItem.swift
[166/231] Compiling RxSwift ScheduledItemType.swift
[167/231] Compiling RxSwift SchedulerServices+Emulation.swift
[168/231] Compiling RxSwift SchedulerType.swift
[169/231] Compiling RxSwift Sequence.swift
[170/231] Compiling RxSwift SerialDispatchQueueScheduler.swift
BUILD FAILURE 6.1 linux