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

Failed to build Inkable, reference main (ee05f3), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 09:40:49 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path:  $PWD
https://github.com/adamwulf/Inkable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Fetching https://github.com/adamwulf/SwiftToolbox.git
[1/1976] Fetching swifttoolbox
Fetched https://github.com/adamwulf/SwiftToolbox.git from cache (1.39s)
Fetching https://github.com/adamwulf/PerformanceBezier.git
Fetching https://github.com/adamwulf/ClippingBezier.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2002] Fetching clippingbezier
[242/3093] Fetching clippingbezier, performancebezier
[488/5175] Fetching clippingbezier, performancebezier, swift-docc-plugin
Fetched https://github.com/adamwulf/PerformanceBezier.git from cache (1.30s)
Fetched https://github.com/adamwulf/ClippingBezier.git from cache (1.30s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.30s)
Computing version for https://github.com/adamwulf/PerformanceBezier.git
Computed https://github.com/adamwulf/PerformanceBezier.git at 1.3.2 (1.82s)
Computing version for https://github.com/adamwulf/ClippingBezier.git
Computed https://github.com/adamwulf/ClippingBezier.git at 1.2.5 (0.52s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.51s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.76s)
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/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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
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/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.
BUILD FAILURE 6.2 macosSpm