The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RuntimeEnvironment, reference v1.0.4 (08bdec), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 01:15:58 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/Digipolitan/runtime-environment.git
Reference: v1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Digipolitan/runtime-environment
 * tag               v1.0.4     -> FETCH_HEAD
HEAD is now at 08bdec5 Merge branch 'release/1.0.4'
Cloned https://github.com/Digipolitan/runtime-environment.git
Revision (git rev-parse @):
08bdec5e00a04a1c96d99f4c771fc6fa811e89ad
SUCCESS checkout https://github.com/Digipolitan/runtime-environment.git at v1.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Digipolitan/runtime-environment.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 RuntimeEnvironment RuntimeEnvironment.swift
[4/4] Emitting module RuntimeEnvironment
Build complete! (2.94s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RuntimeEnvironment",
  "name" : "RuntimeEnvironment",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RuntimeEnvironment",
      "targets" : [
        "RuntimeEnvironment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RuntimeEnvironmentTests",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeEnvironmentTests",
      "path" : "Tests/RuntimeEnvironmentTests",
      "sources" : [
        "RuntimeEnvironmentTests.swift"
      ],
      "target_dependencies" : [
        "RuntimeEnvironment"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RuntimeEnvironment",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeEnvironment",
      "path" : "Sources/RuntimeEnvironment",
      "product_memberships" : [
        "RuntimeEnvironment"
      ],
      "sources" : [
        "RuntimeEnvironment.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.