Build Information
Successful build of swift-dotenv, reference develop (570d03), with Swift 6.2 for macOS (SPM) on 29 Aug 2025 13:18:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thebarndog/swift-dotenv.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thebarndog/swift-dotenv
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 570d03e Merge pull request #51 from thebarndog/chore/6.1-workflow
Cloned https://github.com/thebarndog/swift-dotenv.git
Revision (git rev-parse @):
570d03e62099abb8926b7f7da001cb335bcde354
SUCCESS checkout https://github.com/thebarndog/swift-dotenv.git at develop
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/thebarndog/swift-dotenv.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/5] Compiling SwiftDotenv String+CamelCase.swift
[4/5] Emitting module SwiftDotenv
[5/5] Compiling SwiftDotenv Dotenv.swift
Build complete! (4.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-dotenv",
"name" : "swift-dotenv",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftDotenv",
"targets" : [
"SwiftDotenv"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftDotenvTests",
"module_type" : "SwiftTarget",
"name" : "SwiftDotenvTests",
"path" : "Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/fixture.env",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"DotenvTests.swift"
],
"target_dependencies" : [
"SwiftDotenv"
],
"type" : "test"
},
{
"c99name" : "SwiftDotenv",
"module_type" : "SwiftTarget",
"name" : "SwiftDotenv",
"path" : "Sources",
"product_memberships" : [
"SwiftDotenv"
],
"sources" : [
"Dotenv.swift",
"String+CamelCase.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.