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 YMTGetDeviceName, reference main (68f8bf), with Swift 6.2 for macOS (SPM) on 29 Nov 2025 11:10:03 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/MasamiYamate/YMTGetDeviceName.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MasamiYamate/YMTGetDeviceName
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 68f8bf0 Merge pull request #34 from MasamiYamate/feature/add-2024-2025-devices
Cloned https://github.com/MasamiYamate/YMTGetDeviceName.git
Revision (git rev-parse @):
68f8bf0474fceb7c936156e4b9d780025b5f7ec2
SUCCESS checkout https://github.com/MasamiYamate/YMTGetDeviceName.git at main
========================================
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": "ymtgetdevicename",
      "name": "YMTGetDeviceName",
      "url": "https://github.com/MasamiYamate/YMTGetDeviceName.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/YMTGetDeviceName",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/MasamiYamate/YMTGetDeviceName.git
[1/449] Fetching ymtgetdevicename
Fetched https://github.com/MasamiYamate/YMTGetDeviceName.git from cache (0.97s)
Creating working copy for https://github.com/MasamiYamate/YMTGetDeviceName.git
Working copy of https://github.com/MasamiYamate/YMTGetDeviceName.git resolved at main (68f8bf0)
warning: '.resolve-product-dependencies': dependency 'ymtgetdevicename' 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/MasamiYamate/YMTGetDeviceName.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/4] Compiling YMTGetDeviceName YMTGetDeviceName.swift
[4/4] Emitting module YMTGetDeviceName
Build complete! (3.64s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YMTGetDeviceName",
  "name" : "YMTGetDeviceName",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "YMTGetDeviceName",
      "targets" : [
        "YMTGetDeviceName"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YMTGetDeviceNameTests",
      "module_type" : "SwiftTarget",
      "name" : "YMTGetDeviceNameTests",
      "path" : "Tests/YMTGetDeviceNameTests",
      "sources" : [
        "YMTGetDeviceNameTests.swift"
      ],
      "target_dependencies" : [
        "YMTGetDeviceName"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YMTGetDeviceName",
      "module_type" : "SwiftTarget",
      "name" : "YMTGetDeviceName",
      "path" : "Sources/YMTGetDeviceName",
      "product_memberships" : [
        "YMTGetDeviceName"
      ],
      "sources" : [
        "YMTGetDeviceName.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.