The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of YAnalytics, reference main (bb1863), with Swift 6.0 for macOS (SPM) on 14 Sep 2024 16:41:41 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.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.0
Building package at path:  $PWD
https://github.com/codeandtheory/yanalytics-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-117DEE11B69C53C9.txt
[3/13] Compiling YAnalytics MockAnalyticsEngine.swift
[4/14] Compiling YAnalytics EventFactory.swift
[5/14] Compiling YAnalytics AnalyticsEngine.swift
[6/14] Compiling YAnalytics SpyAnalyticsEngine.swift
[7/14] Compiling YAnalytics ScreenViewFactory.swift
[8/14] Compiling YAnalytics AnalyticsEventFactory.swift
[9/14] Compiling YAnalytics AnalyticsEvent.swift
[10/14] Compiling YAnalytics CompoundAnalyticsEngine.swift
[11/14] Compiling YAnalytics ConsoleAnalyticsEngine.swift
[12/14] Emitting module YAnalytics
[13/14] Compiling YAnalytics LoggerAnalyticsEngine.swift
[14/14] Compiling YAnalytics UserPropertyFactory.swift
Build complete! (13.22s)
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.