Build Information
Successful build of Focus, reference master (6a4633), with Swift 6.3 for Wasm on 11 Apr 2026 08:35:05 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/meech-ward/focus.git
Reference: master
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/meech-ward/focus
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/meech-ward/focus.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/16] Emitting module Focus
/host/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")
/host/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")
/host/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 | }
/host/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 {
/host/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 | }
[4/17] Compiling Focus TestItemContainerType.swift
[5/17] Compiling Focus To.swift
[6/17] Compiling Focus Toable.swift
/host/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 | }
[7/17] Compiling Focus DefaultReporter.swift
[8/17] Compiling Focus Expect.swift
[9/17] Compiling Focus BeTrue.swift
/host/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/17] Compiling Focus Beable.swift
/host/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")
[11/17] Compiling Focus Reportable.swift
[12/17] Compiling Focus TestItemContainer.swift
[13/17] Compiling Focus Expectable.swift
/host/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 | }
[14/17] Compiling Focus Focus.swift
/host/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 | }
[15/17] Compiling Focus Be.swift
/host/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")
[16/17] Compiling Focus BeFalse.swift
/host/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")
[17/17] Compiling Focus ToEqual.swift
/host/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 {
Build complete! (10.82s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Focus",
"name" : "Focus",
"path" : "/host/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"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.