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

Successful build of swift-standard-clients with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.25.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-standard-clients.git
Reference: main
Initialized empty Git repository in $PWD/checkout/.git/
From https://github.com/capturecontext/swift-standard-clients
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build complete.
Fetching https://github.com/capturecontext/swift-prelude.git from cache
Fetched https://github.com/capturecontext/swift-prelude.git (0.18s)
Computing version for https://github.com/capturecontext/swift-prelude.git
Computed https://github.com/capturecontext/swift-prelude.git at 0.0.3 (0.53s)
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...
[1/61] Emitting module Prelude
[2/66] Compiling Prelude NearSemiring.swift
[3/66] Compiling Prelude Plus.swift
[4/66] Compiling Prelude Ring.swift
[5/66] Compiling Prelude Semigroup.swift
[6/66] Compiling Prelude Semiring.swift
[7/66] Compiling Prelude And.swift
[8/66] Compiling Prelude Equal.swift
[9/66] Compiling Prelude Or.swift
[10/66] Compiling Prelude Xor.swift
[11/66] Compiling Prelude Cast.swift
[12/66] Compiling Prelude Collection.swift
[13/66] Compiling DataRepresentable DataRepresentable.swift
$PWD/checkout/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.
    return Data(bytes: &value, count: MemoryLayout<Self>.size)
                       ^
