The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Focus, reference master (6a4633), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 08:02:02 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/meech-ward/focus.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/meech-ward/focus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/16] Compiling Focus TestItemContainer.swift
[4/16] Compiling Focus To.swift
[5/16] Compiling Focus DefaultReporter.swift
[6/16] Compiling Focus Expect.swift
[7/16] Compiling Focus TestItemContainerType.swift
[8/16] Compiling Focus Reportable.swift
[9/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")
[10/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")
[11/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")
[12/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")
[13/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 |     }
[14/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 |     }
[15/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 |   }
[16/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 {
[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! (5.12s)
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.