Build Information
Failed to build Inkable, reference main (ee05f3), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 18:39:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamwulf/Inkable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamwulf/Inkable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ee05f32 Merge branch 'fix/bezier-reset'
Cloned https://github.com/adamwulf/Inkable.git
Revision (git rev-parse @):
ee05f325e39fe9e291d1ec3598bbfa865a144fb1
SUCCESS checkout https://github.com/adamwulf/Inkable.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/adamwulf/Inkable.git
https://github.com/adamwulf/Inkable.git
{
"dependencies" : [
{
"identity" : "performancebezier",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adamwulf/PerformanceBezier.git"
},
{
"identity" : "clippingbezier",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adamwulf/ClippingBezier.git"
},
{
"identity" : "swifttoolbox",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/adamwulf/SwiftToolbox.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Inkable",
"name" : "Inkable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Inkable",
"targets" : [
"Inkable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "InkableTests",
"module_type" : "SwiftTarget",
"name" : "InkableTests",
"path" : "Tests/InkableTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/InkableTests/events.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/InkableTests/pencil-antigrain.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/InkableTests/pencil-antigrain2.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/InkableTests/pencil-error.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/InkableTests/unknown-polyline-index.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AntigrainSmootherTests.swift",
"BezierStreamTests.swift",
"DouglasPeuckerTests.swift",
"HelperTests.swift",
"PolylineTests.swift",
"ReplayEventTests.swift",
"SavitzkyGolayTests.swift",
"TestHelpers.swift",
"TestsOfTests.swift",
"TouchPathTests.swift"
],
"target_dependencies" : [
"Inkable"
],
"type" : "test"
},
{
"c99name" : "Inkable",
"module_type" : "SwiftTarget",
"name" : "Inkable",
"path" : "Sources/Inkable",
"product_dependencies" : [
"PerformanceBezier",
"ClippingBezier",
"SwiftToolbox"
],
"product_memberships" : [
"Inkable"
],
"sources" : [
"Extensions/UIBezierPath+Elements.swift",
"Extensions/UITouch+Extensions.swift",
"External/ColorCodable/ColorCodable.swift",
"External/OrderedSet/OrderedSet.swift",
"Gestures/TouchEventGestureRecognizer.swift",
"Helpers/MinMaxIndex.swift",
"Inkable.swift",
"Model/BezierSmoothers/AntigrainSmoother.swift",
"Model/BezierSmoothers/LineSmoother.swift",
"Model/BezierSmoothers/Smoother.swift",
"Model/BezierStream.swift",
"Model/Polyline.swift",
"Model/PolylineFilters/IterativeDouglasPeucker.swift",
"Model/PolylineFilters/NaiveDouglasPeucker.swift",
"Model/PolylineFilters/NaivePointDistance.swift",
"Model/PolylineFilters/NaiveSavitzkyGolay.swift",
"Model/PolylineFilters/SavitzkyGolay.swift",
"Model/PolylineStream.swift",
"Model/ProducerConsumer.swift",
"Model/TouchEvent.swift",
"Model/TouchEventStream.swift",
"Model/TouchPath.swift",
"Model/TouchPathStream.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Fetching https://github.com/adamwulf/SwiftToolbox.git
[1/1976] Fetching swifttoolbox
Fetched https://github.com/adamwulf/SwiftToolbox.git from cache (1.38s)
Fetching https://github.com/adamwulf/ClippingBezier.git
Fetching https://github.com/adamwulf/PerformanceBezier.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2002] Fetching clippingbezier
[2/3093] Fetching clippingbezier, performancebezier
[86/5142] Fetching clippingbezier, performancebezier, swift-docc-plugin
Fetched https://github.com/adamwulf/ClippingBezier.git from cache (1.12s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.14s)
Fetched https://github.com/adamwulf/PerformanceBezier.git from cache (1.14s)
Computing version for https://github.com/adamwulf/PerformanceBezier.git
Computed https://github.com/adamwulf/PerformanceBezier.git at 1.3.2 (1.75s)
Computing version for https://github.com/adamwulf/ClippingBezier.git
Computed https://github.com/adamwulf/ClippingBezier.git at 1.2.5 (0.58s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.80s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.46s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/adamwulf/PerformanceBezier.git
Working copy of https://github.com/adamwulf/PerformanceBezier.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/adamwulf/ClippingBezier.git
Working copy of https://github.com/adamwulf/ClippingBezier.git resolved at 1.2.5
Creating working copy for https://github.com/adamwulf/SwiftToolbox.git
Working copy of https://github.com/adamwulf/SwiftToolbox.git resolved at main (efbef16)
error: the library 'Inkable' requires macos 10.13, but depends on the product 'SwiftToolbox' which requires macos 10.14; consider changing the library 'Inkable' to require macos 10.14 or later, or the product 'SwiftToolbox' to require macos 10.13 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'Inkable' requires macos 10.13, but depends on the product 'SwiftToolbox' which requires macos 10.14; consider changing the library 'Inkable' to require macos 10.14 or later, or the product 'SwiftToolbox' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm