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.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-standard-clients.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/capturecontext/swift-standard-clients.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/47] Write sources
[16/47] Write swift-version--423B1241ED78D482.txt
[18/93] Emitting module Prelude
[19/98] Compiling Prelude Endo.swift
[20/98] Compiling Prelude Func.swift
[21/98] Compiling Prelude Function.swift
[22/98] Compiling Prelude Compose.swift
[23/98] Compiling Prelude Pipe.swift
[24/98] Compiling Prelude KeyPath.swift
[25/98] Compiling Prelude NearSemiring.swift
[26/98] Compiling Prelude Plus.swift
[27/98] Compiling Prelude Ring.swift
[28/98] Compiling Prelude Semigroup.swift
[29/98] Compiling Prelude Semiring.swift
[30/98] Compiling Prelude Tuple.swift
[31/98] Compiling Prelude Unit.swift
[32/98] Compiling Prelude Alt.swift
[33/98] Compiling Prelude Array.swift
[34/98] Compiling Prelude CommutativeRing.swift
[35/98] Compiling Prelude EuclideanRing.swift
[36/98] Compiling Prelude Parallel.swift
[37/98] Compiling Prelude Sequence.swift
[38/98] Compiling Prelude Set.swift
[39/98] Compiling Prelude String.swift
[40/98] Compiling Prelude Pack.swift
[41/98] Compiling Prelude Scope.swift
[42/98] Compiling Prelude Match.swift
[43/98] Compiling Prelude Never.swift
[44/98] Compiling Prelude Operators+Impl.swift
[45/98] Compiling Prelude Operators.swift
[46/98] Compiling Prelude PrecedenceGroups.swift
[47/98] Compiling Prelude Optional.swift
[48/98] Compiling Prelude Field.swift
[49/98] Compiling Prelude FreeNearSemiring.swift
[50/98] Compiling Prelude HeytingAlgebra.swift
[51/98] Compiling Prelude Hole.swift
[52/98] Compiling Prelude IO.swift
[53/98] Compiling Prelude Monoid.swift
[54/98] Compiling Prelude And.swift
[55/98] Compiling Prelude Equal.swift
[56/98] Compiling Prelude Or.swift
[57/98] Compiling Prelude Xor.swift
[58/98] Compiling Prelude Cast.swift
[59/98] Compiling Prelude Collection.swift
[60/98] Compiling Prelude Comparable.swift
[61/98] Compiling Prelude Comparator.swift
[62/98] Compiling Prelude Const.swift
[63/98] Compiling Prelude Curry.swift
[64/98] Compiling Prelude Equatable.swift
[65/98] Compiling Prelude Filterable.swift
[66/98] Compiling DataRepresentable DataRepresentable.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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.
    return Data(bytes: &value, count: MemoryLayout<Self>.size)
                       ^
