The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SSpec, reference 0.2.3 (2e6842), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 17:29:38 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dimakura/sspec.git
Reference: 0.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dimakura/sspec
 * tag               0.2.3      -> FETCH_HEAD
HEAD is now at 2e68427 Extensibility fixes (#33)
Cloned https://github.com/dimakura/sspec.git
Revision (git rev-parse @):
2e6842709607cdbfd3013e7df0dbe32b60932656
SUCCESS checkout https://github.com/dimakura/sspec.git at 0.2.3
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/jkandzi/Progress.swift
[1/1442] Fetching rainbow
[59/1907] Fetching rainbow, progress.swift
Fetched https://github.com/jkandzi/Progress.swift from cache (0.85s)
Fetched https://github.com/onevcat/Rainbow from cache (0.85s)
Computing version for https://github.com/jkandzi/Progress.swift
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.3' to specify the current tools version
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dimakura/sspec.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/19] Compiling Progress Utilities.swift
[6/19] Emitting module Progress
[7/19] Compiling Progress ProgressElements.swift
[8/19] Compiling Progress Progress.swift
[9/19] Compiling Rainbow Rainbow.swift
[10/19] Emitting module Rainbow
[11/19] Compiling Rainbow OutputTarget.swift
[12/19] Compiling Rainbow Color.swift
[13/19] Compiling Rainbow String+Rainbow.swift
[14/19] Compiling Rainbow BackgroundColor.swift
[15/19] Compiling Rainbow CodesParser.swift
[16/19] Compiling Rainbow ModesExtractor.swift
[17/19] Compiling Rainbow ControlCode.swift
[18/19] Compiling Rainbow StringGenerator.swift
[19/19] Compiling Rainbow Style.swift
[20/20] Compiling Rainbow XcodeColorsSupport.swift
[21/45] Emitting module SSpec
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Expectations/Array.swift:18:32: warning: use of protocol 'Equatable' as a type must be written 'any Equatable'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |
17 | /// Expectations for equatable arrays.
18 | extension SSExpect where T == [Equatable] {
   |                                `- warning: use of protocol 'Equatable' as a type must be written 'any Equatable'; this will be an error in a future Swift language mode [#ExistentialAny]
19 |   private func areEqual<X: Equatable>(_ a: T?, _ b: [X]) -> Bool {
20 |     guard let A = a as? [X] else { return false }
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[22/47] Compiling SSpec Describe.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[23/47] Compiling SSpec Example.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[24/47] Compiling SSpec Comparable.swift
[25/47] Compiling SSpec Equatable.swift
[26/47] Compiling SSpec Generic.swift
[27/47] Compiling SSpec IdGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[28/47] Compiling SSpec Node.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[29/47] Compiling SSpec String.swift
[30/47] Compiling SSpec ToString.swift
[31/47] Compiling SSpec SSpec.swift
[32/47] Compiling SSpec Array.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Expectations/Array.swift:18:32: warning: use of protocol 'Equatable' as a type must be written 'any Equatable'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |
17 | /// Expectations for equatable arrays.
18 | extension SSExpect where T == [Equatable] {
   |                                `- warning: use of protocol 'Equatable' as a type must be written 'any Equatable'; this will be an error in a future Swift language mode [#ExistentialAny]
19 |   private func areEqual<X: Equatable>(_ a: T?, _ b: [X]) -> Bool {
20 |     guard let A = a as? [X] else { return false }
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[33/47] Compiling SSpec Bool.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Expectations/Array.swift:18:32: warning: use of protocol 'Equatable' as a type must be written 'any Equatable'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |
17 | /// Expectations for equatable arrays.
18 | extension SSExpect where T == [Equatable] {
   |                                `- warning: use of protocol 'Equatable' as a type must be written 'any Equatable'; this will be an error in a future Swift language mode [#ExistentialAny]
19 |   private func areEqual<X: Equatable>(_ a: T?, _ b: [X]) -> Bool {
20 |     guard let A = a as? [X] else { return false }
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[34/47] Compiling SSpec Change.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Expectations/Array.swift:18:32: warning: use of protocol 'Equatable' as a type must be written 'any Equatable'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |
17 | /// Expectations for equatable arrays.
18 | extension SSExpect where T == [Equatable] {
   |                                `- warning: use of protocol 'Equatable' as a type must be written 'any Equatable'; this will be an error in a future Swift language mode [#ExistentialAny]
19 |   private func areEqual<X: Equatable>(_ a: T?, _ b: [X]) -> Bool {
20 |     guard let A = a as? [X] else { return false }
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[35/47] Compiling SSpec SpecReporter.swift
[36/47] Compiling SSpec TimeTaken.swift
[37/47] Compiling SSpec Welcomer.swift
[38/47] Compiling SSpec After.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[39/47] Compiling SSpec Before.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[40/47] Compiling SSpec Events.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[41/47] Compiling SSpec Session.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[42/47] Compiling SSpec Tree.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[43/47] Compiling SSpec DotReporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[44/47] Compiling SSpec ProgressReporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[45/47] Compiling SSpec Reporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[46/47] Compiling SSpec Root.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[47/47] Compiling SSpec Version.swift
/Users/admin/builder/spi-builder-workspace/Sources/SSpec/Tree/Node.swift:52:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 50 |   }
 51 |
 52 |   var hashValue: Int {
    |       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Node' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 53 |     return id
 54 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (7.30s)
Updating https://github.com/onevcat/Rainbow
Updating https://github.com/jkandzi/Progress.swift
Updated https://github.com/onevcat/Rainbow (0.47s)
Updated https://github.com/jkandzi/Progress.swift (0.48s)
Computing version for https://github.com/jkandzi/Progress.swift
Computed https://github.com/jkandzi/Progress.swift at 0.4.0 (1.20s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.67s)
Creating working copy for https://github.com/jkandzi/Progress.swift
Working copy of https://github.com/jkandzi/Progress.swift resolved at 0.4.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "progress.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jkandzi/Progress.swift"
    }
  ],
  "manifest_display_name" : "SSpec",
  "name" : "SSpec",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SSpec",
      "targets" : [
        "SSpec"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SSpecTests",
      "module_type" : "SwiftTarget",
      "name" : "SSpecTests",
      "path" : "Tests/SSpecTests",
      "sources" : [
        "Extensions/DummyExtension.swift",
        "General/ArraySpec.swift",
        "General/BeforeAfterSpec.swift",
        "General/BoolSpec.swift",
        "General/EquatableSpec.swift",
        "General/NilableSpec.swift",
        "General/StringSpec.swift",
        "SSpec/ExtensionSpec.swift",
        "SSpec/NodeSpec.swift",
        "SSpec/SessionSpec.swift",
        "SSpec/VersionSpec.swift",
        "SSpecTests.swift"
      ],
      "target_dependencies" : [
        "SSpec"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SSpec",
      "module_type" : "SwiftTarget",
      "name" : "SSpec",
      "path" : "Sources/SSpec",
      "product_dependencies" : [
        "Rainbow",
        "Progress"
      ],
      "product_memberships" : [
        "SSpec"
      ],
      "sources" : [
        "Collectors/DotReporter.swift",
        "Collectors/ProgressReporter.swift",
        "Collectors/Reporter.swift",
        "Collectors/SpecReporter.swift",
        "Collectors/TimeTaken.swift",
        "Collectors/Welcomer.swift",
        "Expectations/Array.swift",
        "Expectations/Bool.swift",
        "Expectations/Change.swift",
        "Expectations/Comparable.swift",
        "Expectations/Equatable.swift",
        "Expectations/Generic.swift",
        "Expectations/String.swift",
        "Expectations/ToString.swift",
        "SSpec.swift",
        "Session/Events.swift",
        "Session/Session.swift",
        "Session/Tree.swift",
        "Tree/After.swift",
        "Tree/Before.swift",
        "Tree/Describe.swift",
        "Tree/Example.swift",
        "Tree/IdGenerator.swift",
        "Tree/Node.swift",
        "Tree/Root.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.