The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftDotEnv, reference master (8ab847), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 23:11:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
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] 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 |
[4/4] Emitting module DotEnv
Build complete! (3.16s)
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.