[67/98] Emitting module DataRepresentable
[68/98] Compiling DataRepresentable AnyDataRepresenable.swift
[68/98] Write Objects.LinkFileList
[69/98] Archiving libDataRepresentable.a
[71/117] Compiling HapticEngineClient HapticFeedback.swift
[72/117] Compiling NotificationsPermissionsClient NotificationsPermissionsClientOperations.swift
[73/117] Compiling HapticEngineClient HapticEngineClient.swift
[74/117] Emitting module HapticEngineClient
[75/117] Emitting module IDFAPermissionsClient
[76/117] Compiling IDFAPermissionsClient IDFAPermissionsClientOperations.swift
[77/117] Compiling IDFAPermissionsClient IDFAPermissionsClient.swift
[78/117] Compiling UserDefaultsClient UserDefaultsClientOperations.swift
[79/117] Compiling HapticEngineClient HapticEngineClientOperations.swift
[79/117] Write Objects.LinkFileList
[81/117] Archiving libIDFAPermissionsClient.a
[82/117] Archiving libHapticEngineClient.a
[84/117] Emitting module KeychainClient
[85/117] Emitting module UserDefaultsClient
[86/117] Compiling KeychainClient KeychainClientOperations.swift
[87/117] Compiling UserDefaultsClient UserDefaultsClient.swift
[87/117] Write Objects.LinkFileList
[88/117] Emitting module CacheClient
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct Save<Key: Hashable, Value>: Function {
                     ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct Save<Key: Hashable, Value>: Function {
                                    ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct Load<Key: Hashable, Value>: Function {
                     ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct Load<Key: Hashable, Value>: Function {
                                    ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct Remove<Key: Hashable, Value>: Function {
                       ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct Remove<Key: Hashable, Value>: Function {
                                      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct RemoveAllValues<Key: Hashable, Value>: Function {
                                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/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 {
                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
[89/117] Compiling CacheClient CacheClient.swift
[91/117] Compiling CacheClient CacheClientOperations.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct Save<Key: Hashable, Value>: Function {
                     ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct Save<Key: Hashable, Value>: Function {
                                    ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct Load<Key: Hashable, Value>: Function {
                     ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct Load<Key: Hashable, Value>: Function {
                                    ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct Remove<Key: Hashable, Value>: Function {
                       ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct Remove<Key: Hashable, Value>: Function {
                                      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/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 Swift 6
  public struct RemoveAllValues<Key: Hashable, Value>: Function {
                                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:27: note: 'Key' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/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 {
                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheClient/CacheClient.swift:3:42: note: 'Value' previously declared here
public struct CacheClient<Key: Hashable, Value> {
                                         ^
[91/117] Archiving libUserDefaultsClient.a
[92/117] Write Objects.LinkFileList
[94/119] Emitting module NotificationsPermissionsClient
[95/119] Compiling NotificationsPermissionsClient NotificationsPermissionsClient.swift
[95/121] Archiving libCacheClient.a
[96/121] Write Objects.LinkFileList
[97/125] Archiving libNotificationsPermissionsClient.a
[99/129] Compiling KeychainClient KeychainClient.swift
[99/129] Write Objects.LinkFileList
[100/132] Archiving libKeychainClient.a
[102/137] Compiling HapticEngineClientLive HapticFeedback.swift
[103/143] Compiling HapticEngineClientLive Exports.swift
[104/147] Emitting module HapticEngineClientLive
[105/149] Compiling HapticEngineClientLive HapticEngineClientLive.swift
[105/149] Write Objects.LinkFileList
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'HapticFeedback.swift.o' from '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/HapticEngineClient.build/HapticFeedback.swift.o(HapticFeedback.swift.o)' and '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/HapticEngineClientLive.build/HapticFeedback.swift.o(HapticFeedback.swift.o)'
[106/149] Archiving libHapticEngineClientLive.a
[108/149] Compiling UserDefaultsClientLive UserDefaultsClientLive.swift
[109/149] Compiling UserDefaultsClientLive Exports.swift
[110/149] Emitting module UserDefaultsClientLive
[110/149] Write Objects.LinkFileList
[112/149] Compiling StandardClients Exports.swift
[112/149] Archiving libUserDefaultsClientLive.a
[114/149] Compiling KeychainClientLive KeychainClientAccessPolicy.swift
[115/149] Compiling KeychainClientLive NSLocking+.swift
[116/150] Emitting module StandardClients
[116/150] Write Objects.LinkFileList
[117/150] Archiving libStandardClients.a
[119/150] Compiling IDFAPermissionsClientLive AuthorizationStatus.swift
[120/150] Compiling IDFAPermissionsClientLive Exports.swift
[121/150] Compiling IDFAPermissionsClientLive IDFAPermissionsClientLive.swift
[122/150] Emitting module IDFAPermissionsClientLive
[122/150] Write Objects.LinkFileList
[124/150] Compiling KeychainClientLive Keychain+OperationResult.swift
[125/150] Compiling KeychainClientLive Keychain+Error.swift
[126/150] Compiling KeychainClientLive Exports.swift
[127/150] Compiling KeychainClientLive CoreFoundation+.swift
[128/150] Compiling KeychainClientLive Keychain+AccessOptions.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/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
               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/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
               ^
[129/150] Compiling KeychainClientLive Keychain+Constants.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/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
               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/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
               ^
[130/150] Compiling KeychainClientLive Keychain.swift
[131/150] Emitting module KeychainClientLive
[131/150] Archiving libIDFAPermissionsClientLive.a
[133/150] Compiling KeychainClientLive KeychainClientLive.swift
[133/150] Write Objects.LinkFileList
[134/150] Archiving libKeychainClientLive.a
[136/150] Compiling MemoryCacheClient MemoryCacheClient.swift
[137/150] Compiling MemoryCacheClient Exports.swift
[138/150] Emitting module MemoryCacheClient
[139/150] Compiling MemoryCacheClient MemoryCache.swift
[139/150] Write Objects.LinkFileList
[140/150] Archiving libMemoryCacheClient.a
[142/150] Compiling NotificationsPermissionsClientLive Exports.swift
[143/150] Compiling NotificationsPermissionsClientLive AuthorizationStatus.swift
[144/150] Compiling NotificationsPermissionsClientLive AuthorizationOptions.swift
[145/150] Emitting module NotificationsPermissionsClientLive
[146/150] Compiling NotificationsPermissionsClientLive NotificationsPermissionsClientLive.swift
[146/150] Write Objects.LinkFileList
[147/150] Archiving libNotificationsPermissionsClientLive.a
[149/152] Compiling StandardClientsLive Exports.swift
[150/152] Emitting module StandardClientsLive
[150/152] Write Objects.LinkFileList
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'AuthorizationStatus.swift.o' from '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/NotificationsPermissionsClientLive.build/AuthorizationStatus.swift.o(AuthorizationStatus.swift.o)' and '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/IDFAPermissionsClientLive.build/AuthorizationStatus.swift.o(AuthorizationStatus.swift.o)'
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'Exports.swift.o' from '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/MemoryCacheClient.build/Exports.swift.o(Exports.swift.o)' and '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/HapticEngineClientLive.build/Exports.swift.o(Exports.swift.o)'
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'Exports.swift.o' from '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/HapticEngineClientLive.build/Exports.swift.o(Exports.swift.o)' and '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/IDFAPermissionsClientLive.build/Exports.swift.o(Exports.swift.o)'
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'Exports.swift.o' from '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/IDFAPermissionsClientLive.build/Exports.swift.o(Exports.swift.o)' and '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/UserDefaultsClientLive.build/Exports.swift.o(Exports.swift.o)'
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'Exports.swift.o' from '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/UserDefaultsClientLive.build/Exports.swift.o(Exports.swift.o)' and '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/StandardClientsLive.build/Exports.swift.o(Exports.swift.o)'
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'Exports.swift.o' from '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/StandardClientsLive.build/Exports.swift.o(Exports.swift.o)' and '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/KeychainClientLive.build/Exports.swift.o(Exports.swift.o)'
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'Exports.swift.o' from '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/KeychainClientLive.build/Exports.swift.o(Exports.swift.o)' and '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/NotificationsPermissionsClientLive.build/Exports.swift.o(Exports.swift.o)'
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'HapticFeedback.swift.o' from '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/HapticEngineClient.build/HapticFeedback.swift.o(HapticFeedback.swift.o)' and '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/HapticEngineClientLive.build/HapticFeedback.swift.o(HapticFeedback.swift.o)'
[151/152] Archiving libStandardClientsLive.a
Build complete! (7.60s)
Fetching https://github.com/capturecontext/swift-prelude.git
[1/1959] Fetching swift-prelude
Fetched https://github.com/capturecontext/swift-prelude.git from cache (0.28s)
Computing version for https://github.com/capturecontext/swift-prelude.git
Computed https://github.com/capturecontext/swift-prelude.git at 0.0.3 (0.37s)
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
Build complete.
Done.