Build Information
Successful build of querykit, reference master (5ccffc), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 08:51:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/querykit/querykit-cli.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/querykit/querykit-cli
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5ccffca chore: deprecate cli
Cloned https://github.com/querykit/querykit-cli.git
Revision (git rev-parse @):
5ccffca37a90f502c74c8dcf56f37aead2f749a9
SUCCESS checkout https://github.com/querykit/querykit-cli.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/querykit/querykit-cli.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[1/9] Write querykit-entitlement.plist
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[7/21] Compiling Commander ArgumentConvertible.swift
[8/21] Compiling Commander Group.swift
[9/21] Emitting module Commander
[10/21] Compiling Commander ArgumentParser.swift
[11/21] Compiling Commander Command.swift
[12/21] Compiling Commander ArgumentDescription.swift
[13/21] Compiling Commander CommandType.swift
[14/21] Compiling Commander CommandRunner.swift
[15/21] Compiling Commander Error.swift
[16/21] Compiling Commander Commands.swift
[17/21] Emitting module PathKit
[18/21] Compiling PathKit PathKit.swift
[19/43] Compiling Stencil Loader.swift
[20/43] Compiling Stencil Node.swift
[21/43] Compiling Stencil Inheritance.swift
[22/43] Compiling Stencil KeyPath.swift
[23/45] Compiling Stencil NowTag.swift
[24/45] Compiling Stencil Parser.swift
[25/45] Compiling Stencil LazyValueWrapper.swift
[26/45] Compiling Stencil Lexer.swift
[27/45] Compiling Stencil FilterTag.swift
[28/45] Compiling Stencil Filters.swift
[29/45] Compiling Stencil ForTag.swift
[30/45] Emitting module Stencil
[31/45] Compiling Stencil Errors.swift
[32/45] Compiling Stencil Expression.swift
[33/45] Compiling Stencil Extension.swift
[34/45] Compiling Stencil IfTag.swift
[35/45] Compiling Stencil Include.swift
[36/45] Compiling Stencil Template.swift
[37/45] Compiling Stencil Tokenizer.swift
[38/45] Compiling Stencil Context.swift
[39/45] Compiling Stencil DynamicMemberLookup.swift
[40/45] Compiling Stencil Environment.swift
[41/45] Compiling Stencil TrimBehaviour.swift
[42/45] Compiling Stencil Variable.swift
[43/48] Emitting module querykit_cli
/Users/admin/builder/spi-builder-workspace/Sources/querykit-cli/QueryKit.swift:182:1: warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
180 | }
181 |
182 | extension Path: ArgumentConvertible {
| |- warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
183 | public init(parser: ArgumentParser) throws {
184 | if let path = parser.shift() {
[44/48] Compiling querykit_cli main.swift
[45/48] Compiling querykit_cli QueryKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/querykit-cli/QueryKit.swift:182:1: warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
180 | }
181 |
182 | extension Path: ArgumentConvertible {
| |- warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
183 | public init(parser: ArgumentParser) throws {
184 | if let path = parser.shift() {
/Users/admin/builder/spi-builder-workspace/Sources/querykit-cli/QueryKit.swift:96:37: warning: 'substring(from:)' is deprecated: Please use String slicing subscript with a 'partial range from' operator. [#DeprecatedDeclaration]
94 | if managedObjectClassName.hasPrefix(".") {
95 | // "Current Module"
96 | return managedObjectClassName.substring(from: managedObjectClassName.index(after: managedObjectClassName.startIndex))
| `- warning: 'substring(from:)' is deprecated: Please use String slicing subscript with a 'partial range from' operator. [#DeprecatedDeclaration]
97 | }
98 |
/Users/admin/builder/spi-builder-workspace/Sources/querykit-cli/QueryKit.swift:124:38: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
122 |
123 | func render(entity: NSEntityDescription, destination: Path, template: Template) throws {
124 | let attributes = entity.properties.flatMap { property -> AttributeDescription? in
| |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
| `- note: use 'compactMap(_:)' instead
125 | if entity.qk_hasSuperProperty(property.name) {
126 | return nil
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[45/48] Write Objects.LinkFileList
[46/48] Linking querykit
[47/48] Applying querykit
Build complete! (17.02s)
Fetching https://github.com/stencilproject/Stencil.git
Fetching https://github.com/kylef/Commander.git
[1/5293] Fetching stencil
[531/6881] Fetching stencil, commander
Fetched https://github.com/kylef/Commander.git from cache (0.85s)
[4605/5293] Fetching stencil
Fetched https://github.com/stencilproject/Stencil.git from cache (0.92s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (1.47s)
Fetching https://github.com/kylef/Spectre.git
[11/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.83s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.83s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (0.52s)
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.80s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.75s)
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/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
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/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.15.1
Build complete.
{
"dependencies" : [
{
"identity" : "stencil",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stencilproject/Stencil.git"
},
{
"identity" : "commander",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Commander.git"
}
],
"manifest_display_name" : "querykit",
"name" : "querykit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "querykit",
"targets" : [
"querykit-cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "querykit_cli",
"module_type" : "SwiftTarget",
"name" : "querykit-cli",
"path" : "Sources/querykit-cli",
"product_dependencies" : [
"Stencil",
"Commander"
],
"product_memberships" : [
"querykit"
],
"sources" : [
"QueryKit.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "4.0"
}
Done.