The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenBytesNavigation, reference main (a68682), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 01:28:04 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/OpenBytesNavigation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a686825 Add Package.resolved
Cloned https://github.com/0xOpenBytes/OpenBytesNavigation.git
Revision (git rev-parse @):
a68682508d76f9f66795ba769bf2fd209cbf34de
SUCCESS checkout https://github.com/0xOpenBytes/OpenBytesNavigation.git at main
========================================
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 o+notification.swift
[6/16] Compiling o NotificationGet.swift
[7/16] Compiling o NotificationUpdate.swift
[8/16] Emitting module o
[9/16] Compiling o NotificationAuthorization.swift
[10/16] Compiling o NotificationDelete.swift
[11/16] Compiling o NotificationPost.swift
[12/16] Compiling o o+console.swift
[13/16] Compiling o o+file.swift
[14/16] Compiling o NotificationDelegate.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 Modal.swift
[20/33] Compiling OpenBytesNavigation Toast.swift
[21/34] Compiling OpenBytesNavigation ToastNotificationView.swift
[22/34] Compiling OpenBytesNavigation ModalPresenting.swift
[23/34] Compiling OpenBytesNavigation ToastPresenting.swift
[24/34] Compiling OpenBytesNavigation ToastModifier.swift
[25/34] Compiling OpenBytesNavigation OpenBytesNavigationView.swift
[26/34] Compiling OpenBytesNavigation ActionSheet.swift
[27/34] Compiling OpenBytesNavigation Alert.swift
[28/34] Compiling OpenBytesNavigation ActionSheetPresenting.swift
[29/34] Compiling OpenBytesNavigation AlertPresenting.swift
[30/34] Emitting module OpenBytesNavigation
[31/34] Compiling OpenBytesNavigation BackwardNavigatable.swift
[32/34] Compiling OpenBytesNavigation ForwardNavigatable.swift
[33/34] Compiling OpenBytesNavigation OpenBytesNavigationPath.swift
[34/34] Compiling OpenBytesNavigation ToastStyle.swift
Build complete! (16.15s)
Fetching https://github.com/0xOpenBytes/Disk
[1/29] Fetching disk
Fetched https://github.com/0xOpenBytes/Disk from cache (0.63s)
Computing version for https://github.com/0xOpenBytes/Disk
Computed https://github.com/0xOpenBytes/Disk at 0.1.0 (1.15s)
Fetching https://github.com/0xOpenBytes/o
[1/248] Fetching o
Fetched https://github.com/0xOpenBytes/o from cache (0.59s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 2.1.1 (1.11s)
Creating working copy for https://github.com/0xOpenBytes/o
Working copy of https://github.com/0xOpenBytes/o resolved at 2.1.1
Creating working copy for https://github.com/0xOpenBytes/Disk
Working copy of https://github.com/0xOpenBytes/Disk resolved at 0.1.0
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.