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 Entryable, reference master (edc009), with Swift 6.1 for Linux on 27 Apr 2025 11:59:47 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/yume190/Entryable.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/yume190/Entryable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at edc009e add new config
Cloned https://github.com/yume190/Entryable.git
Revision (git rev-parse @):
edc009e0f35d425eb8091b9a698db071bfac5416
SUCCESS checkout https://github.com/yume190/Entryable.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yume190/Entryable.git
https://github.com/yume190/Entryable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.4.4",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.2.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift"
    }
  ],
  "manifest_display_name" : "Entryable",
  "name" : "Entryable",
  "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" : "Entryable",
      "targets" : [
        "Entryable"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "RxEntryable",
      "targets" : [
        "RxEntryable"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxEntryable",
      "module_type" : "SwiftTarget",
      "name" : "RxEntryable",
      "path" : "Sources/RxEntryable",
      "product_dependencies" : [
        "Alamofire",
        "RxSwift"
      ],
      "product_memberships" : [
        "RxEntryable"
      ],
      "sources" : [
        "Entryable+Rx.swift"
      ],
      "target_dependencies" : [
        "Entryable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONMock",
      "module_type" : "SwiftTarget",
      "name" : "JSONMock",
      "path" : "Sources/JSONMock",
      "sources" : [
        "Encodable+Ex.swift",
        "Fake.swift",
        "Mock+JSON.swift",
        "Swizzlable.swift",
        "SwizzleURLConfig.swift"
      ],
      "target_dependencies" : [
        "Entryable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EntryableTests",
      "module_type" : "SwiftTarget",
      "name" : "EntryableTests",
      "path" : "Tests/EntryableTests",
      "product_dependencies" : [
        "Alamofire",
        "RxSwift",
        "RxRelay"
      ],
      "sources" : [
        "LocalEntry.swift",
        "YumeAlamofireTests.swift"
      ],
      "target_dependencies" : [
        "Entryable",
        "RxEntryable",
        "JSONMock"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Entryable",
      "module_type" : "SwiftTarget",
      "name" : "Entryable",
      "path" : "Sources/Entryable",
      "product_dependencies" : [
        "Alamofire"
      ],
      "product_memberships" : [
        "Entryable",
        "RxEntryable"
      ],
      "sources" : [
        "Client.swift",
        "ClientBuilder.swift",
        "Codable+Ex.swift",
        "Entry.swift",
        "Entryable.swift",
        "HTTPRawResponse.swift",
        "NetError.swift",
        "ParameterType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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/ReactiveX/RxSwift
Fetching https://github.com/Alamofire/Alamofire.git
[1/30137] Fetching alamofire
[1810/82820] Fetching alamofire, rxswift
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.37s)
[51103/52683] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift from cache (5.88s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.9.0 (6.44s)
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/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.9.0
Building for debugging...
[0/16] Write sources
[0/16] Copying PrivacyInfo.xcprivacy
[3/16] Write sources
[7/16] Write swift-version-24593BA9C3E375BF.txt
[9/199] Emitting module Alamofire
[10/204] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[11/204] Compiling RxSwift ConcurrentMainScheduler.swift
[12/204] Compiling RxSwift ConnectableObservableType.swift
[13/204] Compiling RxSwift Create.swift
[14/204] Compiling RxSwift CurrentThreadScheduler.swift
[15/204] Compiling RxSwift Cancelable.swift
[16/204] Compiling RxSwift Catch.swift
[17/204] Compiling RxSwift CombineLatest+Collection.swift
[18/204] Compiling RxSwift CombineLatest+arity.swift
[19/204] Compiling RxSwift CombineLatest.swift
[20/204] Compiling RxSwift BehaviorSubject.swift
[21/204] Compiling RxSwift BinaryDisposable.swift
[22/204] Compiling RxSwift Binder.swift
[23/204] Compiling RxSwift BooleanDisposable.swift
[24/204] Compiling RxSwift Buffer.swift
[25/204] Compiling RxSwift SchedulerType.swift
[26/204] Compiling RxSwift Sequence.swift
[27/204] Compiling RxSwift SerialDispatchQueueScheduler.swift
[28/204] Compiling RxSwift SerialDisposable.swift
[29/204] Compiling RxSwift ShareReplayScope.swift
[30/204] Compiling RxSwift Single.swift
[31/204] Compiling RxSwift SingleAssignmentDisposable.swift
[32/204] Compiling RxSwift SingleAsync.swift
[33/204] Compiling RxSwift Sink.swift
[34/204] Compiling RxSwift Skip.swift
[35/204] Compiling RxSwift SkipUntil.swift
[36/204] Compiling RxSwift SkipWhile.swift
[37/204] Compiling RxSwift StartWith.swift
[38/204] Compiling RxSwift SubjectType.swift
[39/204] Compiling RxSwift SubscribeOn.swift
[40/204] Compiling RxSwift SubscriptionDisposable.swift
[41/204] Compiling RxSwift SwiftSupport.swift
[42/204] Compiling RxSwift Switch.swift
[43/204] Compiling RxSwift SwitchIfEmpty.swift
[44/204] Compiling RxSwift SynchronizedDisposeType.swift
[45/224] Compiling RxSwift CompactMap.swift
[46/224] Compiling RxSwift Completable+AndThen.swift
[47/224] Compiling RxSwift Completable.swift
[48/224] Compiling RxSwift CompositeDisposable.swift
[49/224] Compiling RxSwift Concat.swift
[50/224] Compiling RxSwift AsSingle.swift
[51/224] Compiling RxSwift AsyncLock.swift
[52/224] Compiling RxSwift AsyncSubject.swift
[53/224] Compiling RxSwift AtomicInt.swift
[54/224] Compiling RxSwift Bag+Rx.swift
[55/224] Compiling RxSwift Bag.swift
[56/224] Compiling RxSwift Date+Dispatch.swift
[57/224] Compiling RxSwift Debounce.swift
[58/224] Compiling RxSwift Debug.swift
[59/224] Compiling RxSwift Decode.swift
[60/224] Compiling RxSwift DefaultIfEmpty.swift
[61/224] Compiling RxSwift Deferred.swift
[62/224] Compiling Alamofire RetryPolicy.swift
[63/224] Compiling Alamofire ServerTrustEvaluation.swift
[64/224] Compiling Alamofire URLEncodedFormEncoder.swift
[65/224] Compiling Alamofire Validation.swift
[66/224] Compiling Alamofire resource_bundle_accessor.swift
[88/224] Compiling RxSwift Never.swift
[89/224] Compiling RxSwift NopDisposable.swift
[90/224] Compiling RxSwift Observable+Concurrency.swift
[91/224] Compiling RxSwift Observable.swift
[92/224] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[93/224] Compiling RxSwift ObservableConvertibleType.swift
[94/224] Compiling RxSwift ObservableType+Extensions.swift
[95/224] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[96/224] Compiling RxSwift ObservableType.swift
[97/224] Compiling RxSwift ObserveOn.swift
[98/224] Compiling RxSwift ObserverBase.swift
[99/224] Compiling RxSwift ObserverType.swift
[100/224] Compiling RxSwift OperationQueueScheduler.swift
[101/224] Compiling RxSwift Optional.swift
[102/224] Compiling RxSwift Platform.Darwin.swift
[103/224] Compiling RxSwift Platform.Linux.swift
[104/224] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[105/224] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[106/224] Compiling RxSwift PrimitiveSequence.swift
[107/224] Compiling RxSwift PriorityQueue.swift
[108/224] Compiling RxSwift Producer.swift
[109/224] Compiling RxSwift PublishSubject.swift
[110/224] Compiling RxSwift Queue.swift
[111/224] Compiling RxSwift Range.swift
[112/224] Compiling RxSwift Reactive.swift
[113/224] Compiling RxSwift RecursiveLock.swift
[114/224] Compiling RxSwift RecursiveScheduler.swift
[115/224] Compiling RxSwift Reduce.swift
[116/224] Compiling RxSwift RefCountDisposable.swift
[117/224] Compiling RxSwift Repeat.swift
[118/224] Compiling RxSwift ReplaySubject.swift
[119/224] Compiling RxSwift RetryWhen.swift
[120/224] Compiling RxSwift Rx.swift
[121/224] Compiling RxSwift RxMutableBox.swift
[122/224] Compiling RxSwift Sample.swift
[123/224] Compiling RxSwift Scan.swift
[124/224] Compiling RxSwift ScheduledDisposable.swift
[125/224] Compiling RxSwift ScheduledItem.swift
[126/224] Compiling RxSwift ScheduledItemType.swift
[127/224] Compiling RxSwift SchedulerServices+Emulation.swift
[128/224] Compiling RxSwift AddRef.swift
[129/224] Compiling RxSwift Amb.swift
[130/224] Compiling RxSwift AnonymousDisposable.swift
[131/224] Compiling RxSwift AnonymousObserver.swift
[132/224] Compiling RxSwift AnyObserver.swift
[133/224] Compiling RxSwift AsMaybe.swift
[135/225] Compiling RxSwift Disposable.swift
[136/225] Compiling RxSwift Disposables.swift
[137/225] Compiling RxSwift DisposeBag.swift
[138/225] Compiling RxSwift DisposeBase.swift
[139/225] Compiling RxSwift DistinctUntilChanged.swift
[140/225] Compiling RxSwift Do.swift
[141/225] Compiling RxSwift ElementAt.swift
[142/225] Compiling RxSwift Empty.swift
[143/225] Compiling RxSwift Enumerated.swift
[144/225] Compiling RxSwift Error.swift
[145/225] Compiling RxSwift Errors.swift
[146/225] Compiling RxSwift Event.swift
[147/225] Compiling RxSwift Filter.swift
[148/225] Compiling RxSwift First.swift
[149/225] Compiling RxSwift Generate.swift
[150/225] Compiling RxSwift GroupBy.swift
[151/225] Compiling RxSwift GroupedObservable.swift
[152/225] Compiling RxSwift HistoricalScheduler.swift
[153/225] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[154/225] Compiling RxSwift ImmediateSchedulerType.swift
[155/225] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[156/225] Compiling RxSwift Infallible+CombineLatest+arity.swift
[157/225] Compiling RxSwift Infallible+Concurrency.swift
[158/225] Compiling RxSwift Infallible+Create.swift
[159/225] Compiling RxSwift Infallible+Debug.swift
[160/225] Compiling RxSwift Infallible+Operators.swift
[161/225] Compiling RxSwift Infallible+Zip+arity.swift
[162/225] Compiling RxSwift Infallible.swift
[163/225] Compiling RxSwift InfiniteSequence.swift
[164/225] Compiling RxSwift InvocableScheduledItem.swift
[165/225] Compiling RxSwift InvocableType.swift
[166/225] Compiling RxSwift Just.swift
[167/225] Compiling RxSwift Lock.swift
[168/225] Compiling RxSwift LockOwnerType.swift
[169/225] Compiling RxSwift MainScheduler.swift
[170/225] Compiling RxSwift Map.swift
[171/225] Compiling RxSwift Materialize.swift
[172/225] Compiling RxSwift Maybe.swift
[173/225] Compiling RxSwift Merge.swift
[174/225] Compiling RxSwift Multicast.swift
[176/225] Emitting module RxSwift
[197/225] Wrapping AST for Alamofire for debugging
[199/233] Compiling Entryable Entry.swift
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:16:35: error: cannot find type 'URLRequest' in scope
14 |     public let response: HTTPURLResponse?
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
   |                                   `- error: cannot find type 'URLRequest' in scope
17 |         self.data = data
18 |         self.request = request
/host/spi-builder-workspace/Sources/Entryable/Entry.swift:58:32: error: generic parameter 'T' could not be inferred
 56 |                 request.validate().responseData { (res) in
 57 |                     let result = res.result.map { data in
 58 |                         return HTTPRawResponse(data: data, request: res.request, response: res.response)
    |                                |- error: generic parameter 'T' could not be inferred
    |                                `- note: explicitly specify the generic arguments to fix this issue
 59 |                     }
 60 |                     continuation.resume(with: result)
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:11:31: note: 'T' declared as parameter to type 'HTTPRawResponse'
 9 | import Foundation
10 |
11 | public struct HTTPRawResponse<T> {
   |                               `- note: 'T' declared as parameter to type 'HTTPRawResponse'
12 |     public let data: T
13 |     public let request: URLRequest?
[200/234] Compiling Entryable HTTPRawResponse.swift
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:13:25: error: cannot find type 'URLRequest' in scope
11 | public struct HTTPRawResponse<T> {
12 |     public let data: T
13 |     public let request: URLRequest?
   |                         `- error: cannot find type 'URLRequest' in scope
14 |     public let response: HTTPURLResponse?
15 |
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:14:26: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
12 |     public let data: T
13 |     public let request: URLRequest?
14 |     public let response: HTTPURLResponse?
   |                          `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:16:35: error: cannot find type 'URLRequest' in scope
14 |     public let response: HTTPURLResponse?
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
   |                                   `- error: cannot find type 'URLRequest' in scope
17 |         self.data = data
18 |         self.request = request
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:16:64: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
14 |     public let response: HTTPURLResponse?
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
   |                                                                `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
17 |         self.data = data
18 |         self.request = request
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
[201/234] Compiling Entryable Entryable.swift
[202/234] Compiling Entryable NetError.swift
/host/spi-builder-workspace/Sources/Entryable/NetError.swift:10:25: warning: var 'isShowDetailError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public private(set) var isShowDetailError: Bool = false
   |                         |- warning: var 'isShowDetailError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                         |- note: convert 'isShowDetailError' to a 'let' constant to make 'Sendable' shared state immutable
   |                         |- note: add '@MainActor' to make var 'isShowDetailError' part of global actor 'MainActor'
   |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | public func setup(isShowDetailError isShow: Bool) {
12 |     isShowDetailError = isShow
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:13:25: error: cannot find type 'URLRequest' in scope
11 | public struct HTTPRawResponse<T> {
12 |     public let data: T
13 |     public let request: URLRequest?
   |                         `- error: cannot find type 'URLRequest' in scope
14 |     public let response: HTTPURLResponse?
15 |
/host/spi-builder-workspace/Sources/Entryable/NetError.swift:16:10: warning: associated value 'url' of 'Sendable'-conforming enum 'NetError' has non-sendable type 'HTTPRawResponse<Data>'; this is an error in the Swift 6 language mode
14 |
15 | public enum NetError: Error, CustomStringConvertible {
16 |     case url(HTTPRawResponse<Data>, Error)
   |          `- warning: associated value 'url' of 'Sendable'-conforming enum 'NetError' has non-sendable type 'HTTPRawResponse<Data>'; this is an error in the Swift 6 language mode
17 |
18 |     public var description: String {
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:11:15: note: consider making generic struct 'HTTPRawResponse' conform to the 'Sendable' protocol
 9 | import Foundation
10 |
11 | public struct HTTPRawResponse<T> {
   |               `- note: consider making generic struct 'HTTPRawResponse' conform to the 'Sendable' protocol
12 |     public let data: T
13 |     public let request: URLRequest?
[203/234] Compiling Entryable Codable+Ex.swift
[204/234] Compiling Entryable ClientBuilder.swift
/host/spi-builder-workspace/Sources/Entryable/ClientBuilder.swift:60:38: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
58 |             self.client.base.appendingPathComponent(self.request.entry),
59 |             method: self.request.method,
60 |             parameters: self.request.parameters,
   |                                      `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
61 |             encoding: self.request.parameterType.encoding,
62 |             headers: HTTPHeaders(self.mergedHeaders),
/host/spi-builder-workspace/Sources/Entryable/ClientBuilder.swift:76:31: warning: type 'Request.Parameters' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
74 | extension ClientBuilder where Request: EncodeEntryable {
75 |     internal func build() -> Alamofire.DataRequest {
76 |         return client.session.request(
   |                               `- warning: type 'Request.Parameters' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
77 |             self.client.base.appendingPathComponent(self.request.entry),
78 |             method: self.request.method,
[205/234] Compiling Entryable Client.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[206/234] Emitting module Entryable
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:13:25: error: cannot find type 'URLRequest' in scope
11 | public struct HTTPRawResponse<T> {
12 |     public let data: T
13 |     public let request: URLRequest?
   |                         `- error: cannot find type 'URLRequest' in scope
14 |     public let response: HTTPURLResponse?
15 |
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:14:26: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
12 |     public let data: T
13 |     public let request: URLRequest?
14 |     public let response: HTTPURLResponse?
   |                          `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:16:35: error: cannot find type 'URLRequest' in scope
14 |     public let response: HTTPURLResponse?
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
   |                                   `- error: cannot find type 'URLRequest' in scope
17 |         self.data = data
18 |         self.request = request
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:16:64: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
14 |     public let response: HTTPURLResponse?
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
   |                                                                `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
17 |         self.data = data
18 |         self.request = request
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Entryable/NetError.swift:10:25: warning: var 'isShowDetailError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public private(set) var isShowDetailError: Bool = false
   |                         |- warning: var 'isShowDetailError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                         |- note: convert 'isShowDetailError' to a 'let' constant to make 'Sendable' shared state immutable
   |                         |- note: add '@MainActor' to make var 'isShowDetailError' part of global actor 'MainActor'
   |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | public func setup(isShowDetailError isShow: Bool) {
12 |     isShowDetailError = isShow
/host/spi-builder-workspace/Sources/Entryable/NetError.swift:16:10: warning: associated value 'url' of 'Sendable'-conforming enum 'NetError' has non-sendable type 'HTTPRawResponse<Data>'; this is an error in the Swift 6 language mode
14 |
15 | public enum NetError: Error, CustomStringConvertible {
16 |     case url(HTTPRawResponse<Data>, Error)
   |          `- warning: associated value 'url' of 'Sendable'-conforming enum 'NetError' has non-sendable type 'HTTPRawResponse<Data>'; this is an error in the Swift 6 language mode
17 |
18 |     public var description: String {
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:11:15: note: consider making generic struct 'HTTPRawResponse' conform to the 'Sendable' protocol
 9 | import Foundation
10 |
11 | public struct HTTPRawResponse<T> {
   |               `- note: consider making generic struct 'HTTPRawResponse' conform to the 'Sendable' protocol
12 |     public let data: T
13 |     public let request: URLRequest?
[207/234] Compiling Entryable ParameterType.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/9] Write swift-version-24593BA9C3E375BF.txt
[2/192] Emitting module Alamofire
[3/197] Compiling RxSwift Debounce.swift
[4/197] Compiling RxSwift Debug.swift
[5/197] Compiling RxSwift Decode.swift
[6/197] Compiling RxSwift DefaultIfEmpty.swift
[7/197] Compiling RxSwift Deferred.swift
[8/197] Emitting module RxSwift
[9/217] Compiling RxSwift BehaviorSubject.swift
[10/217] Compiling RxSwift BinaryDisposable.swift
[11/217] Compiling RxSwift Binder.swift
[12/217] Compiling RxSwift BooleanDisposable.swift
[13/217] Compiling RxSwift Buffer.swift
[14/217] Compiling RxSwift AsSingle.swift
[15/217] Compiling RxSwift AsyncLock.swift
[16/217] Compiling RxSwift AsyncSubject.swift
[17/217] Compiling RxSwift AtomicInt.swift
[18/217] Compiling RxSwift Bag+Rx.swift
[19/217] Compiling RxSwift Bag.swift
[20/217] Compiling Alamofire resource_bundle_accessor.swift
[21/217] Compiling RxSwift Disposable.swift
[22/217] Compiling RxSwift Disposables.swift
[23/217] Compiling RxSwift DisposeBag.swift
[24/217] Compiling RxSwift DisposeBase.swift
[25/217] Compiling RxSwift DistinctUntilChanged.swift
[26/217] Compiling RxSwift Do.swift
[27/217] Compiling RxSwift ElementAt.swift
[28/217] Compiling RxSwift Empty.swift
[29/217] Compiling RxSwift Enumerated.swift
[30/217] Compiling RxSwift Error.swift
[31/217] Compiling RxSwift Errors.swift
[32/217] Compiling RxSwift Event.swift
[33/217] Compiling RxSwift Filter.swift
[34/217] Compiling RxSwift First.swift
[35/217] Compiling RxSwift Generate.swift
[36/217] Compiling RxSwift GroupBy.swift
[37/217] Compiling RxSwift GroupedObservable.swift
[38/217] Compiling RxSwift HistoricalScheduler.swift
[39/217] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[40/217] Compiling RxSwift ImmediateSchedulerType.swift
[41/217] Compiling RxSwift CompactMap.swift
[42/217] Compiling RxSwift Completable+AndThen.swift
[43/217] Compiling RxSwift Completable.swift
[44/217] Compiling RxSwift CompositeDisposable.swift
[45/217] Compiling RxSwift Concat.swift
[46/217] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[47/217] Compiling RxSwift ConcurrentMainScheduler.swift
[48/217] Compiling RxSwift ConnectableObservableType.swift
[49/217] Compiling RxSwift Create.swift
[50/217] Compiling RxSwift CurrentThreadScheduler.swift
[51/217] Compiling RxSwift Date+Dispatch.swift
[52/217] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[53/217] Compiling RxSwift Infallible+CombineLatest+arity.swift
[54/217] Compiling RxSwift Infallible+Concurrency.swift
[55/217] Compiling RxSwift Infallible+Create.swift
[56/217] Compiling RxSwift Infallible+Debug.swift
[57/217] Compiling RxSwift Infallible+Operators.swift
[58/217] Compiling RxSwift Infallible+Zip+arity.swift
[59/217] Compiling RxSwift Infallible.swift
[60/217] Compiling RxSwift InfiniteSequence.swift
[61/217] Compiling RxSwift InvocableScheduledItem.swift
[62/217] Compiling RxSwift InvocableType.swift
[63/217] Compiling RxSwift Just.swift
[64/217] Compiling RxSwift Lock.swift
[65/217] Compiling RxSwift LockOwnerType.swift
[66/217] Compiling RxSwift MainScheduler.swift
[67/217] Compiling RxSwift Map.swift
[68/217] Compiling RxSwift Materialize.swift
[69/217] Compiling RxSwift Maybe.swift
[70/217] Compiling RxSwift Merge.swift
[71/217] Compiling RxSwift Multicast.swift
[72/217] Compiling RxSwift SchedulerType.swift
[73/217] Compiling RxSwift Sequence.swift
[74/217] Compiling RxSwift SerialDispatchQueueScheduler.swift
[75/217] Compiling RxSwift SerialDisposable.swift
[76/217] Compiling RxSwift ShareReplayScope.swift
[77/217] Compiling RxSwift Single.swift
[78/217] Compiling RxSwift SingleAssignmentDisposable.swift
[79/217] Compiling RxSwift SingleAsync.swift
[80/217] Compiling RxSwift Sink.swift
[81/217] Compiling RxSwift Skip.swift
[82/217] Compiling RxSwift SkipUntil.swift
[83/217] Compiling RxSwift SkipWhile.swift
[84/217] Compiling RxSwift StartWith.swift
[85/217] Compiling RxSwift SubjectType.swift
[86/217] Compiling RxSwift SubscribeOn.swift
[87/217] Compiling RxSwift SubscriptionDisposable.swift
[88/217] Compiling RxSwift SwiftSupport.swift
[89/217] Compiling RxSwift Switch.swift
[90/217] Compiling RxSwift SwitchIfEmpty.swift
[91/217] Compiling RxSwift SynchronizedDisposeType.swift
[92/217] Compiling RxSwift Cancelable.swift
[93/217] Compiling RxSwift Catch.swift
[94/217] Compiling RxSwift CombineLatest+Collection.swift
[95/217] Compiling RxSwift CombineLatest+arity.swift
[96/217] Compiling RxSwift CombineLatest.swift
[97/217] Compiling RxSwift Never.swift
[98/217] Compiling RxSwift NopDisposable.swift
[99/217] Compiling RxSwift Observable+Concurrency.swift
[100/217] Compiling RxSwift Observable.swift
[101/217] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[102/217] Compiling RxSwift ObservableConvertibleType.swift
[103/217] Compiling RxSwift ObservableType+Extensions.swift
[104/217] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[105/217] Compiling RxSwift ObservableType.swift
[106/217] Compiling RxSwift ObserveOn.swift
[107/217] Compiling RxSwift ObserverBase.swift
[108/217] Compiling RxSwift ObserverType.swift
[109/217] Compiling RxSwift OperationQueueScheduler.swift
[110/217] Compiling RxSwift Optional.swift
[111/217] Compiling RxSwift Platform.Darwin.swift
[112/217] Compiling RxSwift Platform.Linux.swift
[113/217] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[114/217] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[115/217] Compiling RxSwift PrimitiveSequence.swift
[116/217] Compiling RxSwift PriorityQueue.swift
[117/217] Compiling RxSwift Producer.swift
[118/217] Compiling RxSwift PublishSubject.swift
[119/217] Compiling RxSwift Queue.swift
[120/217] Compiling RxSwift Range.swift
[121/217] Compiling RxSwift Reactive.swift
[122/217] Compiling RxSwift RecursiveLock.swift
[123/217] Compiling RxSwift RecursiveScheduler.swift
[124/217] Compiling RxSwift Reduce.swift
[125/217] Compiling RxSwift RefCountDisposable.swift
[126/217] Compiling RxSwift Repeat.swift
[127/217] Compiling RxSwift ReplaySubject.swift
[128/217] Compiling RxSwift RetryWhen.swift
[129/217] Compiling RxSwift Rx.swift
[130/217] Compiling RxSwift RxMutableBox.swift
[131/217] Compiling RxSwift Sample.swift
[132/217] Compiling RxSwift Scan.swift
[133/217] Compiling RxSwift ScheduledDisposable.swift
[134/217] Compiling RxSwift ScheduledItem.swift
[135/217] Compiling RxSwift ScheduledItemType.swift
[136/217] Compiling RxSwift SchedulerServices+Emulation.swift
[137/217] Compiling Alamofire RetryPolicy.swift
[138/217] Compiling Alamofire ServerTrustEvaluation.swift
[139/217] Compiling Alamofire URLEncodedFormEncoder.swift
[140/217] Compiling Alamofire Validation.swift
[142/217] Compiling RxSwift AddRef.swift
[143/217] Compiling RxSwift Amb.swift
[144/217] Compiling RxSwift AnonymousDisposable.swift
[145/217] Compiling RxSwift AnonymousObserver.swift
[146/217] Compiling RxSwift AnyObserver.swift
[147/217] Compiling RxSwift AsMaybe.swift
[190/218] Wrapping AST for Alamofire for debugging
[192/226] Compiling Entryable NetError.swift
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:13:25: error: cannot find type 'URLRequest' in scope
11 | public struct HTTPRawResponse<T> {
12 |     public let data: T
13 |     public let request: URLRequest?
   |                         `- error: cannot find type 'URLRequest' in scope
14 |     public let response: HTTPURLResponse?
15 |
[193/227] Compiling Entryable Client.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[194/227] Compiling Entryable ClientBuilder.swift
[195/227] Compiling Entryable Entry.swift
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:16:35: error: cannot find type 'URLRequest' in scope
14 |     public let response: HTTPURLResponse?
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
   |                                   `- error: cannot find type 'URLRequest' in scope
17 |         self.data = data
18 |         self.request = request
/host/spi-builder-workspace/Sources/Entryable/Entry.swift:58:32: error: generic parameter 'T' could not be inferred
 56 |                 request.validate().responseData { (res) in
 57 |                     let result = res.result.map { data in
 58 |                         return HTTPRawResponse(data: data, request: res.request, response: res.response)
    |                                |- error: generic parameter 'T' could not be inferred
    |                                `- note: explicitly specify the generic arguments to fix this issue
 59 |                     }
 60 |                     continuation.resume(with: result)
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:11:31: note: 'T' declared as parameter to type 'HTTPRawResponse'
 9 | import Foundation
10 |
11 | public struct HTTPRawResponse<T> {
   |                               `- note: 'T' declared as parameter to type 'HTTPRawResponse'
12 |     public let data: T
13 |     public let request: URLRequest?
[196/227] Emitting module Entryable
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:13:25: error: cannot find type 'URLRequest' in scope
11 | public struct HTTPRawResponse<T> {
12 |     public let data: T
13 |     public let request: URLRequest?
   |                         `- error: cannot find type 'URLRequest' in scope
14 |     public let response: HTTPURLResponse?
15 |
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:14:26: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
12 |     public let data: T
13 |     public let request: URLRequest?
14 |     public let response: HTTPURLResponse?
   |                          `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:16:35: error: cannot find type 'URLRequest' in scope
14 |     public let response: HTTPURLResponse?
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
   |                                   `- error: cannot find type 'URLRequest' in scope
17 |         self.data = data
18 |         self.request = request
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:16:64: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
14 |     public let response: HTTPURLResponse?
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
   |                                                                `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
17 |         self.data = data
18 |         self.request = request
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
[197/227] Compiling Entryable Codable+Ex.swift
[198/227] Compiling Entryable Entryable.swift
[199/227] Compiling Entryable HTTPRawResponse.swift
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:13:25: error: cannot find type 'URLRequest' in scope
11 | public struct HTTPRawResponse<T> {
12 |     public let data: T
13 |     public let request: URLRequest?
   |                         `- error: cannot find type 'URLRequest' in scope
14 |     public let response: HTTPURLResponse?
15 |
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:14:26: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
12 |     public let data: T
13 |     public let request: URLRequest?
14 |     public let response: HTTPURLResponse?
   |                          `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:16:35: error: cannot find type 'URLRequest' in scope
14 |     public let response: HTTPURLResponse?
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
   |                                   `- error: cannot find type 'URLRequest' in scope
17 |         self.data = data
18 |         self.request = request
/host/spi-builder-workspace/Sources/Entryable/HTTPRawResponse.swift:16:64: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
14 |     public let response: HTTPURLResponse?
15 |
16 |     public init(data: T, request: URLRequest? = nil, response: HTTPURLResponse?) {
   |                                                                `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
17 |         self.data = data
18 |         self.request = request
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
[200/227] Compiling Entryable ParameterType.swift
BUILD FAILURE 6.1 linux