The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RNDeviceName, reference master (4393b2), with Swift 6.2 for macOS (SPM) on 30 Sep 2025 17:38:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 4393b2c [UPDATE] Podspec to version 2.2.0
Cloned https://github.com/souzainf3/RNDeviceName.git
Revision (git rev-parse @):
4393b2c0cfb3e6e0dc0bd479e52871d1a96b975b
SUCCESS checkout https://github.com/souzainf3/RNDeviceName.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rndevicename",
      "name": "RNDeviceName",
      "url": "https://github.com/souzainf3/RNDeviceName.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RNDeviceName",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/souzainf3/RNDeviceName.git
[1/126] Fetching rndevicename
Fetched https://github.com/souzainf3/RNDeviceName.git from cache (0.65s)
Creating working copy for https://github.com/souzainf3/RNDeviceName.git
Working copy of https://github.com/souzainf3/RNDeviceName.git resolved at master (4393b2c)
warning: '.resolve-product-dependencies': dependency 'rndevicename' is not used by any target
Found 0 product dependencies
========================================
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.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/9] Compiling RNDeviceName UIDevice+Name.swift
[4/9] Compiling RNDeviceName DeviceType.swift
[5/9] Compiling RNDeviceName DeviceFamily.swift
[6/9] Compiling RNDeviceName Device+Mapper.swift
[7/9] Emitting module RNDeviceName
[8/9] Compiling RNDeviceName Device.swift
[9/9] Compiling RNDeviceName Device+Model.swift
Build complete! (4.66s)
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.