Build Information
Successful build of testify with Swift 6.0 for Linux.
Swift 6 data race errors: 0
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/binarybirds/testify.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/binarybirds/testify
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d6de543 Merge pull request #7 from Wei18/patch-1
Cloned https://github.com/binarybirds/testify.git
Revision (git rev-parse @):
d6de5439d10fe9d85f7b733929e2f0d943253fd1
SUCCESS checkout https://github.com/binarybirds/testify.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $workDir
https://github.com/binarybirds/testify.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling TestifySDK TestCase.swift
[5/19] Compiling TestifySDK TestResultJunitEncoder.swift
[6/19] Compiling TestifySDK TestResultMarkdownEncoder.swift
[7/19] Compiling TestifySDK FailureInfo.swift
[8/19] Compiling TestifySDK Outcome.swift
[9/19] Emitting module TestifySDK
[10/19] Compiling TestifySDK RawTestResultDecoder.swift
[11/19] Compiling TestifySDK TestResultCodable.swift
[12/19] Compiling TestifySDK TestResultGitHubFlavoredMarkdownEncoder.swift
[13/19] Compiling TestifySDK TestResultJSONEncoder.swift
[14/19] Compiling TestifySDK OutputFormat.swift
[15/19] Compiling TestifySDK TestSuite.swift
[16/20] Wrapping AST for TestifySDK for debugging
[18/22] Emitting module testify
[19/22] Compiling testify main.swift
[20/23] Wrapping AST for testify for debugging
[21/23] Write Objects.LinkFileList
[22/23] Linking testify
Build complete! (12.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "testify",
"name" : "testify",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "testify",
"targets" : [
"testify"
],
"type" : {
"executable" : null
}
},
{
"name" : "TestifySDK",
"targets" : [
"TestifySDK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "testify",
"module_type" : "SwiftTarget",
"name" : "testify",
"path" : "Sources/testify",
"product_memberships" : [
"testify"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TestifySDK"
],
"type" : "executable"
},
{
"c99name" : "TestifySDKTests",
"module_type" : "SwiftTarget",
"name" : "TestifySDKTests",
"path" : "Tests/TestifySDKTests",
"sources" : [
"TestifyJunitTests.swift",
"TestifyMarkdownTests.swift",
"TestifySDKTests.swift"
],
"target_dependencies" : [
"TestifySDK"
],
"type" : "test"
},
{
"c99name" : "TestifySDK",
"module_type" : "SwiftTarget",
"name" : "TestifySDK",
"path" : "Sources/TestifySDK",
"product_memberships" : [
"testify",
"TestifySDK"
],
"sources" : [
"Codable/RawTestResultDecoder.swift",
"Codable/TestResultCodable.swift",
"Codable/TestResultGitHubFlavoredMarkdownEncoder.swift",
"Codable/TestResultJSONEncoder.swift",
"Codable/TestResultJunitEncoder.swift",
"Codable/TestResultMarkdownEncoder.swift",
"Models/FailureInfo.swift",
"Models/Outcome.swift",
"Models/OutputFormat.swift",
"Models/TestCase.swift",
"Models/TestSuite.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.