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 v0.0.1 (645477), with Swift 6.1 for macOS (SPM) on 1 Dec 2025 08:48:19 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: v0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/TahaTesser/SPT
 * tag               v0.0.1     -> FETCH_HEAD
HEAD is now at 6454773 chore(release): update CHANGELOG.md for v0.0.1
Cloned https://github.com/TahaTesser/SPT.git
Revision (git rev-parse @):
64547734d56cf92da23c0cbddf7f23f0fea20ed3
SUCCESS checkout https://github.com/TahaTesser/SPT.git at v0.0.1
========================================
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 SPTEvents.swift
[6/10] Compiling SPTCore SPTEventBus.swift
[7/10] Compiling SPTCore SPTConfiguration.swift
[8/10] Emitting module SPTCore
[9/10] Compiling SPTCore SPTDefaultAnalytics.swift
[10/10] Compiling SPTCore SPT.swift
[11/13] Compiling SPTInstrumentation SPTInstrumentation.swift
[12/13] Emitting module SPTInstrumentation
[13/13] Compiling SPTInstrumentation SPTViewProfiling.swift
[14/15] Emitting module SPT
[15/15] Compiling SPT SPT.swift
Build complete! (8.79s)
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.