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 o, reference main (2c8dc2), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 02:17:43 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/0xOpenBytes/o.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/o
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2c8dc28 Remove tvOS Notifications (#9)
Cloned https://github.com/0xOpenBytes/o.git
Revision (git rev-parse @):
2c8dc280528428f684f250f88dbc513f4c65504e
SUCCESS checkout https://github.com/0xOpenBytes/o.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xOpenBytes/o.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 o NotificationPost.swift
[4/13] Compiling o NotificationGet.swift
[5/13] Compiling o o+notification.swift
[6/13] Compiling o NotificationUpdate.swift
[7/13] Compiling o NotificationDelegate.swift
[8/13] Compiling o NotificationDelete.swift
[9/13] Compiling o o+console.swift
[10/13] Compiling o o+file.swift
[11/13] Emitting module o
[12/13] Compiling o o+url.swift
[13/13] Compiling o NotificationAuthorization.swift
[14/14] Compiling o o.swift
Build complete! (4.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "o",
  "name" : "o",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "o",
      "targets" : [
        "o"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "oTests",
      "module_type" : "SwiftTarget",
      "name" : "oTests",
      "path" : "Tests/oTests",
      "sources" : [
        "oTests.swift"
      ],
      "target_dependencies" : [
        "o"
      ],
      "type" : "test"
    },
    {
      "c99name" : "o",
      "module_type" : "SwiftTarget",
      "name" : "o",
      "path" : "Sources/o",
      "product_memberships" : [
        "o"
      ],
      "sources" : [
        "Console/o+console.swift",
        "File/o+file.swift",
        "Notifications/NotificationAuthorization.swift",
        "Notifications/NotificationDelegate.swift",
        "Notifications/NotificationDelete.swift",
        "Notifications/NotificationGet.swift",
        "Notifications/NotificationPost.swift",
        "Notifications/NotificationUpdate.swift",
        "Notifications/o+notification.swift",
        "URL/o+url.swift",
        "o.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.