The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-configs, reference main (fb2394), with Swift 5.10 for macOS (SPM) on 1 Sep 2025 13:35:49 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/swift-configs.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/swift-configs
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fb23946 Refactor configuration key access to use ConfigKey for consistency across multiple handlers
Cloned https://github.com/dankinsoid/swift-configs.git
Revision (git rev-parse @):
fb23946a6e8188f1fce9c4cec8ea58657e49ac8b
SUCCESS checkout https://github.com/dankinsoid/swift-configs.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/dankinsoid/swift-configs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/30] Emitting module SwiftConfigs
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/EnvironmentVariableConfigsHandler.swift:30:17: warning: stored property 'processInfo' of 'Sendable'-conforming struct 'EnvironmentVariableConfigStore' has non-sendable type 'ProcessInfo'
    private let processInfo: ProcessInfo
                ^
Foundation.ProcessInfo:1:12: note: class 'ProcessInfo' does not conform to the 'Sendable' protocol
open class ProcessInfo : NSObject {
           ^
[4/32] Compiling SwiftConfigs ConfigStoreObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/ConfigTransformer.swift:43:12: error: key path value type 'String' cannot be converted to contextual type 'String?'
                        encode: \.description
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/ConfigTransformer.swift:67:12: error: key path value type 'String' cannot be converted to contextual type 'String?'
                        encode: \.rawValue.description
                                ^
[5/32] Compiling SwiftConfigs ConfigTransformer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/ConfigTransformer.swift:43:12: error: key path value type 'String' cannot be converted to contextual type 'String?'
                        encode: \.description
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/ConfigTransformer.swift:67:12: error: key path value type 'String' cannot be converted to contextual type 'String?'
                        encode: \.rawValue.description
                                ^
[6/32] Compiling SwiftConfigs ConfigWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/ConfigTransformer.swift:43:12: error: key path value type 'String' cannot be converted to contextual type 'String?'
                        encode: \.description
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/ConfigTransformer.swift:67:12: error: key path value type 'String' cannot be converted to contextual type 'String?'
                        encode: \.rawValue.description
                                ^
[7/32] Compiling SwiftConfigs ConfigCategory.swift
[8/32] Compiling SwiftConfigs ConfigFail.swift
[9/32] Compiling SwiftConfigs ConfigKey+constant.swift
[10/32] Compiling SwiftConfigs Configs.swift
[11/32] Compiling SwiftConfigs ConfigsAsyncSequences.swift
[12/32] Compiling SwiftConfigs ConfigsCancellation.swift
[13/32] Compiling SwiftConfigs ConfigsType.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/EnvironmentVariableConfigsHandler.swift:30:17: warning: stored property 'processInfo' of 'Sendable'-conforming struct 'EnvironmentVariableConfigStore' has non-sendable type 'ProcessInfo'
    private let processInfo: ProcessInfo
                ^
Foundation.ProcessInfo:1:12: note: class 'ProcessInfo' does not conform to the 'Sendable' protocol
open class ProcessInfo : NSObject {
           ^
[14/32] Compiling SwiftConfigs EnvironmentVariableConfigsHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/EnvironmentVariableConfigsHandler.swift:30:17: warning: stored property 'processInfo' of 'Sendable'-conforming struct 'EnvironmentVariableConfigStore' has non-sendable type 'ProcessInfo'
    private let processInfo: ProcessInfo
                ^
Foundation.ProcessInfo:1:12: note: class 'ProcessInfo' does not conform to the 'Sendable' protocol
open class ProcessInfo : NSObject {
           ^
[15/32] Compiling SwiftConfigs InMemoryConfigsHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/EnvironmentVariableConfigsHandler.swift:30:17: warning: stored property 'processInfo' of 'Sendable'-conforming struct 'EnvironmentVariableConfigStore' has non-sendable type 'ProcessInfo'
    private let processInfo: ProcessInfo
                ^
Foundation.ProcessInfo:1:12: note: class 'ProcessInfo' does not conform to the 'Sendable' protocol
open class ProcessInfo : NSObject {
           ^
[16/32] Compiling SwiftConfigs NOOPConfigsHandler.swift
[17/32] Compiling SwiftConfigs PrefixConfigsHandler.swift
[18/32] Compiling SwiftConfigs StoreRegistry.swift
[19/32] Compiling SwiftConfigs MigrationConfigKey.swift
[20/32] Compiling SwiftConfigs MigrationConfigsHandler.swift
[21/32] Compiling SwiftConfigs MultiplexConfigsHandler.swift
[22/32] Compiling SwiftConfigs InfoPlistConfigStore.swift
[23/32] Compiling SwiftConfigs KeychainConfigs.swift
[24/32] Compiling SwiftConfigs Locks.swift
[25/32] Compiling SwiftConfigs UbiquitousKeyValueStoreConfigsHandler.swift
[26/32] Compiling SwiftConfigs UserDefaultsConfigsHandler.swift
[27/32] Compiling SwiftConfigs ConfigsNamespace.swift
[28/32] Compiling SwiftConfigs ConfigsProtocol.swift
[29/32] Compiling SwiftConfigs ConfigsSystem.swift
[30/32] Compiling SwiftConfigs ConfigKey.swift
[31/32] Compiling SwiftConfigs ConfigState.swift
[32/32] Compiling SwiftConfigs ConfigStore.swift
error: fatalError
BUILD FAILURE 5.10 macosSpm