The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PredictionBuilder, reference master (48c2f8), with Swift 6.2 for macOS (SPM) on 18 Sep 2025 03:50:43 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/denissimon/prediction-builder-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/denissimon/prediction-builder-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 48c2f8d Upgrade to Swift 6 🚀
Cloned https://github.com/denissimon/prediction-builder-swift.git
Revision (git rev-parse @):
48c2f8d7ed92cbf8d4990f0bb65ab806ba2a7870
SUCCESS checkout https://github.com/denissimon/prediction-builder-swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/denissimon/prediction-builder-swift.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 PredictionBuilder PredictionBuilder.swift
[4/4] Emitting module PredictionBuilder
Build complete! (3.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PredictionBuilder",
  "name" : "PredictionBuilder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PredictionBuilder",
      "targets" : [
        "PredictionBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PredictionBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "PredictionBuilderTests",
      "path" : "Tests",
      "sources" : [
        "PredictionBuilderTests/PredictionBuilderTests.swift"
      ],
      "target_dependencies" : [
        "PredictionBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PredictionBuilder",
      "module_type" : "SwiftTarget",
      "name" : "PredictionBuilder",
      "path" : "Sources",
      "product_memberships" : [
        "PredictionBuilder"
      ],
      "sources" : [
        "PredictionBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.