The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Equatable, reference main (73f819), with Swift 6.2 for macOS (SPM) on 1 Oct 2025 13:27:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/equatable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ordo-one/equatable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 73f819b fix(minor): fix swift syntax version bump (#31)
Cloned https://github.com/ordo-one/equatable.git
Revision (git rev-parse @):
73f819bd2bfb95e69cb596664b9d0d40cfe6493c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ordo-one/equatable.git at main
Fetching https://github.com/swiftlang/swift-syntax.git
[1/72362] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (61.54s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (64.39s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.24s)
========================================
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": "equatable",
      "name": "Equatable",
      "url": "https://github.com/ordo-one/equatable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/equatable",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax.git",
          "version": "602.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ordo-one/equatable.git
[1/521] Fetching equatable
Fetched https://github.com/ordo-one/equatable.git from cache (0.81s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.96s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (1.02s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/ordo-one/equatable.git
Working copy of https://github.com/ordo-one/equatable.git resolved at main (73f819b)
warning: '.resolve-product-dependencies': dependency 'equatable' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ordo-one/equatable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[1/10] Write EquatableClient-entitlement.plist
[3/10] Write sources
[4/10] Write swift-version-49B95AFC49DCD68C.txt
[6/27] Compiling EquatableMacros TypeSyntax+Extensions.swift
[7/27] Compiling EquatableMacros VariableDeclSyntax+Extensions.swift
[8/28] Compiling EquatableMacros SimpleFixItMessage.swift
[9/28] Compiling EquatableMacros EquatableMacro+TypeComplexity.swift
[10/28] Compiling EquatableMacros IdentifierTypeSyntax+Extensions.swift
[11/28] Compiling EquatableMacros MemberTypeSyntax+Extensions.swift
[12/28] Compiling EquatableMacros StructDeclSyntax+Extensions.swift
[13/28] Compiling EquatableMacros EquatableMacro+Helpers.swift
[14/28] Compiling EquatableMacros EquatableMacro+Isolation.swift
[15/28] Compiling EquatableMacros EquatableMacro+Equatable.swift
[16/28] Compiling EquatableMacros EquatableMacro+Hashable.swift
[17/28] Emitting module EquatableMacros
[18/28] Compiling EquatableMacros Closure.swift
[19/28] Compiling EquatableMacros EquatableIgnoredMacro.swift
[20/28] Compiling EquatableMacros EquatablePlugin.swift
[21/28] Compiling EquatableMacros EquatableMacro+Diagnostic.swift
[22/28] Compiling EquatableMacros EquatableIgnoredUnsafeClosureMacro.swift
[23/28] Compiling EquatableMacros EquatableMacro.swift
[23/28] Write Objects.LinkFileList
[24/28] Linking EquatableMacros-tool
[26/30] Compiling Equatable Equatable.swift
[27/30] Emitting module Equatable
[28/32] Compiling EquatableClient main.swift
[29/32] Emitting module EquatableClient
[29/32] Write Objects.LinkFileList
[30/32] Linking EquatableClient
[31/32] Applying EquatableClient
Build complete! (11.01s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Equatable",
  "name" : "Equatable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Equatable",
      "targets" : [
        "Equatable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EquatableClient",
      "targets" : [
        "EquatableClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "EquatableMacros",
      "targets" : [
        "EquatableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EquatableTests",
      "module_type" : "SwiftTarget",
      "name" : "EquatableTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "EquatableMacroTests.swift"
      ],
      "target_dependencies" : [
        "EquatableMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EquatableMacros",
      "module_type" : "SwiftTarget",
      "name" : "EquatableMacros",
      "path" : "Sources/EquatableMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Equatable",
        "EquatableClient",
        "EquatableMacros"
      ],
      "sources" : [
        "Closure.swift",
        "EquatableIgnoredMacro.swift",
        "EquatableIgnoredUnsafeClosureMacro.swift",
        "EquatableMacro.swift",
        "EquatablePlugin.swift",
        "Extensions/EquatableMacro/EquatableMacro+Diagnostic.swift",
        "Extensions/EquatableMacro/EquatableMacro+Equatable.swift",
        "Extensions/EquatableMacro/EquatableMacro+Hashable.swift",
        "Extensions/EquatableMacro/EquatableMacro+Helpers.swift",
        "Extensions/EquatableMacro/EquatableMacro+Isolation.swift",
        "Extensions/EquatableMacro/EquatableMacro+TypeComplexity.swift",
        "Extensions/IdentifierTypeSyntax+Extensions.swift",
        "Extensions/MemberTypeSyntax+Extensions.swift",
        "Extensions/StructDeclSyntax+Extensions.swift",
        "Extensions/TypeSyntax+Extensions.swift",
        "Extensions/VariableDeclSyntax+Extensions.swift",
        "SimpleFixItMessage.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "EquatableClient",
      "module_type" : "SwiftTarget",
      "name" : "EquatableClient",
      "path" : "Sources/EquatableClient",
      "product_memberships" : [
        "EquatableClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Equatable"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Equatable",
      "module_type" : "SwiftTarget",
      "name" : "Equatable",
      "path" : "Sources/Equatable",
      "product_memberships" : [
        "Equatable",
        "EquatableClient"
      ],
      "sources" : [
        "Equatable.swift"
      ],
      "target_dependencies" : [
        "EquatableMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/ordo-one/equatable/main
Repository:               ordo-one/equatable
Swift version used:       6.2
Target:                   Equatable
Extracting symbol information for 'Equatable'...
Finished extracting symbol information for 'Equatable'. (0.80s)
Building documentation for 'Equatable'...
Finished building documentation for 'Equatable' (0.10s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/ordo-one/equatable/main
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/swiftlang/swift-syntax.git
[1/2094] Fetching swift-docc-plugin
Updated https://github.com/swiftlang/swift-syntax.git (0.98s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (1.98s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3538] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.90s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/7] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit DeclarationFragments.swift
[11/57] Compiling SymbolKit Fragment.swift
[12/57] Compiling SymbolKit FragmentKind.swift
[13/57] Compiling SymbolKit FunctionParameter.swift
[14/57] Compiling SymbolKit FunctionSignature.swift
[15/57] Emitting module SymbolKit
[16/57] Compiling SymbolKit Symbol.swift
[17/57] Compiling SymbolKit SymbolKind.swift
[18/57] Compiling SymbolKit SymbolGraph.swift
[19/57] Compiling SymbolKit GraphCollector.swift
[20/57] Compiling SymbolKit Identifier.swift
[21/57] Compiling SymbolKit KindIdentifier.swift
[22/57] Compiling SymbolKit Location.swift
[23/57] Compiling SymbolKit Mutability.swift
[24/57] Compiling SymbolKit Mixin+Equals.swift
[25/57] Compiling SymbolKit Mixin+Hash.swift
[26/57] Compiling SymbolKit Mixin.swift
[27/57] Compiling SymbolKit LineList.swift
[28/57] Compiling SymbolKit Position.swift
[29/57] Compiling SymbolKit SemanticVersion.swift
[30/57] Compiling SymbolKit AccessControl.swift
[31/57] Compiling SymbolKit Availability.swift
[32/57] Compiling SymbolKit AvailabilityItem.swift
[33/57] Compiling SymbolKit Domain.swift
[34/57] Compiling Snippets SnippetParser.swift
[35/57] Compiling Snippets Snippet.swift
[36/57] Emitting module Snippets
[37/57] Compiling SymbolKit Relationship.swift
[38/57] Compiling SymbolKit RelationshipKind.swift
[39/57] Compiling SymbolKit SourceOrigin.swift
[40/57] Compiling SymbolKit GenericConstraints.swift
[41/57] Compiling SymbolKit Swift.swift
[42/57] Compiling SymbolKit Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.33s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'Equatable' complete! (0.74s)
      72
2	/Users/admin/builder/spi-builder-workspace/.docs/ordo-one/equatable/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/ordo-one/equatable/main
File count: 72
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-ordo-one-equatable-main-8e6096f6.zip to s3://spi-docs-inbox/prod-ordo-one-equatable-main-8e6096f6.zip
Copying... [19%]
Copying... [38%]
Copying... [57%]
Copying... [77%]
Copying... [96%]
Copying... [100%]
Done.