Build Information
Failed to build HDT, reference 0.0.6 (0cd118
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 22:33:36 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/kasei/swift-hdt.git
Reference: 0.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasei/swift-hdt
* tag 0.0.6 -> FETCH_HEAD
HEAD is now at 0cd1183 Updated CryptoSwift dependency version to 1.0.0.
Cloned https://github.com/kasei/swift-hdt.git
Revision (git rev-parse @):
0cd1183ee7a5c60443e5e19693c981e95ccbad8d
SUCCESS checkout https://github.com/kasei/swift-hdt.git at 0.0.6
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kasei/swift-hdt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/kasei/kineo.git
Fetching https://github.com/kasei/swift-sparql-syntax.git
[1/2483] Fetching swift-sparql-syntax
[2/8723] Fetching swift-sparql-syntax, kineo
[1012/21664] Fetching swift-sparql-syntax, kineo, cryptoswift
Fetched https://github.com/kasei/kineo.git from cache (1.56s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.56s)
Fetched https://github.com/kasei/swift-sparql-syntax.git from cache (1.56s)
Computing version for https://github.com/kasei/swift-sparql-syntax.git
Computed https://github.com/kasei/swift-sparql-syntax.git at 0.0.117 (3.49s)
Fetching https://github.com/kasei/swift-serd.git
[1/68] Fetching swift-serd
Fetched https://github.com/kasei/swift-serd.git from cache (0.63s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (1.11s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.48s)
Computing version for https://github.com/kasei/kineo.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (0.48s)
Computed https://github.com/kasei/swift-sparql-syntax.git at 0.0.117 (0.00s)
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.00s)
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (0.00s)
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.0.0 (0.48s)
Computed https://github.com/kasei/kineo.git at 0.0.92 (0.00s)
Fetching https://github.com/kasei/diomede.git
Fetching https://github.com/kylef/URITemplate.swift.git
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/812] Fetching uritemplate.swift
[83/1600] Fetching uritemplate.swift, diomede
[947/11451] Fetching uritemplate.swift, diomede, sqlite.swift
Fetched https://github.com/kasei/diomede.git from cache (0.86s)
[1404/10663] Fetching uritemplate.swift, sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.45s)
Fetched https://github.com/kylef/URITemplate.swift.git from cache (1.45s)
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (1.48s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.11.6 (1.82s)
Computing version for https://github.com/kylef/URITemplate.swift.git
Computed https://github.com/kylef/URITemplate.swift.git at 3.0.1 (0.47s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
[165/2432] Fetching spectre, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.91s)
Fetched https://github.com/kylef/Spectre.git from cache (0.91s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.41s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.48s)
Computed https://github.com/kasei/swift-sparql-syntax.git at 0.0.117 (0.00s)
Computing version for https://github.com/kasei/diomede.git
warning: 'diomede': /Package.swift:28:4: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
26 | dependencies: [
27 | .package(url: "https://github.com/agisboye/CLMDB.git", from: "0.9.24"),
28 | .package(name: "CryptoSwift", url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.5.0")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
29 | .package(name: "SPARQLSyntax", url: "https://github.com/kasei/swift-sparql-syntax.git", .upToNextMinor(from: "0.2.0")),
30 | ],
/Package.swift:29:4: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
27 | .package(url: "https://github.com/agisboye/CLMDB.git", from: "0.9.24"),
28 | .package(name: "CryptoSwift", url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.5.0")),
29 | .package(name: "SPARQLSyntax", url: "https://github.com/kasei/swift-sparql-syntax.git", .upToNextMinor(from: "0.2.0")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
30 | ],
31 | targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/kasei/diomede.git at 0.0.52 (0.48s)
Fetching https://github.com/agisboye/CLMDB.git
[1/45] Fetching clmdb
Fetched https://github.com/agisboye/CLMDB.git from cache (0.49s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.33 (0.98s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.0.0
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.11.6
Creating working copy for https://github.com/kylef/URITemplate.swift.git
Working copy of https://github.com/kylef/URITemplate.swift.git resolved at 3.0.1
Creating working copy for https://github.com/kasei/diomede.git
Working copy of https://github.com/kasei/diomede.git resolved at 0.0.52
Creating working copy for https://github.com/kasei/kineo.git
Working copy of https://github.com/kasei/kineo.git resolved at 0.0.92
Creating working copy for https://github.com/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.33
Creating working copy for https://github.com/kasei/swift-sparql-syntax.git
Working copy of https://github.com/kasei/swift-sparql-syntax.git resolved at 0.0.117
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kasei/swift-serd.git
Working copy of https://github.com/kasei/swift-serd.git resolved at 0.0.4
error: the executable 'hdt-parse' requires macos 10.13, but depends on the product 'Kineo' which requires macos 10.15; consider changing the executable 'hdt-parse' to require macos 10.15 or later, or the product 'Kineo' to require macos 10.13 or earlier.
error: the executable 'hdt-write' requires macos 10.13, but depends on the product 'Kineo' which requires macos 10.15; consider changing the executable 'hdt-write' to require macos 10.15 or later, or the product 'Kineo' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm