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 main (e4117c), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 21:27:35 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasei/IDPPlanner
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e4117c7 Use Swift Algorithms package for generation of subsets.
Cloned https://github.com/kasei/IDPPlanner.git
Revision (git rev-parse @):
e4117c70ed9d5d3e74f4bf84463682ff095240a9
SUCCESS checkout https://github.com/kasei/IDPPlanner.git at main
========================================
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/5] Write sources
[3/5] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling _NumericsShims _NumericsShims.c
[6/15] Compiling RealModule ElementaryFunctions.swift
[7/15] Compiling RealModule Real.swift
[8/15] Compiling RealModule Float16+Real.swift
[9/15] Compiling RealModule Float80+Real.swift
[10/16] Compiling RealModule Float+Real.swift
[11/16] Compiling RealModule ApproximateEquality.swift
[12/16] Compiling RealModule AlgebraicField.swift
[13/16] Emitting module RealModule
[14/16] Compiling RealModule AugmentedArithmetic.swift
[15/16] Compiling RealModule Double+Real.swift
[16/16] Compiling RealModule RealFunctions.swift
[17/36] Compiling Algorithms MinMax.swift
[18/36] Compiling Algorithms Partition.swift
[19/36] Compiling Algorithms FirstNonNil.swift
[20/36] Compiling Algorithms Indexed.swift
[21/36] Compiling Algorithms Suffix.swift
[22/36] Compiling Algorithms Trim.swift
[23/36] Compiling Algorithms Rotate.swift
[24/36] Compiling Algorithms Stride.swift
[25/36] Compiling Algorithms Intersperse.swift
[26/36] Compiling Algorithms LazySplit.swift
[27/38] Compiling Algorithms Permutations.swift
[28/38] Compiling Algorithms Product.swift
[29/38] Compiling Algorithms Compacted.swift
[30/38] Compiling Algorithms Cycle.swift
[31/38] Compiling Algorithms RandomSample.swift
[32/38] Compiling Algorithms Reductions.swift
[33/38] Compiling Algorithms Chain.swift
[34/38] Compiling Algorithms Chunked.swift
[35/38] Compiling Algorithms Combinations.swift
[36/38] Compiling Algorithms Unique.swift
[37/38] Compiling Algorithms Windows.swift
[38/38] Emitting module Algorithms
[39/40] Compiling IDPPlanner IDPPlanner.swift
[40/40] Emitting module IDPPlanner
Build complete! (6.48s)
Fetching https://github.com/apple/swift-algorithms
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (1.07s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 0.1.1 (1.60s)
Fetching https://github.com/apple/swift-numerics
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.02s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (1.54s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 0.1.1
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    }
  ],
  "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",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "IDPPlanner"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IDPPlanner",
      "module_type" : "SwiftTarget",
      "name" : "IDPPlanner",
      "path" : "Sources/IDPPlanner",
      "product_dependencies" : [
        "Algorithms"
      ],
      "product_memberships" : [
        "IDPPlanner"
      ],
      "sources" : [
        "IDPPlanner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.