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 SPT, reference main (aea1e1), with Swift 6.1 for macOS (SPM) on 2 Dec 2025 00:51:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TahaTesser/SPT.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/TahaTesser/SPT
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at aea1e10 Add development warning to README
Cloned https://github.com/TahaTesser/SPT.git
Revision (git rev-parse @):
aea1e105dfe450af8a833031806bd2798bf3a104
SUCCESS checkout https://github.com/TahaTesser/SPT.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/TahaTesser/SPT.git
https://github.com/TahaTesser/SPT.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SPT",
  "name" : "SPT",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SPT",
      "targets" : [
        "SPT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SPTTests",
      "module_type" : "SwiftTarget",
      "name" : "SPTTests",
      "path" : "Tests/SPTTests",
      "sources" : [
        "SPTTests.swift"
      ],
      "target_dependencies" : [
        "SPT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SPTInstrumentation",
      "module_type" : "SwiftTarget",
      "name" : "SPTInstrumentation",
      "path" : "Sources/SPTInstrumentation",
      "product_memberships" : [
        "SPT"
      ],
      "sources" : [
        "SPTInstrumentation.swift",
        "SPTViewProfiling.swift"
      ],
      "target_dependencies" : [
        "SPTCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPTCore",
      "module_type" : "SwiftTarget",
      "name" : "SPTCore",
      "path" : "Sources/SPTCore",
      "product_memberships" : [
        "SPT"
      ],
      "sources" : [
        "SPT.swift",
        "SPTConfiguration.swift",
        "SPTDefaultAnalytics.swift",
        "SPTEventBus.swift",
        "SPTEvents.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPT",
      "module_type" : "SwiftTarget",
      "name" : "SPT",
      "path" : "Sources/SPT",
      "product_memberships" : [
        "SPT"
      ],
      "sources" : [
        "SPT.swift"
      ],
      "target_dependencies" : [
        "SPTCore",
        "SPTInstrumentation"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/10] Compiling SPTCore SPTConfiguration.swift
[6/10] Compiling SPTCore SPTEvents.swift
[7/10] Compiling SPTCore SPTEventBus.swift
[8/10] Compiling SPTCore SPT.swift
[9/10] Emitting module SPTCore
[10/10] Compiling SPTCore SPTDefaultAnalytics.swift
[11/13] Emitting module SPTInstrumentation
[12/13] Compiling SPTInstrumentation SPTInstrumentation.swift
[13/13] Compiling SPTInstrumentation SPTViewProfiling.swift
[14/15] Compiling SPT SPT.swift
[15/15] Emitting module SPT
Build complete! (9.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SPT",
  "name" : "SPT",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SPT",
      "targets" : [
        "SPT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SPTTests",
      "module_type" : "SwiftTarget",
      "name" : "SPTTests",
      "path" : "Tests/SPTTests",
      "sources" : [
        "SPTTests.swift"
      ],
      "target_dependencies" : [
        "SPT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SPTInstrumentation",
      "module_type" : "SwiftTarget",
      "name" : "SPTInstrumentation",
      "path" : "Sources/SPTInstrumentation",
      "product_memberships" : [
        "SPT"
      ],
      "sources" : [
        "SPTInstrumentation.swift",
        "SPTViewProfiling.swift"
      ],
      "target_dependencies" : [
        "SPTCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPTCore",
      "module_type" : "SwiftTarget",
      "name" : "SPTCore",
      "path" : "Sources/SPTCore",
      "product_memberships" : [
        "SPT"
      ],
      "sources" : [
        "SPT.swift",
        "SPTConfiguration.swift",
        "SPTDefaultAnalytics.swift",
        "SPTEventBus.swift",
        "SPTEvents.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPT",
      "module_type" : "SwiftTarget",
      "name" : "SPT",
      "path" : "Sources/SPT",
      "product_memberships" : [
        "SPT"
      ],
      "sources" : [
        "SPT.swift"
      ],
      "target_dependencies" : [
        "SPTCore",
        "SPTInstrumentation"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.