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.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" 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.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/json-logger.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 264e420 Dummy code style fix
Cloned https://github.com/xcode-actions/json-logger.git
Revision (git rev-parse @):
264e420a7647ea21d37a10d0d2868d5cbf68fdf4
SUCCESS checkout https://github.com/xcode-actions/json-logger.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/xcode-actions/json-logger.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Frizlab/generic-json.git
Fetching https://github.com/apple/swift-system.git
[1/3177] Fetching swift-log
[256/3696] Fetching swift-log, generic-json
[1729/7013] Fetching swift-log, generic-json, swift-system
Fetched https://github.com/Frizlab/generic-json.git (0.39s)
Fetched https://github.com/apple/swift-log.git (0.39s)
Fetched https://github.com/apple/swift-system.git (0.40s)
Computing version for https://github.com/Frizlab/generic-json.git
Computed https://github.com/Frizlab/generic-json.git at 3.0.0 (0.36s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.44s)
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
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
Building for debugging...
[0/1] Compiling CSystem shims.c
[2/32] Emitting module Logging
[3/32] Compiling SystemPackage FileOperations.swift
[4/32] Compiling SystemPackage FilePath.swift
[5/32] Compiling SystemPackage FilePathComponentView.swift
[6/34] Compiling SystemPackage FilePathSyntax.swift
[7/34] Compiling SystemPackage FilePathWindows.swift
[8/34] Compiling SystemPackage FilePermissions.swift
[9/34] Compiling SystemPackage PlatformString.swift
[10/34] Compiling SystemPackage SystemString.swift
[11/34] Compiling Logging LogHandler.swift
[12/34] Compiling SystemPackage FilePathComponents.swift
[13/34] Compiling SystemPackage FilePathParsing.swift
[14/34] Compiling SystemPackage FilePathString.swift
[15/34] Compiling SystemPackage Errno.swift
[16/34] Compiling SystemPackage FileDescriptor.swift
[17/34] Compiling SystemPackage FileHelpers.swift
[18/34] Emitting module SystemPackage
[19/34] Compiling SystemPackage Util.swift
[20/34] Compiling SystemPackage UtilConsumers.swift
[21/34] Compiling SystemPackage Mocking.swift
[22/34] Compiling SystemPackage Syscalls.swift
[23/34] Compiling SystemPackage WindowsSyscallAdapters.swift
[24/34] Compiling Logging Locks.swift
[25/34] Compiling GenericJSON Querying.swift
[26/34] Compiling SystemPackage CInterop.swift
[27/34] Compiling SystemPackage Constants.swift
[28/34] Compiling SystemPackage Exports.swift
[29/35] Compiling Logging MetadataProvider.swift
[30/35] Compiling GenericJSON Merging.swift
[31/35] Compiling GenericJSON Initialization.swift
[32/35] Emitting module GenericJSON
[33/35] Compiling GenericJSON JSON.swift
[38/38] Compiling Logging Logging.swift
[41/45] Compiling JSONLogger String+Utils.swift
[42/45] Compiling JSONLogger NSLock+Linux.swift
[43/45] Emitting module JSONLogger
[44/45] Compiling JSONLogger LogLine.swift
[45/45] Compiling JSONLogger JSONLogger.swift
Build complete! (12.73s)
Build complete.
Done.