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 OpenBytesNavigation, reference 0.1.0 (d97955), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 01:27:48 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/OpenBytesNavigation.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/OpenBytesNavigation
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at d979559 Update README.md
Cloned https://github.com/0xOpenBytes/OpenBytesNavigation.git
Revision (git rev-parse @):
d979559d15e1fde365e1814bfc01c62869e4ea2d
SUCCESS checkout https://github.com/0xOpenBytes/OpenBytesNavigation.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xOpenBytes/OpenBytesNavigation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/15] Compiling o NotificationGet.swift
[6/16] Compiling o NotificationUpdate.swift
[7/16] Compiling o o+console.swift
[8/16] Compiling o o+file.swift
[9/16] Compiling o NotificationDelegate.swift
[10/16] Emitting module o
[11/16] Compiling o NotificationAuthorization.swift
[12/16] Compiling o NotificationPost.swift
[13/16] Compiling o o+notification.swift
[14/16] Compiling o NotificationDelete.swift
[15/16] Compiling o o+url.swift
[16/16] Compiling o o.swift
[17/18] Compiling Disk Disk.swift
[18/18] Emitting module Disk
[19/33] Compiling OpenBytesNavigation ToastModifier.swift
[20/34] Compiling OpenBytesNavigation ToastNotificationView.swift
[21/34] Compiling OpenBytesNavigation OpenBytesNavigationView.swift
[22/34] Compiling OpenBytesNavigation ModalPresenting.swift
[23/34] Compiling OpenBytesNavigation ToastPresenting.swift
[24/34] Compiling OpenBytesNavigation ActionSheet.swift
[25/34] Compiling OpenBytesNavigation Alert.swift
[26/34] Compiling OpenBytesNavigation Modal.swift
[27/34] Compiling OpenBytesNavigation Toast.swift
[28/34] Compiling OpenBytesNavigation ActionSheetPresenting.swift
[29/34] Compiling OpenBytesNavigation AlertPresenting.swift
[30/34] Compiling OpenBytesNavigation OpenBytesNavigationPath.swift
[31/34] Compiling OpenBytesNavigation BackwardNavigatable.swift
[32/34] Compiling OpenBytesNavigation ForwardNavigatable.swift
[33/34] Emitting module OpenBytesNavigation
[34/34] Compiling OpenBytesNavigation ToastStyle.swift
Build complete! (15.13s)
Fetching https://github.com/0xOpenBytes/Disk
[1/29] Fetching disk
Fetched https://github.com/0xOpenBytes/Disk from cache (0.55s)
Computing version for https://github.com/0xOpenBytes/Disk
Computed https://github.com/0xOpenBytes/Disk at 0.1.0 (1.11s)
Fetching https://github.com/0xOpenBytes/o
[1/248] Fetching o
Fetched https://github.com/0xOpenBytes/o from cache (0.67s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 2.1.1 (1.23s)
Creating working copy for https://github.com/0xOpenBytes/Disk
Working copy of https://github.com/0xOpenBytes/Disk resolved at 0.1.0
Creating working copy for https://github.com/0xOpenBytes/o
Working copy of https://github.com/0xOpenBytes/o resolved at 2.1.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "disk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xOpenBytes/Disk"
    }
  ],
  "manifest_display_name" : "OpenBytesNavigation",
  "name" : "OpenBytesNavigation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenBytesNavigation",
      "targets" : [
        "OpenBytesNavigation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenBytesNavigationTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenBytesNavigationTests",
      "path" : "Tests/OpenBytesNavigationTests",
      "sources" : [
        "OpenBytesNavigationTests.swift"
      ],
      "target_dependencies" : [
        "OpenBytesNavigation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenBytesNavigation",
      "module_type" : "SwiftTarget",
      "name" : "OpenBytesNavigation",
      "path" : "Sources/OpenBytesNavigation",
      "product_dependencies" : [
        "Disk"
      ],
      "product_memberships" : [
        "OpenBytesNavigation"
      ],
      "sources" : [
        "Interface/ActionSheetPresenting.swift",
        "Interface/AlertPresenting.swift",
        "Interface/BackwardNavigatable.swift",
        "Interface/ForwardNavigatable.swift",
        "Interface/ModalPresenting.swift",
        "Interface/ToastPresenting.swift",
        "Models/ActionSheet.swift",
        "Models/Alert.swift",
        "Models/Modal.swift",
        "Models/Toast.swift",
        "OpenBytesNavigationPath.swift",
        "OpenBytesNavigationView.swift",
        "Toast/ToastModifier.swift",
        "Toast/ToastNotificationView.swift",
        "Toast/ToastStyle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.