The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SimpleAnalytics, reference 0.4.1 (df261f), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 20:03:19 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simpleanalytics/swift-package.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simpleanalytics/swift-package
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at df261f5 Merge pull request #15 from maxhumber/main
Cloned https://github.com/simpleanalytics/swift-package.git
Revision (git rev-parse @):
df261f54f9813f0272f2d88effcf51d872504ca6
SUCCESS checkout https://github.com/simpleanalytics/swift-package.git at 0.4.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/simpleanalytics/swift-package.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling SimpleAnalytics RequestDispatcher.swift
[4/8] Emitting module SimpleAnalytics
[5/8] Compiling SimpleAnalytics Event.swift
[6/8] Compiling SimpleAnalytics UserAgentFetcher.swift
[7/8] Compiling SimpleAnalytics String+slug.swift
[8/8] Compiling SimpleAnalytics SimpleAnalytics.swift
Build complete! (7.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleAnalytics",
  "name" : "SimpleAnalytics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SimpleAnalytics",
      "targets" : [
        "SimpleAnalytics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleAnalyticsTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleAnalyticsTests",
      "path" : "Tests/SimpleAnalyticsTests",
      "sources" : [
        "Swift_SimpleAnalyticsTests.swift"
      ],
      "target_dependencies" : [
        "SimpleAnalytics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleAnalytics",
      "module_type" : "SwiftTarget",
      "name" : "SimpleAnalytics",
      "path" : "Sources",
      "product_memberships" : [
        "SimpleAnalytics"
      ],
      "sources" : [
        "SimpleAnalytics/Event.swift",
        "SimpleAnalytics/RequestDispatcher.swift",
        "SimpleAnalytics/SimpleAnalytics.swift",
        "SimpleAnalytics/String+slug.swift",
        "SimpleAnalytics/UserAgentFetcher.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.