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 YAnalytics, reference main (bb1863), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 15:00:16 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/codeandtheory/yanalytics-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/yanalytics-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bb18639 [ISSUE] updated location and read me file for pull request template.
Cloned https://github.com/codeandtheory/yanalytics-ios.git
Revision (git rev-parse @):
bb18639447884c7f676683b397e97334021adac1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/yanalytics-ios.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/codeandtheory/yanalytics-ios.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/13] Compiling YAnalytics SpyAnalyticsEngine.swift
[4/13] Compiling YAnalytics ScreenViewFactory.swift
[5/13] Compiling YAnalytics MockAnalyticsEngine.swift
[6/14] Compiling YAnalytics EventFactory.swift
[7/14] Compiling YAnalytics AnalyticsEngine.swift
[8/14] Compiling YAnalytics AnalyticsEventFactory.swift
[9/14] Compiling YAnalytics ConsoleAnalyticsEngine.swift
[10/14] Compiling YAnalytics AnalyticsEvent.swift
[11/14] Compiling YAnalytics CompoundAnalyticsEngine.swift
[12/14] Emitting module YAnalytics
[13/14] Compiling YAnalytics LoggerAnalyticsEngine.swift
[14/14] Compiling YAnalytics UserPropertyFactory.swift
Build complete! (4.48s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YAnalytics",
  "name" : "YAnalytics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "YAnalytics",
      "targets" : [
        "YAnalytics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YAnalyticsTests",
      "module_type" : "SwiftTarget",
      "name" : "YAnalyticsTests",
      "path" : "Tests/YAnalyticsTests",
      "sources" : [
        "Helpers/XCTestCase+AssertLogged.swift",
        "Helpers/XCTestCase+MemoryLeakTracking.swift",
        "Implementations/CompoundAnalyticsEngineTests.swift",
        "Implementations/ConsoleAnalyticsEngineTests.swift",
        "Implementations/LoggerAnalyticsEngineTests.swift",
        "Implementations/MockAnalyticsEngineTests.swift",
        "Implementations/SpyAnalyticsEngineTests.swift",
        "Mock/MockAnalyticsData.swift",
        "Protocols/AnalyticsEngineTests.swift",
        "Protocols/EventFactoryTests.swift",
        "Protocols/ScreenViewFactoryTests.swift",
        "Protocols/UserPropertyFactoryTests.swift"
      ],
      "target_dependencies" : [
        "YAnalytics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YAnalytics",
      "module_type" : "SwiftTarget",
      "name" : "YAnalytics",
      "path" : "Sources/YAnalytics",
      "product_memberships" : [
        "YAnalytics"
      ],
      "sources" : [
        "Enum/AnalyticsEvent.swift",
        "Implementations/CompoundAnalyticsEngine.swift",
        "Implementations/ConsoleAnalyticsEngine.swift",
        "Implementations/LoggerAnalyticsEngine.swift",
        "Implementations/MockAnalyticsEngine.swift",
        "Implementations/SpyAnalyticsEngine.swift",
        "Protocol/AnalyticsEngine.swift",
        "Protocol/AnalyticsEventFactory.swift",
        "Protocol/EventFactory.swift",
        "Protocol/ScreenViewFactory.swift",
        "Protocol/UserPropertyFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.