The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/souzainf3/RNDeviceName.git
https://github.com/souzainf3/RNDeviceName.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling RNDeviceName UIDevice+Name.swift
[4/9] Compiling RNDeviceName DeviceType.swift
[5/9] Compiling RNDeviceName Device+Model.swift
[6/9] Compiling RNDeviceName DeviceFamily.swift
[7/9] Compiling RNDeviceName Device.swift
[8/9] Compiling RNDeviceName Device+Mapper.swift
[9/9] Emitting module RNDeviceName
Build complete! (4.69s)
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.