Build Information
Successful build of SwiftDotEnv, reference master (8ab847), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 19:46:05 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/swiftontheserver/swiftdotenv.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftontheserver/swiftdotenv
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8ab8479 Add archived warning
Cloned https://github.com/swiftontheserver/swiftdotenv.git
Revision (git rev-parse @):
8ab8479c45cf5af6cd794127d9161af2da4d2588
SUCCESS checkout https://github.com/swiftontheserver/swiftdotenv.git at master
========================================
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": "swiftdotenv",
"name": "SwiftDotEnv",
"url": "https://github.com/swiftontheserver/swiftdotenv.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftdotenv",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/swiftontheserver/swiftdotenv.git
[1/112] Fetching swiftdotenv
Fetched https://github.com/swiftontheserver/swiftdotenv.git from cache (0.65s)
Creating working copy for https://github.com/swiftontheserver/swiftdotenv.git
Working copy of https://github.com/swiftontheserver/swiftdotenv.git resolved at master (8ab8479)
warning: '.resolve-product-dependencies': dependency 'swiftdotenv' 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/swiftontheserver/swiftdotenv.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/4] Emitting module DotEnv
[4/4] Compiling DotEnv DotEnv.swift
/Users/admin/builder/spi-builder-workspace/Sources/DotEnv/DotEnv.swift:21:13: warning: variable 'path' was never mutated; consider changing to 'let' constant
19 | public func loadDotEnvFile(path: String) {
20 |
21 | var path = path.starts(with: "/") ? path : getAbsolutePath(relativePath: "/\(path)")
| `- warning: variable 'path' was never mutated; consider changing to 'let' constant
22 | if let path = path, let contents = try? NSString(contentsOfFile: path, encoding: String.Encoding.utf8.rawValue) {
23 |
Build complete! (3.60s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftDotEnv",
"name" : "SwiftDotEnv",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftDotEnv",
"targets" : [
"DotEnv"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DotEnvTests",
"module_type" : "SwiftTarget",
"name" : "DotEnvTests",
"path" : "Sources/DotEnvTests",
"sources" : [
"DotEnvTests.swift"
],
"target_dependencies" : [
"DotEnv"
],
"type" : "test"
},
{
"c99name" : "DotEnv",
"module_type" : "SwiftTarget",
"name" : "DotEnv",
"path" : "Sources/DotEnv",
"product_memberships" : [
"SwiftDotEnv"
],
"sources" : [
"DotEnv.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.