Build Information
Failed to build HDT, reference master (0cd118
), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 21:09:42 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasei/swift-hdt.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasei/swift-hdt
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
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
[264/21657] Fetching swift-sparql-syntax, kineo, cryptoswift
Fetched https://github.com/kasei/swift-sparql-syntax.git from cache (1.56s)
Fetched https://github.com/kasei/kineo.git from cache (1.56s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.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 (2.22s)
Fetching https://github.com/kasei/swift-serd.git
[1/68] Fetching swift-serd
Fetched https://github.com/kasei/swift-serd.git from cache (0.57s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (1.14s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.55s)
Computing version for https://github.com/kasei/kineo.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (0.54s)
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.55s)
Computed https://github.com/kasei/kineo.git at 0.0.92 (0.00s)
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/kylef/URITemplate.swift.git
Fetching https://github.com/kasei/diomede.git
[1/812] Fetching uritemplate.swift
[34/1600] Fetching uritemplate.swift, diomede
[1530/11207] Fetching uritemplate.swift, diomede, sqlite.swift
Fetched https://github.com/kylef/URITemplate.swift.git from cache (0.80s)
[1077/10395] Fetching diomede, sqlite.swift
Fetched https://github.com/kasei/diomede.git from cache (1.43s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.43s)
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (1.45s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.11.6 (0.63s)
Computing version for https://github.com/kylef/URITemplate.swift.git
Computed https://github.com/kylef/URITemplate.swift.git at 3.0.1 (0.54s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[227/2432] Fetching pathkit, spectre
Fetched https://github.com/kylef/PathKit.git from cache (0.79s)
[593/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.85s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.42s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.56s)
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
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
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
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
30 | ],
31 | targets: [
Computed https://github.com/kasei/diomede.git at 0.0.52 (0.54s)
Fetching https://github.com/agisboye/CLMDB.git
[1/45] Fetching clmdb
Fetched https://github.com/agisboye/CLMDB.git from cache (0.55s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.33 (1.13s)
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/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/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/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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/swift-serd.git
Working copy of https://github.com/kasei/swift-serd.git resolved at 0.0.4
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
========================================
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": "swift-hdt",
"name": "HDT",
"url": "https://github.com/kasei/swift-hdt.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-hdt",
"dependencies": [
{
"identity": "swift-sparql-syntax",
"name": "SPARQLSyntax",
"url": "https://github.com/kasei/swift-sparql-syntax.git",
"version": "0.0.117",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-sparql-syntax",
"dependencies": [
{
"identity": "swift-serd",
"name": "Cserd",
"url": "https://github.com/kasei/swift-serd.git",
"version": "0.0.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-serd",
"dependencies": [
]
}
]
},
{
"identity": "kineo",
"name": "Kineo",
"url": "https://github.com/kasei/kineo.git",
"version": "0.0.92",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/kineo",
"dependencies": [
{
"identity": "swift-sparql-syntax",
"name": "SPARQLSyntax",
"url": "https://github.com/kasei/swift-sparql-syntax.git",
"version": "0.0.117",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-sparql-syntax",
"dependencies": [
{
"identity": "swift-serd",
"name": "Cserd",
"url": "https://github.com/kasei/swift-serd.git",
"version": "0.0.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-serd",
"dependencies": [
]
}
]
},
{
"identity": "swift-serd",
"name": "Cserd",
"url": "https://github.com/kasei/swift-serd.git",
"version": "0.0.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-serd",
"dependencies": [
]
},
{
"identity": "cryptoswift",
"name": "CryptoSwift",
"url": "https://github.com/krzyzanowskim/CryptoSwift.git",
"version": "1.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
"dependencies": [
]
},
{
"identity": "uritemplate.swift",
"name": "URITemplate",
"url": "https://github.com/kylef/URITemplate.swift.git",
"version": "3.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/URITemplate.swift",
"dependencies": [
{
"identity": "pathkit",
"name": "PathKit",
"url": "https://github.com/kylef/PathKit.git",
"version": "1.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathKit",
"dependencies": [
{
"identity": "spectre",
"name": "Spectre",
"url": "https://github.com/kylef/Spectre.git",
"version": "0.10.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
"dependencies": [
]
}
]
},
{
"identity": "spectre",
"name": "Spectre",
"url": "https://github.com/kylef/Spectre.git",
"version": "0.10.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
"dependencies": [
]
}
]
},
{
"identity": "sqlite.swift",
"name": "SQLite.swift",
"url": "https://github.com/stephencelis/SQLite.swift.git",
"version": "0.11.6",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift",
"dependencies": [
]
},
{
"identity": "diomede",
"name": "Diomede",
"url": "https://github.com/kasei/diomede.git",
"version": "0.0.52",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/diomede",
"dependencies": [
{
"identity": "clmdb",
"name": "CLMDB",
"url": "https://github.com/agisboye/CLMDB.git",
"version": "0.9.33",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CLMDB",
"dependencies": [
]
},
{
"identity": "cryptoswift",
"name": "CryptoSwift",
"url": "https://github.com/krzyzanowskim/CryptoSwift.git",
"version": "1.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
"dependencies": [
]
},
{
"identity": "swift-sparql-syntax",
"name": "SPARQLSyntax",
"url": "https://github.com/kasei/swift-sparql-syntax.git",
"version": "0.0.117",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-sparql-syntax",
"dependencies": [
{
"identity": "swift-serd",
"name": "Cserd",
"url": "https://github.com/kasei/swift-serd.git",
"version": "0.0.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-serd",
"dependencies": [
]
}
]
}
]
}
]
},
{
"identity": "cryptoswift",
"name": "CryptoSwift",
"url": "https://github.com/krzyzanowskim/CryptoSwift.git",
"version": "1.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/kasei/swift-hdt.git
[15/476] Fetching swift-hdt
Fetched https://github.com/kasei/swift-hdt.git from cache (0.83s)
Fetching https://github.com/kasei/kineo.git from cache
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetching https://github.com/kasei/swift-sparql-syntax.git from cache
Fetched https://github.com/kasei/kineo.git from cache (0.47s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.50s)
Fetched https://github.com/kasei/swift-sparql-syntax.git from cache (0.50s)
Computing version for https://github.com/kasei/swift-sparql-syntax.git
Computed https://github.com/kasei/swift-sparql-syntax.git at 0.0.117 (0.56s)
Fetching https://github.com/kasei/swift-serd.git from cache
Fetched https://github.com/kasei/swift-serd.git from cache (0.44s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.48s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.03s)
Computing version for https://github.com/kasei/kineo.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (0.03s)
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.03s)
Computed https://github.com/kasei/kineo.git at 0.0.92 (0.00s)
Fetching https://github.com/kylef/URITemplate.swift.git from cache
Fetching https://github.com/kasei/diomede.git from cache
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/kasei/diomede.git from cache (0.53s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.53s)
Fetched https://github.com/kylef/URITemplate.swift.git from cache (0.53s)
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.56s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.11.6 (0.03s)
Computing version for https://github.com/kylef/URITemplate.swift.git
Computed https://github.com/kylef/URITemplate.swift.git at 3.0.1 (0.03s)
Fetching https://github.com/kylef/PathKit.git from cache
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git from cache (0.45s)
Fetched https://github.com/kylef/PathKit.git from cache (0.45s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.52s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.03s)
Computed https://github.com/kasei/swift-sparql-syntax.git at 0.0.117 (0.00s)
Computing version for https://github.com/kasei/diomede.git
Computed https://github.com/kasei/diomede.git at 0.0.52 (0.03s)
Fetching https://github.com/agisboye/CLMDB.git from cache
Fetched https://github.com/agisboye/CLMDB.git from cache (0.43s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.33 (0.48s)
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/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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.0.0
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/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.33
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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.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
Creating working copy for https://github.com/kasei/swift-hdt.git
Working copy of https://github.com/kasei/swift-hdt.git resolved at master (0cd1183)
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
warning: '.resolve-product-dependencies': dependency 'swift-hdt' is not used by any target
Found 3 product dependencies
- SPARQLSyntax
- Kineo
- CryptoSwift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kasei/swift-hdt.git
https://github.com/kasei/swift-hdt.git
{
"dependencies" : [
{
"identity" : "swift-sparql-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.92",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kasei/swift-sparql-syntax.git"
},
{
"identity" : "kineo",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.64",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kasei/kineo.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
}
],
"manifest_display_name" : "HDT",
"name" : "HDT",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HDT",
"targets" : [
"HDT"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "hdt-write",
"targets" : [
"hdt-write"
],
"type" : {
"executable" : null
}
},
{
"name" : "hdt-parse",
"targets" : [
"hdt-parse"
],
"type" : {
"executable" : null
}
},
{
"name" : "hdt-info",
"targets" : [
"hdt-info"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_hdtTests",
"module_type" : "SwiftTarget",
"name" : "swift-hdtTests",
"path" : "Tests/swift-hdtTests",
"product_dependencies" : [
"Kineo"
],
"sources" : [
"HDTPerformanceTests.swift",
"HDTTests.swift",
"HDTTriplePatternMatching.swift",
"UtilTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HDT"
],
"type" : "test"
},
{
"c99name" : "hdt_write",
"module_type" : "SwiftTarget",
"name" : "hdt-write",
"path" : "Sources/hdt-write",
"product_dependencies" : [
"Kineo"
],
"product_memberships" : [
"hdt-write"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"HDT"
],
"type" : "executable"
},
{
"c99name" : "hdt_parse",
"module_type" : "SwiftTarget",
"name" : "hdt-parse",
"path" : "Sources/hdt-parse",
"product_dependencies" : [
"Kineo"
],
"product_memberships" : [
"hdt-parse"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"HDT"
],
"type" : "executable"
},
{
"c99name" : "hdt_info",
"module_type" : "SwiftTarget",
"name" : "hdt-info",
"path" : "Sources/hdt-info",
"product_memberships" : [
"hdt-info"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"HDT"
],
"type" : "executable"
},
{
"c99name" : "HDT",
"module_type" : "SwiftTarget",
"name" : "HDT",
"path" : "Sources/HDT",
"product_dependencies" : [
"SPARQLSyntax",
"CryptoSwift"
],
"product_memberships" : [
"HDT",
"hdt-write",
"hdt-parse",
"hdt-info"
],
"sources" : [
"CRC.swift",
"Dictionary.swift",
"HDT.swift",
"HDTParser.swift",
"Triples.swift",
"Util.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
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
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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
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.1 macosSpm