The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PredictionBuilder, reference v1.2.2 (48c2f8), with Swift 6.1 for macOS (SPM) on 18 Sep 2025 03:49:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

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
========================================
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": "prediction-builder-swift",
      "name": "PredictionBuilder",
      "url": "https://github.com/denissimon/prediction-builder-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/prediction-builder-swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/denissimon/prediction-builder-swift.git
[1/230] Fetching prediction-builder-swift
Fetched https://github.com/denissimon/prediction-builder-swift.git from cache (0.75s)
Creating working copy for https://github.com/denissimon/prediction-builder-swift.git
Working copy of https://github.com/denissimon/prediction-builder-swift.git resolved at v1.2.2 (48c2f8d)
warning: '.resolve-product-dependencies': dependency 'prediction-builder-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/denissimon/prediction-builder-swift.git
https://github.com/denissimon/prediction-builder-swift.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module PredictionBuilder
[4/4] Compiling PredictionBuilder PredictionBuilder.swift
Build complete! (3.77s)
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.