The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of jsonlogic with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/advantagefse/json-logic-swift.git
Reference: 1.2.4
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
 * tag               1.2.4      -> FETCH_HEAD
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 1.2.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Building for debugging...
[1/6] Emitting module JSON
[2/6] 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:
                                 ^
[4/8] Wrapping AST for JSON for debugging
[6/11] Emitting module jsonlogic
[7/11] Compiling jsonlogic JsonLogic.swift
[8/11] Compiling jsonlogic Parser.swift
[10/13] Wrapping AST for jsonlogic for debugging
[12/15] Emitting module jsonlogic_cli
[13/15] Compiling jsonlogic_cli main.swift
[15/17] Wrapping AST for jsonlogic-cli for debugging
[16/17] Linking jsonlogic-cli
Build complete! (6.17s)
Build complete.
Done.