Build Information
Successful build of SwiftDotEnv, reference 2.0.1 (2a7527), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 23:11:09 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftontheserver/swiftdotenv.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftontheserver/swiftdotenv
* tag 2.0.1 -> FETCH_HEAD
HEAD is now at 2a75272 Merge branch 'GetBlast-master'
Cloned https://github.com/swiftontheserver/swiftdotenv.git
Revision (git rev-parse @):
2a7527210766fc726fb3d26fa9b8f295841e73df
SUCCESS checkout https://github.com/swiftontheserver/swiftdotenv.git at 2.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/swiftontheserver/swiftdotenv.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/4] Emitting module DotEnv
[4/4] Compiling DotEnv DotEnv.swift
Build complete! (2.90s)
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.