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 v1.2.2 (48c2f8), with Swift 5.10 for macOS (SPM) on 18 Sep 2025 03:49:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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: v1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/denissimon/prediction-builder-swift
 * tag               v1.2.2     -> FETCH_HEAD
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 v1.2.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/denissimon/prediction-builder-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/4] Emitting module PredictionBuilder
[4/4] Compiling PredictionBuilder PredictionBuilder.swift
Build complete! (5.62s)
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.