Build Information
Successful build of IDPPlanner, reference main (e4117c
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 13:16:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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
Fetching https://github.com/apple/swift-algorithms
[1/5563] 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 (0.66s)
Fetching https://github.com/apple/swift-numerics
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.07s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.64s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "idpplanner",
"name": "IDPPlanner",
"url": "https://github.com/kasei/IDPPlanner.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IDPPlanner",
"dependencies": [
{
"identity": "swift-algorithms",
"name": "swift-algorithms",
"url": "https://github.com/apple/swift-algorithms",
"version": "0.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
"dependencies": [
{
"identity": "swift-numerics",
"name": "swift-numerics",
"url": "https://github.com/apple/swift-numerics",
"version": "0.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/kasei/IDPPlanner.git
[1/47] Fetching idpplanner
Fetched https://github.com/kasei/IDPPlanner.git from cache (0.65s)
Fetching https://github.com/apple/swift-algorithms from cache
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 (0.02s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.47s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.02s)
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/kasei/IDPPlanner.git
Working copy of https://github.com/kasei/IDPPlanner.git resolved at main (e4117c7)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
warning: '.resolve-product-dependencies': dependency 'idpplanner' is not used by any target
Found 1 product dependencies
- swift-algorithms
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/kasei/IDPPlanner.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun 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--7754E27361AE5C74.txt
[6/15] Compiling RealModule Float80+Real.swift
[7/16] Compiling RealModule RealFunctions.swift
[8/16] Compiling RealModule Float+Real.swift
[9/16] Compiling RealModule Real.swift
[10/16] Compiling RealModule Float16+Real.swift
[11/16] Compiling RealModule ApproximateEquality.swift
[12/16] Compiling RealModule ElementaryFunctions.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/36] Compiling Algorithms FirstNonNil.swift
[20/36] Compiling Algorithms Indexed.swift
[21/38] Compiling Algorithms Rotate.swift
[22/38] Compiling Algorithms Stride.swift
[23/38] Compiling Algorithms Intersperse.swift
[24/38] Compiling Algorithms LazySplit.swift
[25/38] Compiling Algorithms Compacted.swift
[26/38] Compiling Algorithms Cycle.swift
[27/38] Compiling Algorithms RandomSample.swift
[28/38] Compiling Algorithms Reductions.swift
[29/38] Compiling Algorithms Unique.swift
[30/38] Compiling Algorithms Windows.swift
[31/38] Compiling Algorithms Permutations.swift
[32/38] Compiling Algorithms Product.swift
[33/38] Compiling Algorithms MinMax.swift
[34/38] Compiling Algorithms Partition.swift
[35/38] Compiling Algorithms Chain.swift
[36/38] Compiling Algorithms Chunked.swift
[37/38] Compiling Algorithms Combinations.swift
[38/38] Emitting module Algorithms
[39/40] Emitting module IDPPlanner
[40/40] Compiling IDPPlanner IDPPlanner.swift
Build complete! (10.87s)
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.