Build Information
Successful build of jmespath.swift, reference main (588a6e
), with Swift 5.9 for Linux on 31 May 2025 08:59:53 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/adam-fowler/jmespath.swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/19] Emitting module JMESPath
[2/21] Compiling JMESPath Runtime.swift
[3/21] Compiling JMESPath Token.swift
[4/21] Compiling JMESPath Object.swift
[5/21] Compiling JMESPath Parser.swift
[6/21] Compiling JMESPath Lexer.swift
[7/21] Compiling JMESPath Number.swift
[8/21] Compiling JMESPath Variable.swift
[9/21] Compiling JMESPath json.swift
[10/21] Compiling JMESPath Expression.swift
[11/21] Compiling JMESPath Functions.swift
[12/21] Compiling JMESPath Interpreter.swift
[13/21] Compiling JMESPath BufferView.swift
[14/21] Compiling JMESPath BufferViewCompatibility.swift
[15/21] Compiling JMESPath BufferViewIndex.swift
[16/21] Compiling JMESPath Array.swift
[17/21] Compiling JMESPath Ast.swift
[18/21] Compiling JMESPath Error.swift
[19/21] Compiling JMESPath BufferViewIterator.swift
[20/21] Compiling JMESPath JSONScanner.swift
[21/21] Compiling JMESPath JSONUtilities.swift
Build complete! (7.54s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "jmespath.swift",
"name" : "jmespath.swift",
"path" : "/host/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"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.