Build Information
Successful build of jsonlogic with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/advantagefse/json-logic-swift.git
Reference: master
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/advantagefse/json-logic-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9088eed bump version to for json-enum to 1.2.4
Cloned https://github.com/advantagefse/json-logic-swift.git
Revision (git rev-parse @):
9088eed1b26937fe13d248aa24d7632a51be28e2
SUCCESS checkout https://github.com/advantagefse/json-logic-swift.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/advantagefse/json-logic-swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/11] Emitting module JSON
[6/11] Compiling JSON JSON.swift
/host/spi-builder-workspace/Sources/JSON/JSON.swift:87:34: warning: type 'Any' is not optional, value can never be nil; this is an error in Swift 6
case Optional<Any>.none, nil, is NSNull:
^
[7/12] Wrapping AST for JSON for debugging
[9/15] Compiling jsonlogic JsonLogic.swift
[10/15] Emitting module jsonlogic
[11/15] Compiling jsonlogic Parser.swift
[12/16] Wrapping AST for jsonlogic for debugging
[14/18] Emitting module jsonlogic_cli
[15/18] Compiling jsonlogic_cli main.swift
[16/19] Wrapping AST for jsonlogic-cli for debugging
[17/19] Write Objects.LinkFileList
[18/19] Linking jsonlogic-cli
Build complete! (9.99s)
Build complete.
Done.