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 RNDeviceName, reference master (68ada0), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 17:07:53 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/souzainf3/RNDeviceName.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/souzainf3/RNDeviceName
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 68ada02 [UPDATE] Podspec 2.1.0
Cloned https://github.com/souzainf3/RNDeviceName.git
Revision (git rev-parse @):
68ada02a7135381425b01778aeb8719ce3bf8f62
SUCCESS checkout https://github.com/souzainf3/RNDeviceName.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/souzainf3/RNDeviceName.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/9] Compiling RNDeviceName DeviceType.swift
[4/9] Emitting module RNDeviceName
[5/9] Compiling RNDeviceName UIDevice+Name.swift
[6/9] Compiling RNDeviceName Device+Mapper.swift
[7/9] Compiling RNDeviceName Device+Model.swift
[8/9] Compiling RNDeviceName Device.swift
[9/9] Compiling RNDeviceName DeviceFamily.swift
Build complete! (4.24s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RNDeviceName",
  "name" : "RNDeviceName",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "RNDeviceName",
      "targets" : [
        "RNDeviceName"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "RNDeviceNameTests",
      "module_type" : "SwiftTarget",
      "name" : "RNDeviceNameTests",
      "path" : "Tests",
      "sources" : [
        "RNDeviceNameTests.swift"
      ],
      "target_dependencies" : [
        "RNDeviceName"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RNDeviceName",
      "module_type" : "SwiftTarget",
      "name" : "RNDeviceName",
      "path" : "Sources",
      "product_memberships" : [
        "RNDeviceName"
      ],
      "sources" : [
        "Device.swift",
        "Models/Device+Mapper.swift",
        "Models/Device+Model.swift",
        "Protocol/DeviceFamily.swift",
        "Protocol/DeviceType.swift",
        "UIDevice+Name.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.