[14/66] Emitting module DataRepresentable
[15/66] Compiling DataRepresentable AnyDataRepresenable.swift
[16/66] Compiling Prelude Parallel.swift
[17/66] Compiling Prelude Sequence.swift
[18/66] Compiling Prelude Set.swift
[19/66] Compiling Prelude String.swift
[20/66] Compiling Prelude Pack.swift
[21/66] Compiling Prelude Scope.swift
[22/66] Compiling Prelude Match.swift
[23/66] Compiling Prelude Never.swift
[24/66] Compiling Prelude Operators+Impl.swift
[25/66] Compiling Prelude Operators.swift
[26/66] Compiling Prelude PrecedenceGroups.swift
[27/66] Compiling Prelude Optional.swift
[28/66] Compiling Prelude Tuple.swift
[29/66] Compiling Prelude Unit.swift
[30/66] Compiling Prelude Alt.swift
[31/66] Compiling Prelude Array.swift
[32/66] Compiling Prelude CommutativeRing.swift
[33/66] Compiling Prelude EuclideanRing.swift
[34/66] Compiling Prelude Comparable.swift
[35/66] Compiling Prelude Comparator.swift
[36/66] Compiling Prelude Const.swift
[37/66] Compiling Prelude Curry.swift
[38/66] Compiling Prelude Equatable.swift
[39/66] Compiling Prelude Filterable.swift
[40/66] Compiling Prelude Field.swift
[41/66] Compiling Prelude FreeNearSemiring.swift
[42/66] Compiling Prelude HeytingAlgebra.swift
[43/66] Compiling Prelude Hole.swift
[44/66] Compiling Prelude IO.swift
[45/66] Compiling Prelude Monoid.swift
[46/66] Compiling Prelude Endo.swift
[47/66] Compiling Prelude Func.swift
[48/66] Compiling Prelude Function.swift
[49/66] Compiling Prelude Compose.swift
[50/66] Compiling Prelude Pipe.swift
[51/66] Compiling Prelude KeyPath.swift
[51/66] Archiving libDataRepresentable.a
[53/85] Compiling HapticEngineClient HapticFeedback.swift
[54/85] Emitting module NotificationsPermissionsClient
[55/85] Compiling CacheClient CacheClientOperations.swift
$PWD/checkout/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 Swift 6
  public struct Save<Key: Hashable, Value>: Function {
                     ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
$PWD/checkout/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 Swift 6
  public struct Save<Key: Hashable, Value>: Function {
                                    ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
$PWD/checkout/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 Swift 6
  public struct Load<Key: Hashable, Value>: Function {
                     ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
$PWD/checkout/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 Swift 6
  public struct Load<Key: Hashable, Value>: Function {
                                    ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
$PWD/checkout/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 Swift 6
  public struct Remove<Key: Hashable, Value>: Function {
                       ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
$PWD/checkout/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 Swift 6
  public struct Remove<Key: Hashable, Value>: Function {
                                      ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
$PWD/checkout/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 Swift 6
  public struct RemoveAllValues<Key: Hashable, Value>: Function {
                                ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
$PWD/checkout/Sources/CacheClient/CacheClientOperations.swift:51:48: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public struct RemoveAllValues<Key: Hashable, Value>: Function {
                                               ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
[56/85] Compiling CacheClient CacheClient.swift
[57/85] Emitting module CacheClient
$PWD/checkout/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 Swift 6
  public struct Save<Key: Hashable, Value>: Function {
                     ^
========================================
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
ResolveProductDependencies
public struct CacheClient<Key: Hashable, Value> {
========================================
Resolving dependencies ...
                          ^
$PWD/checkout/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 Swift 6
  public struct Save<Key: Hashable, Value>: Function {
                                    ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
$PWD/checkout/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 Swift 6
  public struct Load<Key: Hashable, Value>: Function {
                     ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
$PWD/checkout/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 Swift 6
  public struct Load<Key: Hashable, Value>: Function {
                                    ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
$PWD/checkout/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 Swift 6
  public struct Remove<Key: Hashable, Value>: Function {
                       ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
$PWD/checkout/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 Swift 6
  public struct Remove<Key: Hashable, Value>: Function {
                                      ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
$PWD/checkout/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 Swift 6
  public struct RemoveAllValues<Key: Hashable, Value>: Function {
                                ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
$PWD/checkout/Sources/CacheClient/CacheClientOperations.swift:51:48: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public struct RemoveAllValues<Key: Hashable, Value>: Function {
                                               ^
$PWD/checkout/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
[57/85] Archiving libCacheClient.a
[59/85] Compiling HapticEngineClient HapticEngineClient.swift
[60/85] Emitting module HapticEngineClient
[61/85] Compiling HapticEngineClient HapticEngineClientOperations.swift
[61/85] Archiving libHapticEngineClient.a
[63/85] Compiling UserDefaultsClient UserDefaultsClient.swift
[64/85] Emitting module UserDefaultsClient
[65/85] Compiling UserDefaultsClient UserDefaultsClientOperations.swift
[65/85] Archiving libUserDefaultsClient.a
[67/85] Compiling IDFAPermissionsClient IDFAPermissionsClientOperations.swift
[68/85] Emitting module IDFAPermissionsClient
[69/85] Compiling IDFAPermissionsClient IDFAPermissionsClient.swift
[69/85] Archiving libIDFAPermissionsClient.a
[71/96] Compiling KeychainClient KeychainClient.swift
[72/96] Emitting module KeychainClient
[73/96] Compiling KeychainClient KeychainClientOperations.swift
[73/96] Archiving libKeychainClient.a
[75/110] Compiling KeychainClientLive KeychainClientAccessPolicy.swift
[76/111] Compiling HapticEngineClientLive Exports.swift
[77/111] Compiling HapticEngineClientLive HapticFeedback.swift
[78/111] Compiling HapticEngineClientLive HapticEngineClientLive.swift
[79/111] Compiling KeychainClientLive NSLocking+.swift
[80/111] Emitting module HapticEngineClientLive
/Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'HapticFeedback.swift.o' from '$PWD/checkout/.build/arm64-apple-macosx/debug/HapticEngineClientLive.build/HapticFeedback.swift.o(HapticFeedback.swift.o)' and '$PWD/checkout/.build/arm64-apple-macosx/debug/HapticEngineClient.build/HapticFeedback.swift.o(HapticFeedback.swift.o)'
[80/111] Archiving libHapticEngineClientLive.a
[82/111] Compiling NotificationsPermissionsClient NotificationsPermissionsClientOperations.swift
[83/111] Compiling NotificationsPermissionsClient NotificationsPermissionsClient.swift
[83/111] Archiving libNotificationsPermissionsClient.a
[85/118] Compiling MemoryCacheClient MemoryCacheClient.swift
[86/118] Compiling UserDefaultsClientLive Exports.swift
[87/118] Emitting module UserDefaultsClientLive
[88/118] Compiling UserDefaultsClientLive UserDefaultsClientLive.swift
[88/118] Archiving libUserDefaultsClientLive.a
[90/118] Compiling StandardClients Exports.swift
[91/118] Emitting module StandardClients
[92/118] Compiling KeychainClientLive KeychainClientLive.swift
[92/118] Archiving libStandardClients.a
[94/118] Compiling KeychainClientLive Keychain+Error.swift
[95/118] Compiling KeychainClientLive Keychain+OperationResult.swift
[96/118] Compiling KeychainClientLive Keychain+AccessOptions.swift
$PWD/checkout/Sources/KeychainClientLive/Keychain/Keychain+AccessOptions.swift:87:16: warning: 'kSecAttrAccessibleAlways' was deprecated in macOS 10.14: Use an accessibility level that provides some user protection, such as kSecAttrAccessibleAfterFirstUnlock
        return kSecAttrAccessibleAlways
               ^
$PWD/checkout/Sources/KeychainClientLive/Keychain/Keychain+AccessOptions.swift:89:16: warning: 'kSecAttrAccessibleAlwaysThisDeviceOnly' was deprecated in macOS 10.14: Use an accessibility level that provides some user protection, such as kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly
        return kSecAttrAccessibleAlwaysThisDeviceOnly
               ^
[97/118] Compiling KeychainClientLive Keychain+Constants.swift
$PWD/checkout/Sources/KeychainClientLive/Keychain/Keychain+AccessOptions.swift:87:16: warning: 'kSecAttrAccessibleAlways' was deprecated in macOS 10.14: Use an accessibility level that provides some user protection, such as kSecAttrAccessibleAfterFirstUnlock
        return kSecAttrAccessibleAlways
               ^
$PWD/checkout/Sources/KeychainClientLive/Keychain/Keychain+AccessOptions.swift:89:16: warning: 'kSecAttrAccessibleAlwaysThisDeviceOnly' was deprecated in macOS 10.14: Use an accessibility level that provides some user protection, such as kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly
        return kSecAttrAccessibleAlwaysThisDeviceOnly
               ^
[98/118] Emitting module KeychainClientLive
[99/118] Compiling KeychainClientLive Exports.swift
[100/118] Compiling KeychainClientLive CoreFoundation+.swift
[101/118] Compiling KeychainClientLive Keychain.swift
[102/118] Compiling IDFAPermissionsClientLive Exports.swift
[103/118] Compiling IDFAPermissionsClientLive AuthorizationStatus.swift
[104/118] Emitting module IDFAPermissionsClientLive
[105/118] Compiling IDFAPermissionsClientLive IDFAPermissionsClientLive.swift
[105/118] Archiving libKeychainClientLive.a
[106/118] Archiving libIDFAPermissionsClientLive.a
[108/118] Compiling MemoryCacheClient Exports.swift
[109/118] Emitting module MemoryCacheClient
[110/118] Compiling MemoryCacheClient MemoryCache.swift
[110/118] Archiving libMemoryCacheClient.a
[112/118] Compiling NotificationsPermissionsClientLive AuthorizationOptions.swift
[113/118] Compiling NotificationsPermissionsClientLive AuthorizationStatus.swift
[114/118] Compiling NotificationsPermissionsClientLive Exports.swift
[115/118] Emitting module NotificationsPermissionsClientLive
[116/118] Compiling NotificationsPermissionsClientLive NotificationsPermissionsClientLive.swift
[116/118] Archiving libNotificationsPermissionsClientLive.a
[118/120] Compiling StandardClientsLive Exports.swift
[119/120] Emitting module StandardClientsLive
/Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'AuthorizationStatus.swift.o' from '$PWD/checkout/.build/arm64-apple-macosx/debug/IDFAPermissionsClientLive.build/AuthorizationStatus.swift.o(AuthorizationStatus.swift.o)' and '$PWD/checkout/.build/arm64-apple-macosx/debug/NotificationsPermissionsClientLive.build/AuthorizationStatus.swift.o(AuthorizationStatus.swift.o)'
/Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'Exports.swift.o' from '$PWD/checkout/.build/arm64-apple-macosx/debug/KeychainClientLive.build/Exports.swift.o(Exports.swift.o)' and '$PWD/checkout/.build/arm64-apple-macosx/debug/HapticEngineClientLive.build/Exports.swift.o(Exports.swift.o)'
/Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'Exports.swift.o' from '$PWD/checkout/.build/arm64-apple-macosx/debug/HapticEngineClientLive.build/Exports.swift.o(Exports.swift.o)' and '$PWD/checkout/.build/arm64-apple-macosx/debug/IDFAPermissionsClientLive.build/Exports.swift.o(Exports.swift.o)'
/Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'Exports.swift.o' from '$PWD/checkout/.build/arm64-apple-macosx/debug/IDFAPermissionsClientLive.build/Exports.swift.o(Exports.swift.o)' and '$PWD/checkout/.build/arm64-apple-macosx/debug/UserDefaultsClientLive.build/Exports.swift.o(Exports.swift.o)'
/Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'Exports.swift.o' from '$PWD/checkout/.build/arm64-apple-macosx/debug/UserDefaultsClientLive.build/Exports.swift.o(Exports.swift.o)' and '$PWD/checkout/.build/arm64-apple-macosx/debug/StandardClientsLive.build/Exports.swift.o(Exports.swift.o)'
/Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'Exports.swift.o' from '$PWD/checkout/.build/arm64-apple-macosx/debug/StandardClientsLive.build/Exports.swift.o(Exports.swift.o)' and '$PWD/checkout/.build/arm64-apple-macosx/debug/MemoryCacheClient.build/Exports.swift.o(Exports.swift.o)'
/Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'Exports.swift.o' from '$PWD/checkout/.build/arm64-apple-macosx/debug/MemoryCacheClient.build/Exports.swift.o(Exports.swift.o)' and '$PWD/checkout/.build/arm64-apple-macosx/debug/NotificationsPermissionsClientLive.build/Exports.swift.o(Exports.swift.o)'
/Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'HapticFeedback.swift.o' from '$PWD/checkout/.build/arm64-apple-macosx/debug/HapticEngineClientLive.build/HapticFeedback.swift.o(HapticFeedback.swift.o)' and '$PWD/checkout/.build/arm64-apple-macosx/debug/HapticEngineClient.build/HapticFeedback.swift.o(HapticFeedback.swift.o)'
[119/120] Archiving libStandardClientsLive.a
Build complete! (16.28s)
{
Fetching https://github.com/capturecontext/swift-standard-clients.git from cache
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "$PWD/checkout",
Fetched https://github.com/capturecontext/swift-standard-clients.git (0.19s)
  "version": "unspecified",
Fetching https://github.com/capturecontext/swift-prelude.git from cache
  "path": "$PWD/checkout",
  "dependencies": [
Fetched https://github.com/capturecontext/swift-prelude.git (0.21s)
Computing version for https://github.com/capturecontext/swift-prelude.git
    {
Computed https://github.com/capturecontext/swift-prelude.git at 0.0.3 (0.42s)
      "identity": "swift-standard-clients",
Creating working copy for https://github.com/capturecontext/swift-prelude.git
      "name": "swift-standard-clients",
Working copy of https://github.com/capturecontext/swift-prelude.git resolved at 0.0.3
      "url": "https://github.com/capturecontext/swift-standard-clients.git",
Creating working copy for https://github.com/capturecontext/swift-standard-clients.git
      "version": "unspecified",
Working copy of https://github.com/capturecontext/swift-standard-clients.git resolved at main
      "path": "$PWD/checkout/.build/checkouts/swift-standard-clients",
      "dependencies": [
warning: '.resolve-product-dependencies': dependency 'swift-standard-clients' is not used by any target
        {
          "identity": "swift-prelude",
          "name": "swift-prelude",
          "url": "https://github.com/capturecontext/swift-prelude.git",
          "version": "0.0.3",
          "path": "$PWD/checkout/.build/checkouts/swift-prelude",
          "dependencies": [
          ]
        }
Found 1 product dependencies
      ]
  - swift-prelude
    }
  ]
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.