The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-dotenv, reference develop (bed533), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 22:54:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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 bed5331 Merge pull request #46 from doozMen/develop
Cloned https://github.com/thebarndog/swift-dotenv.git
Revision (git rev-parse @):
bed53315bc88e8e9d3a7eabb2b9440c6e9c7aa51
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
[1/411] Fetching swift-dotenv
Fetched https://github.com/thebarndog/swift-dotenv.git from cache (0.76s)
Creating working copy for https://github.com/thebarndog/swift-dotenv.git
Working copy of https://github.com/thebarndog/swift-dotenv.git resolved at develop (bed5331)
warning: '.resolve-product-dependencies': dependency 'swift-dotenv' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/thebarndog/swift-dotenv.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/5] Compiling SwiftDotenv String+CamelCase.swift
[4/5] Compiling SwiftDotenv Dotenv.swift
[5/5] Emitting module SwiftDotenv
Build complete! (7.00s)
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.0"
}
Done.