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 swift-json, reference develop (ca8bc3), with Swift 5.8 for Linux on 18 Aug 2024 10:53:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.50.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sinoru/swift-json.git
Reference: develop
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/sinoru/swift-json
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at ca8bc3a Fixes wrong target name
Cloned https://github.com/sinoru/swift-json.git
Revision (git rev-parse @):
ca8bc3acfb188870b4979370420c0b37055e6dff
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sinoru/swift-json.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD
https://github.com/sinoru/swift-json.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:7873cccef54cb75372976ae5e423e0f226d26579c9a85ad800680ee8634eb108
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/1768] Fetching swift-docc-plugin
[1575/4824] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit (0.40s)
Fetched https://github.com/apple/swift-docc-plugin (0.40s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.34s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.37s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/10] Compiling JSON JSON+Value_Encodable.swift
[4/10] Compiling JSON JSON+Value_Values.swift
[5/10] Compiling JSON JSON+Value_Literals.swift
[6/10] Compiling JSON JSON+Value_Subscripts.swift
[7/10] Compiling JSON JSON+Value_Conformances.swift
[8/10] Compiling JSON JSON+Value_Decodable.swift
[9/10] Emitting module JSON
/host/spi-builder-workspace/Sources/JSON/JSON+Value.swift:35:14: warning: associated value 'number' of 'Sendable'-conforming enum 'Value' has non-sendable type 'JSON.Number' (aka 'Decimal')
        case number(Number)
             ^
Foundation.Decimal:1:15: note: struct 'Decimal' does not conform to the 'Sendable' protocol
public struct Decimal {
              ^
/host/spi-builder-workspace/Sources/JSON/JSON+Value.swift:11:12: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
@_exported import struct Foundation.Decimal
           ^
           @preconcurrency
[10/10] Compiling JSON JSON+Value.swift
/host/spi-builder-workspace/Sources/JSON/JSON+Value.swift:35:14: warning: associated value 'number' of 'Sendable'-conforming enum 'Value' has non-sendable type 'JSON.Number' (aka 'Decimal')
        case number(Number)
             ^
Foundation.Decimal:1:15: note: struct 'Decimal' does not conform to the 'Sendable' protocol
public struct Decimal {
              ^
/host/spi-builder-workspace/Sources/JSON/JSON+Value.swift:11:12: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
@_exported import struct Foundation.Decimal
           ^
           @preconcurrency
Build complete! (15.88s)
Build complete.
Done.