Build Information
Successful build of jmespath.swift, reference 1.0.3 (3877a5
), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 2 Aug 2024 09:26:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme jmespath.swift -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/jmespath.swift.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adam-fowler/jmespath.swift
* tag 1.0.3 -> FETCH_HEAD
HEAD is now at 3877a50 Merge pull request #8 from adam-fowler/windows-ci-2
Cloned https://github.com/adam-fowler/jmespath.swift.git
Revision (git rev-parse @):
3877a5060e85ae33e3b9fe51ab581784f65ec80e
SUCCESS checkout https://github.com/adam-fowler/jmespath.swift.git at 1.0.3
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.9
Building package at path: $PWD
https://github.com/adam-fowler/jmespath.swift.git
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
jmespath.swift: /Users/admin/builder/spi-builder-workspace
resolved source packages: jmespath.swift
{
"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",
"LexerTests.swift",
"MirrorTests.swift"
],
"target_dependencies" : [
"JMESPath"
],
"type" : "test"
},
{
"c99name" : "JMESPath",
"module_type" : "SwiftTarget",
"name" : "JMESPath",
"path" : "Sources/JMESPath",
"product_memberships" : [
"JMESPath"
],
"sources" : [
"Ast.swift",
"Error.swift",
"Expression.swift",
"Functions.swift",
"Interpreter.swift",
"Lexer.swift",
"Parser.swift",
"Runtime.swift",
"Sendable.swift",
"Token.swift",
"Variable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"jmespath.swift"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme jmespath.swift -destination platform=macOS,arch=arm64
Build complete.
Done.