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 testify, reference 1.2.0 (614eef), with Swift 5.10 for Linux on 5 Nov 2024 19:38:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/binarybirds/testify.git
Reference: 1.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/binarybirds/testify
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 614eef4 Format and gh action (#9)
Cloned https://github.com/binarybirds/testify.git
Revision (git rev-parse @):
614eef4fe62008fed6065dbd8bf45980ab1aba2b
SUCCESS checkout https://github.com/binarybirds/testify.git at 1.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/binarybirds/testify.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling TestifySDK TestCase.swift
[5/19] Compiling TestifySDK Outcome.swift
[6/19] Compiling TestifySDK OutputFormat.swift
[7/19] Compiling TestifySDK FailureInfo.swift
[8/19] Compiling TestifySDK TestResultGitHubFlavoredMarkdownEncoder.swift
[9/19] Compiling TestifySDK TestResultJSONEncoder.swift
[10/19] Compiling TestifySDK TestResultJunitEncoder.swift
[11/19] Compiling TestifySDK TestResultMarkdownEncoder.swift
[12/19] Emitting module TestifySDK
[13/19] Compiling TestifySDK RawTestResultDecoder.swift
[14/19] Compiling TestifySDK TestResultCodable.swift
[15/19] Compiling TestifySDK TestSuite.swift
[16/20] Wrapping AST for TestifySDK for debugging
[18/22] Compiling testify main.swift
[19/22] Emitting module testify
[20/23] Wrapping AST for testify for debugging
[21/23] Write Objects.LinkFileList
[22/23] Linking testify
Build complete! (7.42s)
Build complete.
Done.