This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 swift-standard-clients with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-standard-clients.git
Reference: main
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/capturecontext/swift-standard-clients
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 397f905 feat: StandardClients(+Live) products
Cloned https://github.com/capturecontext/swift-standard-clients.git
Revision (git rev-parse @):
397f90502948a0acb2d0442ec4c70fec5f87a677
SUCCESS checkout https://github.com/capturecontext/swift-standard-clients.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/capturecontext/swift-standard-clients.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/capturecontext/swift-prelude.git
[1/1959] Fetching swift-prelude
Fetched https://github.com/capturecontext/swift-prelude.git from cache (0.26s)
Computing version for https://github.com/capturecontext/swift-prelude.git
Computed https://github.com/capturecontext/swift-prelude.git at 0.0.3 (0.58s)
Creating working copy for https://github.com/capturecontext/swift-prelude.git
Working copy of https://github.com/capturecontext/swift-prelude.git resolved at 0.0.3
Building for debugging...
[0/63] Write sources
[16/63] Write swift-version-24593BA9C3E375BF.txt
[18/109] Emitting module Prelude
[19/114] Compiling Prelude Comparable.swift
[20/114] Compiling Prelude Comparator.swift
[21/114] Compiling Prelude Const.swift
[22/114] Compiling Prelude Curry.swift
[23/114] Compiling Prelude Equatable.swift
[24/114] Compiling Prelude Filterable.swift
[25/114] Compiling Prelude NearSemiring.swift
[26/114] Compiling Prelude Plus.swift
[27/114] Compiling Prelude Ring.swift
[28/114] Compiling Prelude Semigroup.swift
[29/114] Compiling Prelude Semiring.swift
[30/114] Compiling Prelude Parallel.swift
[31/114] Compiling Prelude Sequence.swift
[32/114] Compiling Prelude Set.swift
[33/114] Compiling Prelude String.swift
[34/114] Compiling Prelude Pack.swift
[35/114] Compiling Prelude Scope.swift
[36/114] Compiling Prelude Match.swift
[37/114] Compiling Prelude Never.swift
[38/114] Compiling Prelude Operators+Impl.swift
[39/114] Compiling Prelude Operators.swift
[40/114] Compiling Prelude PrecedenceGroups.swift
[41/114] Compiling Prelude Optional.swift
[42/114] Compiling DataRepresentable DataRepresentable.swift
/host/spi-builder-workspace/Sources/DataRepresentable/DataRepresentable.swift:50:24: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
48 |   public var dataRepresentation: Data {
49 |     var value = self
50 |     return Data(bytes: &value, count: MemoryLayout<Self>.size)
   |                        `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
51 |   }
52 |
[43/114] Emitting module DataRepresentable
[44/114] Compiling DataRepresentable AnyDataRepresenable.swift
[45/115] Compiling Prelude Endo.swift
[46/115] Compiling Prelude Func.swift
[47/115] Compiling Prelude Function.swift
[48/115] Compiling Prelude Compose.swift
[49/115] Compiling Prelude Pipe.swift
[50/115] Compiling Prelude KeyPath.swift
[51/115] Compiling Prelude Tuple.swift
[52/115] Compiling Prelude Unit.swift
[53/115] Compiling Prelude Alt.swift
[54/115] Compiling Prelude Array.swift
[55/115] Compiling Prelude CommutativeRing.swift
[56/115] Compiling Prelude EuclideanRing.swift
[57/115] Compiling Prelude Field.swift
[58/115] Compiling Prelude FreeNearSemiring.swift
[59/115] Compiling Prelude HeytingAlgebra.swift
[60/115] Compiling Prelude Hole.swift
[61/115] Compiling Prelude IO.swift
[62/115] Compiling Prelude Monoid.swift
[63/115] Compiling Prelude And.swift
[64/115] Compiling Prelude Equal.swift
[65/115] Compiling Prelude Or.swift
[66/115] Compiling Prelude Xor.swift
[67/115] Compiling Prelude Cast.swift
[68/115] Compiling Prelude Collection.swift
[70/116] Wrapping AST for DataRepresentable for debugging
[71/116] Write Objects.LinkFileList
[72/116] Wrapping AST for Prelude for debugging
[73/116] Archiving libDataRepresentable.a
[75/135] Compiling IDFAPermissionsClient IDFAPermissionsClientOperations.swift
/host/spi-builder-workspace/Sources/IDFAPermissionsClient/IDFAPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Prelude
 3 | import Foundation
[76/135] Compiling IDFAPermissionsClient IDFAPermissionsClient.swift
/host/spi-builder-workspace/Sources/IDFAPermissionsClient/IDFAPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Prelude
 3 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[77/135] Emitting module IDFAPermissionsClient
/host/spi-builder-workspace/Sources/IDFAPermissionsClient/IDFAPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Prelude
 3 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/135] Emitting module NotificationsPermissionsClient
/host/spi-builder-workspace/Sources/NotificationsPermissionsClient/NotificationsPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Prelude
 3 |
[79/135] Compiling NotificationsPermissionsClient NotificationsPermissionsClientOperations.swift
/host/spi-builder-workspace/Sources/NotificationsPermissionsClient/NotificationsPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Prelude
 3 |
[80/135] Compiling NotificationsPermissionsClient NotificationsPermissionsClient.swift
/host/spi-builder-workspace/Sources/NotificationsPermissionsClient/NotificationsPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Prelude
 3 |
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:9:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 7 |
 8 | extension CacheClient.Operations {
 9 |   public struct Save<Key: Hashable, Value>: Function {
   |                      `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
10 |     public typealias Input = (Key, Value, Int?)
11 |     public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
 1 | import Foundation
 2 |
 3 | public struct CacheClient<Key: Hashable, Value> {
   |                           `- note: 'Key' previously declared here
 4 |   public init(
 5 |     saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:9:37: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 7 |
 8 | extension CacheClient.Operations {
 9 |   public struct Save<Key: Hashable, Value>: Function {
   |                                     `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
10 |     public typealias Input = (Key, Value, Int?)
11 |     public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
 1 | import Foundation
 2 |
 3 | public struct CacheClient<Key: Hashable, Value> {
   |                                          `- note: 'Value' previously declared here
 4 |   public init(
 5 |     saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:23:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
21 |   }
22 |
23 |   public struct Load<Key: Hashable, Value>: Function {
   |                      `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
24 |     public typealias Input = Key
25 |     public typealias Output = Value?
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
 1 | import Foundation
 2 |
 3 | public struct CacheClient<Key: Hashable, Value> {
   |                           `- note: 'Key' previously declared here
 4 |   public init(
 5 |     saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:23:37: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
21 |   }
22 |
23 |   public struct Load<Key: Hashable, Value>: Function {
   |                                     `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
24 |     public typealias Input = Key
25 |     public typealias Output = Value?
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
 1 | import Foundation
 2 |
 3 | public struct CacheClient<Key: Hashable, Value> {
   |                                          `- note: 'Value' previously declared here
 4 |   public init(
 5 |     saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:37:24: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
35 |   }
36 |
37 |   public struct Remove<Key: Hashable, Value>: Function {
   |                        `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
38 |     public typealias Input = Key
39 |     public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
 1 | import Foundation
 2 |
 3 | public struct CacheClient<Key: Hashable, Value> {
   |                           `- note: 'Key' previously declared here
 4 |   public init(
 5 |     saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:37:39: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
35 |   }
36 |
37 |   public struct Remove<Key: Hashable, Value>: Function {
   |                                       `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
38 |     public typealias Input = Key
39 |     public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
 1 | import Foundation
 2 |
 3 | public struct CacheClient<Key: Hashable, Value> {
   |                                          `- note: 'Value' previously declared here
 4 |   public init(
 5 |     saveValue: Operations.Save<Key, Value>,
/host/spi-builder-workspace/Sources/CacheClient/CacheClientOperations.swift:51:33: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
49 |   }
50 |
51 |   public struct RemoveAllValues<Key: Hashable, Value>: Function {
   |                                 `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
52 |     public typealias Input = Void
53 |     public typealias Output = Void
/host/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
 1 | import Foundation
 2 |
 3 | public struct CacheClient<Key: Hashable, Value> {
   |                           `- note: 'Key' previously declared here
 4 |   public init(
 5 |     saveValue: Operations.Save<Key, Value>,
[81/135] Emitting module UserDefaultsClient
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.