Build Information
Successful build of FTTestingKit, reference main (e323fa), with Swift 6.3 for Linux on 11 Apr 2026 20:24:49 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/futuredapp/FTTestingKit.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/futuredapp/FTTestingKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e323fae Merge pull request #10 from futuredapp/feature/actions
Cloned https://github.com/futuredapp/FTTestingKit.git
Revision (git rev-parse @):
e323faee98cbf9278c5b4987b3c1749f467d54dd
SUCCESS checkout https://github.com/futuredapp/FTTestingKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/futuredapp/FTTestingKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/mxcl/PromiseKit.git
[1/17242] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (1.82s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (2.69s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/27] Compiling FTTestingKit Mockup.swift
[6/27] Compiling FTTestingKit Date+Mockup.swift
[7/27] Emitting module FTTestingKit
[8/27] Compiling PromiseKit Promise.swift
[9/27] Compiling PromiseKit Resolver.swift
[10/29] Compiling FTTestingKit Result+Void.swift
[11/29] Compiling FTTestingKit String+Mockup.swift
[12/29] Compiling FTTestingKit Int+Times.swift
[13/29] Compiling FTTestingKit XCTest+Expect.swift
[15/30] Emitting module PromiseKit
[16/30] Compiling PromiseKit CustomStringConvertible.swift
[17/30] Compiling PromiseKit Error.swift
[18/30] Compiling PromiseKit Combine.swift
[19/30] Compiling PromiseKit Configuration.swift
[20/30] Compiling PromiseKit Thenable.swift
[21/30] Compiling PromiseKit after.swift
[22/30] Compiling PromiseKit Guarantee.swift
[23/30] Compiling PromiseKit LogEvent.swift
[24/30] Compiling PromiseKit Async.swift
[25/30] Compiling PromiseKit Box.swift
[26/30] Compiling PromiseKit Catchable.swift
[27/30] Compiling PromiseKit firstly.swift
[28/30] Compiling PromiseKit hang.swift
[29/30] Compiling PromiseKit race.swift
[30/30] Compiling PromiseKit when.swift
[32/33] Emitting module FTTestingKitPromiseKit
[33/33] Compiling FTTestingKitPromiseKit XCTest+Believe.swift
Build complete! (38.76s)
Build complete.
{
"dependencies" : [
{
"identity" : "promisekit",
"requirement" : {
"range" : [
{
"lower_bound" : "6.11.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/PromiseKit.git"
}
],
"manifest_display_name" : "FTTestingKit",
"name" : "FTTestingKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FTTestingKit",
"targets" : [
"FTTestingKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FTTestingKitPromiseKit",
"targets" : [
"FTTestingKitPromiseKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FTTestingKitTests",
"module_type" : "SwiftTarget",
"name" : "FTTestingKitTests",
"path" : "Tests/FTTestingKitTests",
"sources" : [
"ExpectationTests.swift",
"MockupTests.swift",
"TimesTests.swift"
],
"target_dependencies" : [
"FTTestingKit"
],
"type" : "test"
},
{
"c99name" : "FTTestingKitPromiseKitTests",
"module_type" : "SwiftTarget",
"name" : "FTTestingKitPromiseKitTests",
"path" : "Tests/FTTestingKitPromiseKitTests",
"sources" : [
"BelieveTests.swift"
],
"target_dependencies" : [
"FTTestingKitPromiseKit"
],
"type" : "test"
},
{
"c99name" : "FTTestingKitPromiseKit",
"module_type" : "SwiftTarget",
"name" : "FTTestingKitPromiseKit",
"path" : "Sources/FTTestingKitPromiseKit",
"product_dependencies" : [
"PromiseKit"
],
"product_memberships" : [
"FTTestingKitPromiseKit"
],
"sources" : [
"XCTest+Believe.swift"
],
"target_dependencies" : [
"FTTestingKit"
],
"type" : "library"
},
{
"c99name" : "FTTestingKit",
"module_type" : "SwiftTarget",
"name" : "FTTestingKit",
"path" : "Sources/FTTestingKit",
"product_memberships" : [
"FTTestingKit",
"FTTestingKitPromiseKit"
],
"sources" : [
"Date+Mockup.swift",
"Int+Times.swift",
"Mockup.swift",
"Result+Void.swift",
"String+Mockup.swift",
"XCTest+Expect.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.