Build Information
Successful build of FTTestingKit, reference 0.5.0 (397827
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 03:31:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/futuredapp/FTTestingKit.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/futuredapp/FTTestingKit
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 3978273 Merge pull request #7 from futuredapp/release/0.5.0
Cloned https://github.com/futuredapp/FTTestingKit.git
Revision (git rev-parse @):
3978273c4b872970d91a8dad33f867ce692870cb
SUCCESS checkout https://github.com/futuredapp/FTTestingKit.git at 0.5.0
Fetching https://github.com/mxcl/PromiseKit.git
[1/17186] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (1.57s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (2.21s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "fttestingkit",
"name": "FTTestingKit",
"url": "https://github.com/futuredapp/FTTestingKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FTTestingKit",
"dependencies": [
{
"identity": "promisekit",
"name": "PromiseKit",
"url": "https://github.com/mxcl/PromiseKit.git",
"version": "6.22.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PromiseKit",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/futuredapp/FTTestingKit.git
[1/319] Fetching fttestingkit
Fetched https://github.com/futuredapp/FTTestingKit.git from cache (0.83s)
Fetching https://github.com/mxcl/PromiseKit.git from cache
Fetched https://github.com/mxcl/PromiseKit.git from cache (0.53s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.60s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Creating working copy for https://github.com/futuredapp/FTTestingKit.git
Working copy of https://github.com/futuredapp/FTTestingKit.git resolved at 0.5.0 (3978273)
warning: '.resolve-product-dependencies': dependency 'fttestingkit' is not used by any target
Found 1 product dependencies
- PromiseKit
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/futuredapp/FTTestingKit.git
https://github.com/futuredapp/FTTestingKit.git
{
"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",
"XCTestManifests.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.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/28] Compiling PromiseKit race.swift
[6/29] Compiling PromiseKit Async.swift
[7/29] Compiling PromiseKit Box.swift
[8/29] Compiling PromiseKit hang.swift
[9/29] Compiling PromiseKit Resolver.swift
[10/29] Compiling PromiseKit Thenable.swift
[11/29] Compiling PromiseKit Configuration.swift
[12/29] Compiling PromiseKit CustomStringConvertible.swift
[13/29] Compiling PromiseKit after.swift
[14/29] Compiling PromiseKit firstly.swift
[15/29] Compiling PromiseKit Catchable.swift
[16/29] Compiling PromiseKit Combine.swift
[17/29] Compiling PromiseKit LogEvent.swift
[18/29] Compiling PromiseKit Promise.swift
[19/29] Compiling PromiseKit Error.swift
[20/29] Compiling PromiseKit Guarantee.swift
[21/29] Emitting module PromiseKit
[22/29] Compiling PromiseKit when.swift
[23/29] Compiling FTTestingKit Result+Void.swift
[24/29] Compiling FTTestingKit Int+Times.swift
[25/29] Compiling FTTestingKit Date+Mockup.swift
[26/29] Compiling FTTestingKit String+Mockup.swift
[27/29] Compiling FTTestingKit XCTest+Expect.swift
[28/29] Emitting module FTTestingKit
[29/29] Compiling FTTestingKit Mockup.swift
[30/31] Compiling FTTestingKitPromiseKit XCTest+Believe.swift
[31/31] Emitting module FTTestingKitPromiseKit
Build complete! (10.65s)
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",
"XCTestManifests.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.0"
}
Done.