Build Information
Successful build of FTTestingKit with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/futuredapp/FTTestingKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/futuredapp/FTTestingKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/28] Compiling PromiseKit race.swift
[6/29] Compiling PromiseKit Async.swift
[7/29] Compiling PromiseKit Box.swift
[8/29] Emitting module PromiseKit
[9/29] Compiling PromiseKit Configuration.swift
[10/29] Compiling PromiseKit CustomStringConvertible.swift
[11/29] Compiling PromiseKit Catchable.swift
[12/29] Compiling PromiseKit Combine.swift
[13/29] Compiling PromiseKit Resolver.swift
[14/29] Compiling PromiseKit Thenable.swift
[15/29] Compiling PromiseKit LogEvent.swift
[16/29] Compiling PromiseKit Promise.swift
[17/29] Compiling PromiseKit Error.swift
[18/29] Compiling PromiseKit Guarantee.swift
[19/29] Compiling PromiseKit after.swift
[20/29] Compiling PromiseKit firstly.swift
[21/29] Compiling PromiseKit hang.swift
[22/29] Compiling PromiseKit when.swift
[23/29] Compiling FTTestingKit XCTest+Expect.swift
[24/29] Compiling FTTestingKit Mockup.swift
[25/29] Compiling FTTestingKit Int+Times.swift
[26/29] Compiling FTTestingKit Result+Void.swift
[27/29] Compiling FTTestingKit Date+Mockup.swift
[28/29] Compiling FTTestingKit String+Mockup.swift
[29/29] Emitting module FTTestingKit
[30/31] Emitting module FTTestingKitPromiseKit
[31/31] Compiling FTTestingKitPromiseKit XCTest+Believe.swift
Build complete! (45.46s)
Fetching https://github.com/mxcl/PromiseKit.git
[1/16963] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (2.75s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.71s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
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" : "/Users/admin/builder/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"
}
Done.