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 Wasm on 18 Jun 2025 21:25:09 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kasei/IDPPlanner.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-algorithms
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (0.47s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 0.1.1 (1.57s)
Fetching https://github.com/apple/swift-numerics
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.75s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (1.51s)
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
Building for debugging...
[0/5] Write sources
[3/5] Compiling _NumericsShims _NumericsShims.c
[3/5] Write swift-version-24593BA9C3E375BF.txt
[6/15] Compiling RealModule Float16+Real.swift
[7/16] Compiling RealModule ElementaryFunctions.swift
[8/16] Compiling RealModule Float+Real.swift
[9/16] Compiling RealModule RealFunctions.swift
[10/16] Compiling RealModule AlgebraicField.swift
[11/16] Compiling RealModule ApproximateEquality.swift
[12/16] Emitting module RealModule
[13/16] Compiling RealModule AugmentedArithmetic.swift
[14/16] Compiling RealModule Double+Real.swift
[15/16] Compiling RealModule Float80+Real.swift
[16/16] Compiling RealModule Real.swift
[18/37] Compiling Algorithms Suffix.swift
[19/37] Compiling Algorithms Trim.swift
[20/39] Compiling Algorithms Unique.swift
[21/39] Compiling Algorithms Windows.swift
[22/39] Compiling Algorithms Compacted.swift
[23/39] Compiling Algorithms Cycle.swift
[24/39] Compiling Algorithms FirstNonNil.swift
[25/39] Compiling Algorithms MinMax.swift
[26/39] Compiling Algorithms Partition.swift
[27/39] Compiling Algorithms Permutations.swift
[28/39] Compiling Algorithms Indexed.swift
[29/39] Compiling Algorithms Intersperse.swift
[30/39] Compiling Algorithms LazySplit.swift
[31/39] Compiling Algorithms Rotate.swift
[32/39] Compiling Algorithms Stride.swift
[33/39] Compiling Algorithms Product.swift
[34/39] Compiling Algorithms RandomSample.swift
[35/39] Compiling Algorithms Reductions.swift
[36/39] Compiling Algorithms Chain.swift
[37/39] Compiling Algorithms Chunked.swift
[38/39] Compiling Algorithms Combinations.swift
[39/39] Emitting module Algorithms
[41/42] Emitting module IDPPlanner
[42/42] Compiling IDPPlanner IDPPlanner.swift
Build complete! (17.15s)
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" : "/host/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"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.