Build Information
Successful build of swift-dotenv, reference develop (570d03), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 17:33:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-dotenv",
"name": "swift-dotenv",
"url": "https://github.com/thebarndog/swift-dotenv.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-dotenv",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/thebarndog/swift-dotenv.git
[1/471] Fetching swift-dotenv
Fetched https://github.com/thebarndog/swift-dotenv.git from cache (0.77s)
Creating working copy for https://github.com/thebarndog/swift-dotenv.git
Working copy of https://github.com/thebarndog/swift-dotenv.git resolved at develop (570d03e)
warning: '.resolve-product-dependencies': dependency 'swift-dotenv' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/thebarndog/swift-dotenv.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Compiling SwiftDotenv Dotenv.swift
[4/5] Compiling SwiftDotenv String+CamelCase.swift
[5/5] Emitting module SwiftDotenv
Build complete! (4.01s)
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.