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 IDPPlanner, reference 0.0.5 (10147e), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 21:26: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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasei/IDPPlanner.git
Reference: 0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasei/IDPPlanner
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at 10147e1 Fixed confusion between .bestRow and .bestPlan.
Cloned https://github.com/kasei/IDPPlanner.git
Revision (git rev-parse @):
10147e1d6db3b461e26175578185a99cef8b4280
SUCCESS checkout https://github.com/kasei/IDPPlanner.git at 0.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kasei/IDPPlanner.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/5] Compiling IDPPlanner IDPPlanner.swift
[4/5] Compiling IDPPlanner SetExtensions.swift
[5/5] Emitting module IDPPlanner
Build complete! (3.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IDPPlanner",
  "name" : "IDPPlanner",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IDPPlanner",
      "targets" : [
        "IDPPlanner"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IDPPlannerTests",
      "module_type" : "SwiftTarget",
      "name" : "IDPPlannerTests",
      "path" : "Tests/IDPPlannerTests",
      "sources" : [
        "IDPPlannerTests.swift",
        "SetExtensionsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "IDPPlanner"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IDPPlanner",
      "module_type" : "SwiftTarget",
      "name" : "IDPPlanner",
      "path" : "Sources/IDPPlanner",
      "product_memberships" : [
        "IDPPlanner"
      ],
      "sources" : [
        "IDPPlanner.swift",
        "SetExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.