The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PredictionBuilder, reference master (48c2f8), with Swift 6.0 for macOS (SPM) on 18 Sep 2025 03:50:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.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.0
Building package at path:  $PWD
https://github.com/denissimon/prediction-builder-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Emitting module PredictionBuilder
[4/4] Compiling PredictionBuilder PredictionBuilder.swift
Build complete! (3.80s)
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.