Build Information
Successful build of swift-configs, reference main (fb2394
), with Swift 6.2 (beta) for Linux on 1 Sep 2025 13:35:56 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
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 /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/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: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/dankinsoid/swift-configs.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/29] Emitting module SwiftConfigs
/host/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 | }
/host/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 MultiplexConfigsHandler.swift
[5/32] Compiling SwiftConfigs NOOPConfigsHandler.swift
[6/32] Compiling SwiftConfigs PrefixConfigsHandler.swift
[7/32] Compiling SwiftConfigs ConfigCategory.swift
[8/32] Compiling SwiftConfigs ConfigFail.swift
[9/32] Compiling SwiftConfigs ConfigKey+constant.swift
[10/32] Compiling SwiftConfigs ConfigKey.swift
[11/32] Compiling SwiftConfigs ConfigWrapper.swift
/host/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 | }
/host/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
[12/32] Compiling SwiftConfigs Configs.swift
/host/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 | }
/host/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
[13/32] Compiling SwiftConfigs ConfigsAsyncSequences.swift
/host/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 | }
/host/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
[14/32] Compiling SwiftConfigs ConfigsCancellation.swift
/host/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 | }
/host/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
[15/32] Compiling SwiftConfigs StoreRegistry.swift
[16/32] Compiling SwiftConfigs UbiquitousKeyValueStoreConfigsHandler.swift
[17/32] Compiling SwiftConfigs UserDefaultsConfigsHandler.swift
[18/32] Compiling SwiftConfigs ConfigState.swift
[19/32] Compiling SwiftConfigs ConfigStore.swift
[20/32] Compiling SwiftConfigs ConfigStoreObserver.swift
[21/32] Compiling SwiftConfigs ConfigTransformer.swift
[22/32] Compiling SwiftConfigs ConfigsNamespace.swift
[23/32] Compiling SwiftConfigs ConfigsProtocol.swift
[24/32] Compiling SwiftConfigs ConfigsSystem.swift
[25/32] Compiling SwiftConfigs ConfigsType.swift
[26/32] Compiling SwiftConfigs EnvironmentVariableConfigsHandler.swift
[27/32] Compiling SwiftConfigs InMemoryConfigsHandler.swift
[28/32] Compiling SwiftConfigs InfoPlistConfigStore.swift
[29/32] Compiling SwiftConfigs KeychainConfigs.swift
[30/32] Compiling SwiftConfigs Locks.swift
[31/32] Compiling SwiftConfigs MigrationConfigKey.swift
[32/32] Compiling SwiftConfigs MigrationConfigsHandler.swift
Build complete! (18.15s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-configs",
"name" : "swift-configs",
"path" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.