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.1 for macOS (SPM) on 29 Nov 2025 11:09:56 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MasamiYamate/YMTGetDeviceName.git
https://github.com/MasamiYamate/YMTGetDeviceName.git
{
  "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"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module YMTGetDeviceName
[4/4] Compiling YMTGetDeviceName YMTGetDeviceName.swift
Build complete! (3.78s)
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.