The Swift Package Index logo.Swift Package Index

Build Information

Failed to build pecker, reference master (bd6931), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 15:41:35 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/woshiccm/Pecker.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/woshiccm/Pecker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bd69311 Merge pull request #70 from ArthurChi/master
Cloned https://github.com/woshiccm/Pecker.git
Revision (git rev-parse @):
bd6931173f57d696c24e530514bb0e8a2b3346f7
SUCCESS checkout https://github.com/woshiccm/Pecker.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/woshiccm/Pecker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Fetching https://github.com/apple/indexstore-db.git
[1/5263] Fetching indexstore-db
Fetched https://github.com/apple/indexstore-db.git from cache (1.42s)
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6855] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (1.30s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-syntax.git
[1/10859] Fetching yams
[2/26239] Fetching yams, swift-argument-parser
[23634/97145] Fetching yams, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.26s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.26s)
Fetched https://github.com/jpsim/Yams.git from cache (3.26s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.3.2 (3.83s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50500.0 (0.55s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.52s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 0.3.2
Creating working copy for https://github.com/apple/indexstore-db.git
Working copy of https://github.com/apple/indexstore-db.git resolved at release/5.5 (e771994)
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at main (f9b4010)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50500.0
error: the library 'PeckerKit' requires macos 10.13, but depends on the product 'SwiftToolsSupport-auto' which requires macos 10.15; consider changing the library 'PeckerKit' to require macos 10.15 or later, or the product 'SwiftToolsSupport-auto' to require macos 10.13 or earlier.
error: the executable 'Pecker' requires macos 10.13, but depends on the product 'SwiftToolsSupport-auto' which requires macos 10.15; consider changing the executable 'Pecker' to require macos 10.15 or later, or the product 'SwiftToolsSupport-auto' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm