Build Information
Successful build of Focus, reference 0.6.2 (6a4633), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 08:20:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/meech-ward/focus.git
Reference: 0.6.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/meech-ward/focus
* tag 0.6.2 -> FETCH_HEAD
HEAD is now at 6a46338 Update the changelog
Cloned https://github.com/meech-ward/focus.git
Revision (git rev-parse @):
6a46338fb6fdd23f860d901f0b899546100598ce
SUCCESS checkout https://github.com/meech-ward/focus.git at 0.6.2
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "focus",
"name": "Focus",
"url": "https://github.com/meech-ward/focus.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/focus",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/meech-ward/focus.git
[1/378] Fetching focus
Fetched https://github.com/meech-ward/focus.git from cache (0.63s)
Creating working copy for https://github.com/meech-ward/focus.git
Working copy of https://github.com/meech-ward/focus.git resolved at 0.6.2 (6a46338)
warning: '.resolve-product-dependencies': dependency 'focus' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/meech-ward/focus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/16] Compiling Focus ToEqual.swift
/Users/admin/builder/spi-builder-workspace/Sources/ToEqual.swift:21:3: warning: 'public' modifier is redundant for instance method declared in a public extension
19 | - parameter line: The line number that this method was called from.
20 | */
21 | public func equal(_ item2: ItemType, _ message: String = "Expected equal", file: StaticString = #file, line: UInt = #line, method: String = #function) {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
22 |
23 | guard item == item2 else {
[4/16] Compiling Focus TestItemContainerType.swift
[5/16] Compiling Focus To.swift
[6/16] Compiling Focus Expectable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Expectable.swift:18:5: warning: 'public' modifier is redundant for property declared in a public extension
16 |
17 | /// to
18 | public var to: To<ItemType> {
| `- warning: 'public' modifier is redundant for property declared in a public extension
19 | return To(item: item)
20 | }
[7/16] Compiling Focus Focus.swift
/Users/admin/builder/spi-builder-workspace/Sources/Expectable.swift:18:5: warning: 'public' modifier is redundant for property declared in a public extension
16 |
17 | /// to
18 | public var to: To<ItemType> {
| `- warning: 'public' modifier is redundant for property declared in a public extension
19 | return To(item: item)
20 | }
[8/16] Compiling Focus BeTrue.swift
/Users/admin/builder/spi-builder-workspace/Sources/BeTrue.swift:21:5: warning: 'public' modifier is redundant for instance method declared in a public extension
19 | - parameter line: The line number that this method was called from.
20 | */
21 | public func `true`(_ message: String = "Expected true", file: StaticString = #file, line: UInt = #line, method: String = #function) {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
22 | guard let item = item as? Bool else {
23 | self.fail(message, file: file, line: line, method: method, evaluation: "Item \(self.item) is not a boolean value")
[9/16] Compiling Focus Beable.swift
/Users/admin/builder/spi-builder-workspace/Sources/BeTrue.swift:21:5: warning: 'public' modifier is redundant for instance method declared in a public extension
19 | - parameter line: The line number that this method was called from.
20 | */
21 | public func `true`(_ message: String = "Expected true", file: StaticString = #file, line: UInt = #line, method: String = #function) {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
22 | guard let item = item as? Bool else {
23 | self.fail(message, file: file, line: line, method: method, evaluation: "Item \(self.item) is not a boolean value")
[10/16] Compiling Focus DefaultReporter.swift
[11/16] Compiling Focus Expect.swift
[12/16] Compiling Focus Reportable.swift
[13/16] Compiling Focus Be.swift
/Users/admin/builder/spi-builder-workspace/Sources/BeFalse.swift:20:3: warning: 'public' modifier is redundant for instance method declared in a public extension
18 | - parameter line: The line number that this method was called from.
19 | */
20 | public func `false`(_ message: String = "Expected false", file: StaticString = #file, line: UInt = #line, method: String = #function) {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
21 | guard let item = item as? Bool else {
22 | self.fail(message, file: file, line: line, method: method, evaluation: "Item \(self.item) is not a boolean value")
[14/16] Compiling Focus BeFalse.swift
/Users/admin/builder/spi-builder-workspace/Sources/BeFalse.swift:20:3: warning: 'public' modifier is redundant for instance method declared in a public extension
18 | - parameter line: The line number that this method was called from.
19 | */
20 | public func `false`(_ message: String = "Expected false", file: StaticString = #file, line: UInt = #line, method: String = #function) {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
21 | guard let item = item as? Bool else {
22 | self.fail(message, file: file, line: line, method: method, evaluation: "Item \(self.item) is not a boolean value")
[15/16] Compiling Focus TestItemContainer.swift
[16/16] Emitting module Focus
/Users/admin/builder/spi-builder-workspace/Sources/BeFalse.swift:20:3: warning: 'public' modifier is redundant for instance method declared in a public extension
18 | - parameter line: The line number that this method was called from.
19 | */
20 | public func `false`(_ message: String = "Expected false", file: StaticString = #file, line: UInt = #line, method: String = #function) {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
21 | guard let item = item as? Bool else {
22 | self.fail(message, file: file, line: line, method: method, evaluation: "Item \(self.item) is not a boolean value")
/Users/admin/builder/spi-builder-workspace/Sources/BeTrue.swift:21:5: warning: 'public' modifier is redundant for instance method declared in a public extension
19 | - parameter line: The line number that this method was called from.
20 | */
21 | public func `true`(_ message: String = "Expected true", file: StaticString = #file, line: UInt = #line, method: String = #function) {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
22 | guard let item = item as? Bool else {
23 | self.fail(message, file: file, line: line, method: method, evaluation: "Item \(self.item) is not a boolean value")
/Users/admin/builder/spi-builder-workspace/Sources/Expectable.swift:18:5: warning: 'public' modifier is redundant for property declared in a public extension
16 |
17 | /// to
18 | public var to: To<ItemType> {
| `- warning: 'public' modifier is redundant for property declared in a public extension
19 | return To(item: item)
20 | }
/Users/admin/builder/spi-builder-workspace/Sources/ToEqual.swift:21:3: warning: 'public' modifier is redundant for instance method declared in a public extension
19 | - parameter line: The line number that this method was called from.
20 | */
21 | public func equal(_ item2: ItemType, _ message: String = "Expected equal", file: StaticString = #file, line: UInt = #line, method: String = #function) {
| `- warning: 'public' modifier is redundant for instance method declared in a public extension
22 |
23 | guard item == item2 else {
/Users/admin/builder/spi-builder-workspace/Sources/Toable.swift:18:3: warning: 'public' modifier is redundant for property declared in a public extension
16 |
17 | /// The type that can have any `be` chains chained to it.
18 | public var be: Be<ItemType> {
| `- warning: 'public' modifier is redundant for property declared in a public extension
19 | return Be(item: item)
20 | }
[17/17] Compiling Focus Toable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toable.swift:18:3: warning: 'public' modifier is redundant for property declared in a public extension
16 |
17 | /// The type that can have any `be` chains chained to it.
18 | public var be: Be<ItemType> {
| `- warning: 'public' modifier is redundant for property declared in a public extension
19 | return Be(item: item)
20 | }
Build complete! (4.95s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Focus",
"name" : "Focus",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Focus",
"targets" : [
"Focus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FocusTests",
"module_type" : "SwiftTarget",
"name" : "FocusTests",
"path" : "Tests/FocusTests",
"sources" : [
"FocusTests.swift",
"Reporter.swift",
"WhenCreatingAnExpectObject.swift",
"WhenInjectingToDependencies.swift",
"WhenLoggingOutput.swift",
"WhenTestingReports.swift",
"WhenTestingSomethingToBeFalse.swift",
"WhenTestingSomethingToBeTrue.swift",
"WhenTestingSomethingToEqual.swift",
"customTestBoolen.swift"
],
"target_dependencies" : [
"Focus"
],
"type" : "test"
},
{
"c99name" : "Focus",
"module_type" : "SwiftTarget",
"name" : "Focus",
"path" : "Sources",
"product_memberships" : [
"Focus"
],
"sources" : [
"Be.swift",
"BeFalse.swift",
"BeTrue.swift",
"Beable.swift",
"DefaultReporter.swift",
"Expect.swift",
"Expectable.swift",
"Focus.swift",
"Reportable.swift",
"TestItemContainer.swift",
"TestItemContainerType.swift",
"To.swift",
"ToEqual.swift",
"Toable.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.