The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of jmespath.swift, reference 1.0.3 (3877a5), with Swift 5.9 for Linux on 2 Aug 2024 09:18:43 UTC.

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.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 /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
 * 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:         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:ab95bcf8ae8f59ab6d4725f4fd8a1a6162581ba0800402e498200829aee2a822
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/11] Emitting module JMESPath
[2/12] Compiling JMESPath Runtime.swift
[3/12] Compiling JMESPath Sendable.swift
[4/12] Compiling JMESPath Token.swift
[5/12] Compiling JMESPath Parser.swift
[6/12] Compiling JMESPath Interpreter.swift
[7/12] Compiling JMESPath Lexer.swift
[8/12] Compiling JMESPath Ast.swift
[9/12] Compiling JMESPath Error.swift
[10/12] Compiling JMESPath Expression.swift
[11/12] Compiling JMESPath Functions.swift
[12/12] Compiling JMESPath Variable.swift
Build complete! (7.79s)
Build complete.
Done.