The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HavenDevice, reference main (37946e), with Swift 6.2 for macOS (SPM) on 15 Apr 2026 12:51:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Haven-Apps/HavenDevice.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Haven-Apps/HavenDevice
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 37946eb Create FUNDING.yml
Cloned https://github.com/Haven-Apps/HavenDevice.git
Revision (git rev-parse @):
37946eb28312a83b501d307b30aade4e91beaf15
SUCCESS checkout https://github.com/Haven-Apps/HavenDevice.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Haven-Apps/HavenDevice.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/15] Compiling HavenDevice ModelNames_Other.swift
[4/15] Compiling HavenDevice ModelNames_Mac.swift
[5/15] Compiling HavenDevice ModelNames_iPhone.swift
[6/15] Compiling HavenDevice ModelNames_iPad.swift
[7/16] Compiling HavenDevice ModelNames_AppleWatch.swift
[8/16] Compiling HavenDevice ModelNames_AppleTV.swift
[9/16] Compiling HavenDevice ModelNames_iPodTouch.swift
[10/16] Compiling HavenDevice PlatformHelpers.swift
[11/16] Compiling HavenDevice ModelNames.swift
[12/16] Compiling HavenDevice JailbreakDetector.swift
[13/16] Compiling HavenDevice MachineIdentifier.swift
[14/16] Emitting module HavenDevice
[15/16] Compiling HavenDevice DeviceFamily.swift
[16/16] Compiling HavenDevice HavenDevice.swift
Build complete! (8.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HavenDevice",
  "name" : "HavenDevice",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "watchos",
      "version" : "26.0"
    },
    {
      "name" : "tvos",
      "version" : "26.0"
    },
    {
      "name" : "visionos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "HavenDevice",
      "targets" : [
        "HavenDevice"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HavenDeviceTests",
      "module_type" : "SwiftTarget",
      "name" : "HavenDeviceTests",
      "path" : "Tests/HavenDeviceTests",
      "sources" : [
        "HavenDeviceTests.swift"
      ],
      "target_dependencies" : [
        "HavenDevice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HavenDevice",
      "module_type" : "SwiftTarget",
      "name" : "HavenDevice",
      "path" : "Sources/HavenDevice",
      "product_memberships" : [
        "HavenDevice"
      ],
      "sources" : [
        "DeviceFamily.swift",
        "HavenDevice.swift",
        "Helpers/JailbreakDetector.swift",
        "Helpers/MachineIdentifier.swift",
        "Helpers/PlatformHelpers.swift",
        "ModelNames/ModelNames.swift",
        "ModelNames/ModelNames_AppleTV.swift",
        "ModelNames/ModelNames_AppleWatch.swift",
        "ModelNames/ModelNames_Mac.swift",
        "ModelNames/ModelNames_Other.swift",
        "ModelNames/ModelNames_iPad.swift",
        "ModelNames/ModelNames_iPhone.swift",
        "ModelNames/ModelNames_iPodTouch.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.