The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-dotenv, reference develop (570d03), with Swift 6.1 for macOS (SPM) on 29 Aug 2025 13:19:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build 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
========================================
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/thebarndog/swift-dotenv.git
[5/471] Fetching swift-dotenv
Fetched https://github.com/thebarndog/swift-dotenv.git from cache (0.74s)
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.1
Building package at path:  $PWD
https://github.com/thebarndog/swift-dotenv.git
https://github.com/thebarndog/swift-dotenv.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/5] Compiling SwiftDotenv String+CamelCase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/5] Emitting module SwiftDotenv
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/5] Compiling SwiftDotenv Dotenv.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (4.46s)
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.