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

Successful build of swift-configs, reference 1.6.1 (fb2394), with Swift 6.2 (beta) for macOS (SPM) on 1 Sep 2025 13:34:48 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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: 1.6.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/swift-configs
 * tag               1.6.1      -> FETCH_HEAD
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 1.6.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dankinsoid/swift-configs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/30] Emitting module SwiftConfigs
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/Configs.swift:185:18: warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
183 |     @inlinable func changes<Value, P: KeyAccess>(of key: ConfigKey<Value, P>) -> ConfigChangesSequence<Value> {
184 |         ConfigChangesSequence { observer in
185 |             self.onChange(of: key) { value in
    |                  `- warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
186 |                 observer(value)
187 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/Configs.swift:183:53: warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
181 |     /// Returns an async sequence for changes to a specific configuration key
182 |     @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
183 |     @inlinable func changes<Value, P: KeyAccess>(of key: ConfigKey<Value, P>) -> ConfigChangesSequence<Value> {
    |                                                     `- warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
184 |         ConfigChangesSequence { observer in
185 |             self.onChange(of: key) { value in
[4/32] Compiling SwiftConfigs ConfigStoreObserver.swift
[5/32] Compiling SwiftConfigs ConfigTransformer.swift
[6/32] Compiling SwiftConfigs ConfigWrapper.swift
[7/32] Compiling SwiftConfigs ConfigCategory.swift
[8/32] Compiling SwiftConfigs ConfigFail.swift
[9/32] Compiling SwiftConfigs ConfigKey+constant.swift
[10/32] Compiling SwiftConfigs ConfigsType.swift
[11/32] Compiling SwiftConfigs EnvironmentVariableConfigsHandler.swift
[12/32] Compiling SwiftConfigs InMemoryConfigsHandler.swift
[13/32] Compiling SwiftConfigs NOOPConfigsHandler.swift
[14/32] Compiling SwiftConfigs PrefixConfigsHandler.swift
[15/32] Compiling SwiftConfigs StoreRegistry.swift
[16/32] Compiling SwiftConfigs UbiquitousKeyValueStoreConfigsHandler.swift
[17/32] Compiling SwiftConfigs UserDefaultsConfigsHandler.swift
[18/32] Compiling SwiftConfigs InfoPlistConfigStore.swift
[19/32] Compiling SwiftConfigs KeychainConfigs.swift
[20/32] Compiling SwiftConfigs Locks.swift
[21/32] Compiling SwiftConfigs ConfigsNamespace.swift
[22/32] Compiling SwiftConfigs ConfigsProtocol.swift
[23/32] Compiling SwiftConfigs ConfigsSystem.swift
[24/32] Compiling SwiftConfigs MigrationConfigKey.swift
[25/32] Compiling SwiftConfigs MigrationConfigsHandler.swift
[26/32] Compiling SwiftConfigs MultiplexConfigsHandler.swift
[27/32] Compiling SwiftConfigs Configs.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/Configs.swift:185:18: warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
183 |     @inlinable func changes<Value, P: KeyAccess>(of key: ConfigKey<Value, P>) -> ConfigChangesSequence<Value> {
184 |         ConfigChangesSequence { observer in
185 |             self.onChange(of: key) { value in
    |                  `- warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
186 |                 observer(value)
187 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/Configs.swift:183:53: warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
181 |     /// Returns an async sequence for changes to a specific configuration key
182 |     @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
183 |     @inlinable func changes<Value, P: KeyAccess>(of key: ConfigKey<Value, P>) -> ConfigChangesSequence<Value> {
    |                                                     `- warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
184 |         ConfigChangesSequence { observer in
185 |             self.onChange(of: key) { value in
[28/32] Compiling SwiftConfigs ConfigsAsyncSequences.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/Configs.swift:185:18: warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
183 |     @inlinable func changes<Value, P: KeyAccess>(of key: ConfigKey<Value, P>) -> ConfigChangesSequence<Value> {
184 |         ConfigChangesSequence { observer in
185 |             self.onChange(of: key) { value in
    |                  `- warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
186 |                 observer(value)
187 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/Configs.swift:183:53: warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
181 |     /// Returns an async sequence for changes to a specific configuration key
182 |     @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
183 |     @inlinable func changes<Value, P: KeyAccess>(of key: ConfigKey<Value, P>) -> ConfigChangesSequence<Value> {
    |                                                     `- warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
184 |         ConfigChangesSequence { observer in
185 |             self.onChange(of: key) { value in
[29/32] Compiling SwiftConfigs ConfigsCancellation.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/Configs.swift:185:18: warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
183 |     @inlinable func changes<Value, P: KeyAccess>(of key: ConfigKey<Value, P>) -> ConfigChangesSequence<Value> {
184 |         ConfigChangesSequence { observer in
185 |             self.onChange(of: key) { value in
    |                  `- warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
186 |                 observer(value)
187 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftConfigs/Configs.swift:183:53: warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
181 |     /// Returns an async sequence for changes to a specific configuration key
182 |     @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
183 |     @inlinable func changes<Value, P: KeyAccess>(of key: ConfigKey<Value, P>) -> ConfigChangesSequence<Value> {
    |                                                     `- warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
184 |         ConfigChangesSequence { observer in
185 |             self.onChange(of: key) { value in
[30/32] Compiling SwiftConfigs ConfigKey.swift
[31/32] Compiling SwiftConfigs ConfigState.swift
[32/32] Compiling SwiftConfigs ConfigStore.swift
Build complete! (8.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-configs",
  "name" : "swift-configs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftConfigs",
      "targets" : [
        "SwiftConfigs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftConfigsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftConfigsTests",
      "path" : "Tests/SwiftConfigsTests",
      "sources" : [
        "ConfigStoreObserverTests.swift",
        "MigrationConfigKeyTests.swift",
        "SwiftConfigsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftConfigs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftConfigs",
      "module_type" : "SwiftTarget",
      "name" : "SwiftConfigs",
      "path" : "Sources/SwiftConfigs",
      "product_memberships" : [
        "SwiftConfigs"
      ],
      "sources" : [
        "ConfigCategory.swift",
        "ConfigFail.swift",
        "ConfigKey+constant.swift",
        "ConfigKey.swift",
        "ConfigState.swift",
        "ConfigStore.swift",
        "ConfigStoreObserver.swift",
        "ConfigTransformer.swift",
        "ConfigWrapper.swift",
        "Configs.swift",
        "ConfigsAsyncSequences.swift",
        "ConfigsCancellation.swift",
        "ConfigsNamespace.swift",
        "ConfigsProtocol.swift",
        "ConfigsSystem.swift",
        "ConfigsType.swift",
        "EnvironmentVariableConfigsHandler.swift",
        "InMemoryConfigsHandler.swift",
        "InfoPlistConfigStore.swift",
        "KeychainConfigs.swift",
        "Locks.swift",
        "MigrationConfigKey.swift",
        "MigrationConfigsHandler.swift",
        "MultiplexConfigsHandler.swift",
        "NOOPConfigsHandler.swift",
        "PrefixConfigsHandler.swift",
        "StoreRegistry.swift",
        "UbiquitousKeyValueStoreConfigsHandler.swift",
        "UserDefaultsConfigsHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.