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 IAppRater, reference main (9d2c01), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 19:34:05 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/ukushu/IAppRater.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ukushu/IAppRater
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9d2c018 Merge origin/main -> main | Base: e43979c963548192253f4a34645ae760d371b228
Cloned https://github.com/ukushu/IAppRater.git
Revision (git rev-parse @):
9d2c01815dfa6ad38b3a26145b13f63c186f29e1
SUCCESS checkout https://github.com/ukushu/IAppRater.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ukushu/IAppRater.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/4] Emitting module IAppRater
[4/4] Compiling IAppRater IAppRater.swift
Build complete! (8.04s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IAppRater",
  "name" : "IAppRater",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "IAppRater",
      "targets" : [
        "IAppRater"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IAppRaterTests",
      "module_type" : "SwiftTarget",
      "name" : "IAppRaterTests",
      "path" : "Tests/IAppRaterTests",
      "sources" : [
        "IAppRaterTests.swift"
      ],
      "target_dependencies" : [
        "IAppRater"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IAppRater",
      "module_type" : "SwiftTarget",
      "name" : "IAppRater",
      "path" : "Sources/IAppRater",
      "product_memberships" : [
        "IAppRater"
      ],
      "sources" : [
        "IAppRater.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.