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 SimpleAnalytics, reference 3.0.0 (2442ad), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 09:05:21 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/dennisbirch/simple-analytics.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dennisbirch/simple-analytics
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at 2442ad7 Remove use of UserDefaults from framework and add configuration parameter for device identifier
Cloned https://github.com/dennisbirch/simple-analytics.git
Revision (git rev-parse @):
2442ad7d7556fcbe7e55124148912e92750ea699
SUCCESS checkout https://github.com/dennisbirch/simple-analytics.git at 3.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dennisbirch/simple-analytics.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 AnalyticsCount.swift
[4/8] Emitting module SimpleAnalytics
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:86:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 84 |     ///
 85 |     /// This method is required for configuring the framework on macOS.
 86 |     @available (iOS, deprecated: 13.0, message: "Please use the setEndpoint(_:, sharedApp:) method")
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 87 |     @objc public static func setEndpoint(_ urlString: String, deviceID: String, submissionCompletionCallback: (() -> Void)? = nil) {
 88 |         shared.endpoint = urlString
[5/8] Compiling SimpleAnalytics SimpleAnalytics.swift
[6/8] Compiling SimpleAnalytics AppAnalytics.swift
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:86:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 84 |     ///
 85 |     /// This method is required for configuring the framework on macOS.
 86 |     @available (iOS, deprecated: 13.0, message: "Please use the setEndpoint(_:, sharedApp:) method")
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 87 |     @objc public static func setEndpoint(_ urlString: String, deviceID: String, submissionCompletionCallback: (() -> Void)? = nil) {
 88 |         shared.endpoint = urlString
[7/8] Compiling SimpleAnalytics AnalyticsItem.swift
[8/8] Compiling SimpleAnalytics AnalyticsSubmitter.swift
Build complete! (6.49s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleAnalytics",
  "name" : "SimpleAnalytics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "SimpleAnalytics",
      "targets" : [
        "SimpleAnalytics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleAnalyticsTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleAnalyticsTests",
      "path" : "Tests/SimpleAnalyticsTests",
      "sources" : [
        "SimpleAnalyticsTests.swift",
        "SubmissionTests.swift"
      ],
      "target_dependencies" : [
        "SimpleAnalytics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleAnalytics",
      "module_type" : "SwiftTarget",
      "name" : "SimpleAnalytics",
      "path" : "Sources/SimpleAnalytics",
      "product_memberships" : [
        "SimpleAnalytics"
      ],
      "sources" : [
        "AnalyticsCount.swift",
        "AnalyticsItem.swift",
        "AnalyticsSubmitter.swift",
        "AppAnalytics.swift",
        "SimpleAnalytics.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.