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 json-logger 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 --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.32.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/json-logger.git
Reference: 0.2.0
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/xcode-actions/json-logger
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 502d98b Fix Swift 5.10 concurrency warnings
Cloned https://github.com/xcode-actions/json-logger.git
Revision (git rev-parse @):
502d98b1ca4ff83497dfed2791d6a438e785b66e
SUCCESS checkout https://github.com/xcode-actions/json-logger.git at 0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/xcode-actions/json-logger.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 --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/Frizlab/generic-json.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-system.git
[1/519] Fetching generic-json
[520/3692] Fetching generic-json, swift-log
[711/6762] Fetching generic-json, swift-log, swift-system
Fetched https://github.com/Frizlab/generic-json.git from cache (0.35s)
Fetched https://github.com/apple/swift-system.git from cache (0.36s)
Fetched https://github.com/apple/swift-log.git from cache (0.36s)
Computing version for https://github.com/Frizlab/generic-json.git
Computed https://github.com/Frizlab/generic-json.git at 3.0.0 (0.31s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.36s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Creating working copy for https://github.com/Frizlab/generic-json.git
Working copy of https://github.com/Frizlab/generic-json.git resolved at 3.0.0
Building for debugging...
[0/6] Write sources
[4/6] Compiling CSystem shims.c
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/37] Compiling SystemPackage PlatformString.swift
[8/37] Compiling SystemPackage SystemString.swift
[9/39] Emitting module SystemPackage
[10/39] Compiling SystemPackage Errno.swift
[11/39] Compiling SystemPackage FileDescriptor.swift
[12/39] Compiling SystemPackage FileHelpers.swift
[13/39] Compiling SystemPackage FileOperations.swift
[14/39] Compiling SystemPackage FilePath.swift
[15/39] Compiling SystemPackage FilePathComponentView.swift
[16/39] Compiling SystemPackage FilePathComponents.swift
[17/39] Compiling SystemPackage FilePathParsing.swift
[18/39] Compiling SystemPackage FilePathString.swift
[19/39] Compiling SystemPackage Util.swift
[20/39] Compiling SystemPackage UtilConsumers.swift
[21/39] Compiling Logging MetadataProvider.swift
[22/39] Compiling GenericJSON Querying.swift
[23/39] Compiling GenericJSON JSON.swift
[24/39] Compiling GenericJSON Merging.swift
[25/39] Emitting module GenericJSON
[26/39] Compiling GenericJSON Initialization.swift
[27/40] Compiling SystemPackage FilePathSyntax.swift
[28/40] Compiling SystemPackage FilePathWindows.swift
[29/40] Compiling SystemPackage FilePermissions.swift
[31/40] Compiling SystemPackage CInterop.swift
[32/40] Compiling SystemPackage Constants.swift
[33/40] Compiling SystemPackage Exports.swift
[34/40] Compiling SystemPackage Mocking.swift
[35/40] Compiling SystemPackage Syscalls.swift
[36/40] Compiling SystemPackage WindowsSyscallAdapters.swift
[38/41] Compiling Logging Locks.swift
[39/41] Emitting module Logging
[40/41] Compiling Logging LogHandler.swift
[41/41] Compiling Logging Logging.swift
[43/47] Compiling JSONLogger NSLock+Linux.swift
[44/47] Compiling JSONLogger String+Utils.swift
[45/47] Compiling JSONLogger LogLine.swift
[46/47] Emitting module JSONLogger
[47/47] Compiling JSONLogger JSONLogger.swift
Build complete! (8.06s)
Build complete.
Done.