Build Information
Successful build of swift-environment-variables, reference main (430a65), with Swift 6.1 for macOS (SPM) on 6 Nov 2025 15:15:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-environment-variables.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/coenttb/swift-environment-variables
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 430a65c fix: remove trailing comma in Package.swift for Swift 6.0 compatibility
Cloned https://github.com/coenttb/swift-environment-variables.git
Revision (git rev-parse @):
430a65caeaad8aa189330f645196485c0397d914
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-environment-variables.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/coenttb/swift-environment-variables.git
https://github.com/coenttb/swift-environment-variables.git
{
"dependencies" : [
{
"identity" : "swift-dependencies",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-environment-variables",
"name" : "swift-environment-variables",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "EnvVars",
"targets" : [
"EnvironmentVariables"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EnvironmentVariables",
"targets" : [
"EnvironmentVariables"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EnvironmentVariables_Tests",
"module_type" : "SwiftTarget",
"name" : "EnvironmentVariables Tests",
"path" : "Tests/EnvironmentVariables Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"EnvironmentVariables Tests.swift",
"EnvironmentVariables.extensions.swift",
"ReadmeVerificationTests.swift"
],
"target_dependencies" : [
"EnvironmentVariables"
],
"type" : "test"
},
{
"c99name" : "EnvironmentVariables",
"module_type" : "SwiftTarget",
"name" : "EnvironmentVariables",
"path" : "Sources/EnvironmentVariables",
"product_dependencies" : [
"Dependencies",
"Logging"
],
"product_memberships" : [
"EnvVars",
"EnvironmentVariables"
],
"sources" : [
"EnvironmentVariables.live.swift",
"EnvironmentVariables.swift",
"EnvironmentVariables.test.swift",
"exports.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/13] Write sources
[10/13] Write swift-version-2F0A5646E1D333AE.txt
[12/31] Compiling IssueReportingPackageSupport _Test.swift
[13/31] Emitting module IssueReportingPackageSupport
[14/53] Emitting module Logging
[15/53] Compiling Logging MetadataProvider.swift
[16/53] Compiling Logging Locks.swift
[17/53] Compiling Logging Logging.swift
[18/53] Compiling Logging LogHandler.swift
[19/53] Compiling ConcurrencyExtras Result.swift
[20/53] Compiling ConcurrencyExtras Task.swift
[21/53] Compiling IssueReporting TestContext.swift
[22/53] Compiling IssueReporting Unimplemented.swift
[23/54] Compiling ConcurrencyExtras LockIsolated.swift
[24/55] Compiling ConcurrencyExtras UncheckedBox.swift
[25/55] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[26/56] Emitting module ConcurrencyExtras
[27/56] Compiling ConcurrencyExtras Locking.swift
[28/56] Compiling ConcurrencyExtras AsyncStream.swift
[29/56] Compiling IssueReporting BreakpointReporter.swift
[30/56] Compiling IssueReporting FatalErrorReporter.swift
[31/56] Compiling ConcurrencyExtras MainSerialExecutor.swift
[32/56] Compiling IssueReporting Warn.swift
[33/56] Compiling IssueReporting XCTest.swift
[34/56] Compiling IssueReporting IsTesting.swift
[35/56] Compiling IssueReporting IssueReporter.swift
[36/56] Compiling IssueReporting Deprecations.swift
[37/56] Compiling IssueReporting FailureObserver.swift
[38/56] Compiling IssueReporting SwiftTesting.swift
[39/56] Compiling IssueReporting UncheckedSendable.swift
[40/56] Compiling IssueReporting LockIsolated.swift
[41/56] Compiling IssueReporting Rethrows.swift
[44/56] Compiling IssueReporting ErrorReporting.swift
[45/56] Compiling IssueReporting AppHostWarning.swift
[46/56] Emitting module IssueReporting
[47/56] Compiling IssueReporting RuntimeWarningReporter.swift
[48/56] Compiling IssueReporting ReportIssue.swift
[49/56] Compiling ConcurrencyExtras UncheckedSendable.swift
[50/56] Compiling IssueReporting WithExpectedIssue.swift
[51/56] Compiling IssueReporting WithIssueContext.swift
[52/80] Compiling XCTestDynamicOverlay Exports.swift
[53/80] Emitting module XCTestDynamicOverlay
[54/80] Compiling XCTestDynamicOverlay Deprecations.swift
[55/80] Compiling CombineSchedulers UIScheduler.swift
[56/81] Compiling CombineSchedulers UIKit.swift
[57/81] Compiling Clocks TestClock.swift
[58/81] Compiling Clocks UnimplementedClock.swift
[59/81] Compiling Clocks Timer.swift
[60/81] Emitting module CombineSchedulers
[61/81] Compiling CombineSchedulers UnimplementedScheduler.swift
[62/81] Compiling CombineSchedulers Timer.swift
[63/81] Compiling CombineSchedulers TestScheduler.swift
[64/81] Compiling IssueReportingTestSupport SwiftTesting.swift
[65/81] Emitting module IssueReportingTestSupport
[66/81] Compiling IssueReportingTestSupport XCTest.swift
[66/81] Write Objects.LinkFileList
[68/81] Compiling CombineSchedulers Lock.swift
[69/81] Compiling CombineSchedulers AnyScheduler.swift
[70/81] Compiling CombineSchedulers Concurrency.swift
[71/81] Compiling CombineSchedulers ImmediateScheduler.swift
[72/81] Compiling CombineSchedulers Deprecations.swift
[73/81] Compiling CombineSchedulers SwiftUI.swift
[74/81] Compiling CombineSchedulers NSRecursiveLock.swift
[75/81] Compiling Clocks AnyClock.swift
[76/81] Compiling Clocks SwiftUI.swift
[77/81] Compiling Clocks _AsyncTimerSequence.swift
[78/81] Compiling Clocks Lock.swift
[79/81] Compiling Clocks ImmediateClock.swift
[80/81] Emitting module Clocks
[80/106] Linking libIssueReportingTestSupport.dylib
[82/106] Emitting module Dependencies
[83/108] Compiling Dependencies FireAndForget.swift
[84/108] Compiling Dependencies Locale.swift
[85/108] Compiling Dependencies MainQueue.swift
[86/108] Compiling Dependencies Deprecations.swift
[87/108] Compiling Dependencies Exports.swift
[88/108] Compiling Dependencies Dependency.swift
[89/108] Compiling Dependencies DependencyContext.swift
[90/108] Compiling Dependencies DependencyKey.swift
[91/108] Compiling Dependencies Clocks.swift
[92/108] Compiling Dependencies Context.swift
[93/108] Compiling Dependencies Date.swift
[94/108] Compiling Dependencies TimeZone.swift
[95/108] Compiling Dependencies URLSession.swift
[96/108] Compiling Dependencies UUID.swift
[97/108] Compiling Dependencies WithRandomNumberGenerator.swift
[98/108] Compiling Dependencies AppEntryPoint.swift
[99/108] Compiling Dependencies TypeName.swift
[100/108] Compiling Dependencies PreviewTrait.swift
[101/108] Compiling Dependencies MainRunLoop.swift
[102/108] Compiling Dependencies NotificationCenter.swift
[103/108] Compiling Dependencies OpenURL.swift
[104/108] Compiling Dependencies DependencyValues.swift
[105/108] Compiling Dependencies Assert.swift
[106/108] Compiling Dependencies Calendar.swift
[107/108] Compiling Dependencies TestTrait.swift
[108/108] Compiling Dependencies WithDependencies.swift
[109/113] Compiling EnvironmentVariables EnvironmentVariables.swift
[110/113] Compiling EnvironmentVariables EnvironmentVariables.test.swift
[111/113] Compiling EnvironmentVariables exports.swift
[112/113] Compiling EnvironmentVariables EnvironmentVariables.live.swift
[113/113] Emitting module EnvironmentVariables
Build complete! (25.36s)
Fetching https://github.com/pointfreeco/swift-dependencies from cache
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.03s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/apple/swift-log from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.68s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.87s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.74s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.75s)
Fetched https://github.com/apple/swift-log from cache (1.76s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.80s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (2.43s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.49s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.49s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.51s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.51s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.50s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at main (3643869)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-dependencies",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-environment-variables",
"name" : "swift-environment-variables",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "EnvVars",
"targets" : [
"EnvironmentVariables"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EnvironmentVariables",
"targets" : [
"EnvironmentVariables"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EnvironmentVariables_Tests",
"module_type" : "SwiftTarget",
"name" : "EnvironmentVariables Tests",
"path" : "Tests/EnvironmentVariables Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"EnvironmentVariables Tests.swift",
"EnvironmentVariables.extensions.swift",
"ReadmeVerificationTests.swift"
],
"target_dependencies" : [
"EnvironmentVariables"
],
"type" : "test"
},
{
"c99name" : "EnvironmentVariables",
"module_type" : "SwiftTarget",
"name" : "EnvironmentVariables",
"path" : "Sources/EnvironmentVariables",
"product_dependencies" : [
"Dependencies",
"Logging"
],
"product_memberships" : [
"EnvVars",
"EnvironmentVariables"
],
"sources" : [
"EnvironmentVariables.live.swift",
"EnvironmentVariables.swift",
"EnvironmentVariables.test.swift",
"exports.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.