Build Information
Successful build of jmespath.swift, reference main (588a6e
), with Swift 5.10 for macOS (SPM) on 29 May 2025 14:15:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/jmespath.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adam-fowler/jmespath.swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 588a6ee Use a version of json scanner from Foundation source code to load json files (#11)
Cloned https://github.com/adam-fowler/jmespath.swift.git
Revision (git rev-parse @):
588a6eec0fb6f34d22f5bfec7b751fd904694711
SUCCESS checkout https://github.com/adam-fowler/jmespath.swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/adam-fowler/jmespath.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/21] Compiling JMESPath BufferViewIndex.swift
[4/21] Compiling JMESPath BufferViewIterator.swift
[5/23] Compiling JMESPath Object.swift
[6/23] Compiling JMESPath Parser.swift
[7/23] Compiling JMESPath Lexer.swift
[8/23] Compiling JMESPath Number.swift
[9/23] Compiling JMESPath Runtime.swift
[10/23] Compiling JMESPath Token.swift
[11/23] Compiling JMESPath JSONScanner.swift
[12/23] Compiling JMESPath JSONUtilities.swift
[13/23] Compiling JMESPath Functions.swift
[14/23] Compiling JMESPath Interpreter.swift
[15/23] Compiling JMESPath Array.swift
[16/23] Compiling JMESPath Ast.swift
[17/23] Compiling JMESPath Error.swift
[18/23] Compiling JMESPath Expression.swift
[19/23] Emitting module JMESPath
[20/23] Compiling JMESPath BufferView.swift
[21/23] Compiling JMESPath BufferViewCompatibility.swift
[22/23] Compiling JMESPath Variable.swift
[23/23] Compiling JMESPath json.swift
Build complete! (5.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "jmespath.swift",
"name" : "jmespath.swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JMESPath",
"targets" : [
"JMESPath"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JMESPathTests",
"module_type" : "SwiftTarget",
"name" : "JMESPathTests",
"path" : "Tests/JMESPathTests",
"sources" : [
"ComplianceTests.swift",
"ErrorTests.swift",
"JSONTests.swift",
"LexerTests.swift",
"MirrorTests.swift"
],
"target_dependencies" : [
"JMESPath"
],
"type" : "test"
},
{
"c99name" : "JMESPath",
"module_type" : "SwiftTarget",
"name" : "JMESPath",
"path" : "Sources/JMESPath",
"product_memberships" : [
"JMESPath"
],
"sources" : [
"Array.swift",
"Ast.swift",
"Error.swift",
"Expression.swift",
"Functions.swift",
"Interpreter.swift",
"JSON/BufferView.swift",
"JSON/BufferViewCompatibility.swift",
"JSON/BufferViewIndex.swift",
"JSON/BufferViewIterator.swift",
"JSON/JSONScanner.swift",
"JSON/JSONUtilities.swift",
"Lexer.swift",
"Number.swift",
"Object.swift",
"Parser.swift",
"Runtime.swift",
"Token.swift",
"Variable.swift",
"json.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.