The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Equatable, reference main (c0f1c4), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 12:07:54 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/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 c0f1c48 fix(minor): Recognize actor-annotated closures in macro validation
Cloned https://github.com/ordo-one/equatable.git
Revision (git rev-parse @):
c0f1c487608c6049c8040cf68cf6a40f0bb30b50
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/75036] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.69s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (6.95s)
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.3.0.123.5-macosx26.4-MacroSupport.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip (0.94s)
========================================
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": "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ordo-one/equatable.git
[1/570] Fetching equatable
Fetched https://github.com/ordo-one/equatable.git from cache (1.04s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.97s)
Creating working copy for https://github.com/ordo-one/equatable.git
Working copy of https://github.com/ordo-one/equatable.git resolved at main (c0f1c48)
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
warning: '.resolve-product-dependencies': dependency 'equatable' 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/ordo-one/equatable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[0/10] Write EquatableClient-entitlement.plist
[1/10] Write sources
[4/10] Write swift-version--6988338F2F200930.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 MemberTypeSyntax+Extensions.swift
[10/28] Compiling EquatableMacros StructDeclSyntax+Extensions.swift
[11/28] Compiling EquatableMacros EquatableMacro+TypeComplexity.swift
[12/28] Compiling EquatableMacros IdentifierTypeSyntax+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] Compiling EquatableMacros Closure.swift
[18/28] Compiling EquatableMacros EquatableIgnoredMacro.swift
[19/28] Emitting module EquatableMacros
[20/28] Compiling EquatableMacros EquatableIgnoredUnsafeClosureMacro.swift
[21/28] Compiling EquatableMacros EquatableMacro.swift
[22/28] Compiling EquatableMacros EquatablePlugin.swift
[23/28] Compiling EquatableMacros EquatableMacro+Diagnostic.swift
[23/28] Write Objects.LinkFileList
[24/28] Linking EquatableMacros-tool
[26/30] Emitting module Equatable
[27/30] Compiling Equatable Equatable.swift
[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! (16.24s)
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.3
Target:                   Equatable
Extracting symbol information for 'Equatable'...
Finished extracting symbol information for 'Equatable'. (18.96s)
Building documentation for 'Equatable'...
Finished building documentation for 'Equatable' (0.34s)
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/2277] Fetching swift-docc-plugin
Updated https://github.com/swiftlang/swift-syntax.git (0.92s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (1.93s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.69s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3674] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.02s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.78s)
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.6
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/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit Mixin+Equals.swift
[10/53] Compiling SymbolKit Mixin+Hash.swift
[11/53] Compiling SymbolKit Mixin.swift
[12/53] Compiling SymbolKit LineList.swift
[13/53] Compiling SymbolKit Position.swift
[14/57] Compiling SymbolKit Names.swift
[15/57] Compiling SymbolKit SPI.swift
[16/57] Compiling SymbolKit Snippet.swift
[17/57] Compiling SymbolKit Extension.swift
[18/57] Compiling SymbolKit SemanticVersion.swift
[19/57] Compiling SymbolKit AccessControl.swift
[20/57] Compiling SymbolKit Availability.swift
[21/57] Compiling SymbolKit AvailabilityItem.swift
[22/57] Compiling SymbolKit Domain.swift
[23/57] Compiling SymbolKit Symbol.swift
[24/57] Compiling SymbolKit SymbolKind.swift
[25/57] Compiling SymbolKit SymbolGraph.swift
[26/57] Compiling SymbolKit GraphCollector.swift
[27/57] Compiling SymbolKit GenericConstraint.swift
[28/57] Compiling SymbolKit GenericParameter.swift
[29/57] Compiling SymbolKit Generics.swift
[30/57] Compiling SymbolKit Namespace.swift
[31/57] Compiling SymbolKit DeclarationFragments.swift
[32/57] Compiling SymbolKit Fragment.swift
[33/57] Compiling SymbolKit FragmentKind.swift
[34/57] Compiling SymbolKit FunctionParameter.swift
[35/57] Compiling SymbolKit FunctionSignature.swift
[36/57] Compiling SymbolKit Identifier.swift
[37/57] Compiling SymbolKit KindIdentifier.swift
[38/57] Compiling SymbolKit Location.swift
[39/57] Compiling SymbolKit Mutability.swift
[40/57] Emitting module SymbolKit
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit SourceOrigin.swift
[44/57] Compiling SymbolKit GenericConstraints.swift
[45/57] Compiling SymbolKit Swift.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 SnippetBuildCommand.swift
[57/61] Compiling snippet_extract SymbolGraph+Snippet.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.95s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Equatable' complete! (0.79s)
      74
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: 74
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-ordo-one-equatable-main-1b8a75f5.zip to s3://spi-docs-inbox/prod-ordo-one-equatable-main-1b8a75f5.zip
Copying... [18%]
Copying... [36%]
Copying... [54%]
Copying... [72%]
Copying... [89%]
Copying... [100%]
Done.