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 Android on 18 Jun 2025 21:24:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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:         android
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.44s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 0.1.1 (0.96s)
Fetching https://github.com/apple/swift-numerics
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.54s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (1.11s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 0.1.1
Building for debugging...
[0/5] Write sources
[3/5] Compiling _NumericsShims _NumericsShims.c
[4/5] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/15] Compiling RealModule Float80+Real.swift
[7/15] Compiling RealModule Real.swift
[8/16] Compiling RealModule ElementaryFunctions.swift
[9/16] Compiling RealModule Float16+Real.swift
[10/16] Compiling RealModule RealFunctions.swift
[11/16] Compiling RealModule Float+Real.swift
[12/16] Compiling RealModule AlgebraicField.swift
[13/16] Compiling RealModule ApproximateEquality.swift
[14/16] Compiling RealModule AugmentedArithmetic.swift
[15/16] Compiling RealModule Double+Real.swift
[16/16] Emitting module RealModule
[18/37] Compiling Algorithms MinMax.swift
[19/37] Compiling Algorithms Partition.swift
[20/37] Compiling Algorithms Permutations.swift
[21/39] Compiling Algorithms Unique.swift
[22/39] Compiling Algorithms Windows.swift
[23/39] Compiling Algorithms Rotate.swift
[24/39] Compiling Algorithms Stride.swift
[25/39] Compiling Algorithms Indexed.swift
[26/39] Compiling Algorithms Intersperse.swift
[27/39] Compiling Algorithms LazySplit.swift
[28/39] Compiling Algorithms Product.swift
[29/39] Compiling Algorithms RandomSample.swift
[30/39] Compiling Algorithms Reductions.swift
[31/39] Compiling Algorithms Suffix.swift
[32/39] Compiling Algorithms Trim.swift
[33/39] Compiling Algorithms Chain.swift
[34/39] Compiling Algorithms Chunked.swift
[35/39] Compiling Algorithms Combinations.swift
[36/39] Compiling Algorithms Compacted.swift
[37/39] Compiling Algorithms Cycle.swift
[38/39] Compiling Algorithms FirstNonNil.swift
[39/39] Emitting module Algorithms
[41/42] Compiling IDPPlanner IDPPlanner.swift
[42/42] Emitting module IDPPlanner
Build complete! (16.43s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.