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.2 for macOS (SPM) on 1 Dec 2025 08:47:20 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/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
========================================
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": "spt",
      "name": "SPT",
      "url": "https://github.com/TahaTesser/SPT.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SPT",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/TahaTesser/SPT.git
[1/137] Fetching spt
Fetched https://github.com/TahaTesser/SPT.git from cache (0.89s)
Creating working copy for https://github.com/TahaTesser/SPT.git
Working copy of https://github.com/TahaTesser/SPT.git resolved at v0.0.1 (6454773)
warning: '.resolve-product-dependencies': dependency 'spt' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/TahaTesser/SPT.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/10] Compiling SPTCore SPTEventBus.swift
[6/10] Compiling SPTCore SPTEvents.swift
[7/10] Compiling SPTCore SPT.swift
[8/10] Compiling SPTCore SPTDefaultAnalytics.swift
[9/10] Emitting module SPTCore
[10/10] Compiling SPTCore SPTConfiguration.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.21s)
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.