This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of IDPPlanner with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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.0
Building package at path:  $workDir
https://github.com/kasei/IDPPlanner.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/5] Write sources
[3/5] Compiling _NumericsShims _NumericsShims.c
[4/5] Write swift-version-6F35C1178C84523A.txt
[6/15] Compiling RealModule Float80+Real.swift
[7/15] Compiling RealModule Real.swift
[8/16] Compiling RealModule Float16+Real.swift
[9/16] Compiling RealModule RealFunctions.swift
[10/16] Compiling RealModule Float+Real.swift
[11/16] Compiling RealModule ElementaryFunctions.swift
[12/16] Compiling RealModule ApproximateEquality.swift
[13/16] Compiling RealModule AugmentedArithmetic.swift
[14/16] Emitting module RealModule
[15/16] Compiling RealModule AlgebraicField.swift
[16/16] Compiling RealModule Double+Real.swift
[17/36] Compiling Algorithms Suffix.swift
[18/36] Compiling Algorithms Trim.swift
[19/38] Compiling Algorithms Rotate.swift
[20/38] Compiling Algorithms Stride.swift
[21/38] Compiling Algorithms Intersperse.swift
[22/38] Compiling Algorithms LazySplit.swift
[23/38] Compiling Algorithms FirstNonNil.swift
[24/38] Compiling Algorithms Indexed.swift
[25/38] Compiling Algorithms Compacted.swift
[26/38] Compiling Algorithms Cycle.swift
[27/38] Compiling Algorithms MinMax.swift
[28/38] Compiling Algorithms Partition.swift
[29/38] Compiling Algorithms Permutations.swift
[30/38] Compiling Algorithms Product.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] Emitting module IDPPlanner
[40/40] Compiling IDPPlanner IDPPlanner.swift
Build complete! (14.98s)
Fetching https://github.com/apple/swift-algorithms
[1/5228] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (1.20s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 0.1.1 (0.63s)
Fetching https://github.com/apple/swift-numerics
[1/5472] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.16s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.65s)
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
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.