The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyMobileDevice, reference 1.6.0 (e285e0), with Swift 6.1 for macOS (SPM) on 8 Mar 2026 13:05:21 UTC.

Swift 6 data race errors: 2

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/xtool-org/SwiftyMobileDevice.git
Reference: 1.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xtool-org/SwiftyMobileDevice
 * tag               1.6.0      -> FETCH_HEAD
HEAD is now at e285e0c Add PropertyListClient, AMFIClient (#1)
Cloned https://github.com/xtool-org/SwiftyMobileDevice.git
Revision (git rev-parse @):
e285e0c5abe9f54171880ec11afb70db5ab11b4c
SUCCESS checkout https://github.com/xtool-org/SwiftyMobileDevice.git at 1.6.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/xtool-org/SwiftyMobileDevice.git
https://github.com/xtool-org/SwiftyMobileDevice.git
{
  "dependencies" : [
    {
      "identity" : "xtool-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "1.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xtool-org/xtool-core"
    }
  ],
  "manifest_display_name" : "SwiftyMobileDevice",
  "name" : "SwiftyMobileDevice",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyMobileDevice",
      "targets" : [
        "SwiftyMobileDevice"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyMobileDevice",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyMobileDevice",
      "path" : "Sources/SwiftyMobileDevice",
      "product_dependencies" : [
        "plist",
        "libimobiledeviceGlue",
        "usbmuxd",
        "libimobiledevice",
        "Superutils"
      ],
      "product_memberships" : [
        "SwiftyMobileDevice"
      ],
      "sources" : [
        "Common/ConnectionType.swift",
        "Device/Device+Connection.swift",
        "Device/Device+Lookup.swift",
        "Device/Device.swift",
        "Device/Lockdown/Clients/AFCClient.swift",
        "Device/Lockdown/Clients/AMFIClient.swift",
        "Device/Lockdown/Clients/DebugserverClient.swift",
        "Device/Lockdown/Clients/HeartbeatClient.swift",
        "Device/Lockdown/Clients/HouseArrestClient.swift",
        "Device/Lockdown/Clients/InstallationProxyClient.swift",
        "Device/Lockdown/Clients/MISAgentClient.swift",
        "Device/Lockdown/Clients/MobileImageMounterClient.swift",
        "Device/Lockdown/Clients/PropertyListClient.swift",
        "Device/Lockdown/Clients/SBServicesClient.swift",
        "Device/Lockdown/LockdownClient.swift",
        "Device/Lockdown/LockdownService.swift",
        "USBMux/USBMux+Connection.swift",
        "USBMux/USBMux+Lookup.swift",
        "USBMux/USBMux.swift",
        "Utilities/CAPI.swift",
        "Utilities/PlistNodeCoders.swift",
        "Utilities/StreamingConnection.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/11] Write sources
[2/11] Copying usbmuxd.framework
[3/11] Copying plist.framework
[4/11] Copying libimobiledeviceGlue.framework
[5/11] Copying libimobiledevice.framework
[6/11] Write swift-version-2F0A5646E1D333AE.txt
[8/16] Compiling Superutils CodableElement.swift
[9/16] Compiling Superutils AnyEncodable.swift
[10/16] Compiling Superutils CodableUtils.swift
[11/16] Emitting module Superutils
[12/16] Compiling Superutils SharedExtensions.swift
[12/16] Write Objects.LinkFileList
[13/16] Linking libSuperutils.dylib
[15/37] Emitting module SwiftyMobileDevice
[16/39] Compiling SwiftyMobileDevice ConnectionType.swift
[17/39] Compiling SwiftyMobileDevice Device+Connection.swift
[18/39] Compiling SwiftyMobileDevice Device+Lookup.swift
[19/39] Compiling SwiftyMobileDevice PropertyListClient.swift
[20/39] Compiling SwiftyMobileDevice SBServicesClient.swift
[21/39] Compiling SwiftyMobileDevice Device.swift
[22/39] Compiling SwiftyMobileDevice AFCClient.swift
[23/39] Compiling SwiftyMobileDevice AMFIClient.swift
[24/39] Compiling SwiftyMobileDevice MISAgentClient.swift
[25/39] Compiling SwiftyMobileDevice MobileImageMounterClient.swift
[26/39] Compiling SwiftyMobileDevice USBMux.swift
[27/39] Compiling SwiftyMobileDevice CAPI.swift
[28/39] Compiling SwiftyMobileDevice USBMux+Connection.swift
[29/39] Compiling SwiftyMobileDevice USBMux+Lookup.swift
[30/39] Compiling SwiftyMobileDevice LockdownClient.swift
[31/39] Compiling SwiftyMobileDevice LockdownService.swift
[32/39] Compiling SwiftyMobileDevice DebugserverClient.swift
[33/39] Compiling SwiftyMobileDevice HeartbeatClient.swift
[34/39] Compiling SwiftyMobileDevice HouseArrestClient.swift
[35/39] Compiling SwiftyMobileDevice InstallationProxyClient.swift
[36/39] Compiling SwiftyMobileDevice PlistNodeCoders.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Utilities/PlistNodeCoders.swift:21:34: warning: type 'Any' does not conform to the 'Sendable' protocol
 19 |     var userInfo: [CodingUserInfoKey: Any] {
 20 |         get { encoder.userInfo }
 21 |         set { encoder.userInfo = newValue }
    |                                  `- warning: type 'Any' does not conform to the 'Sendable' protocol
 22 |     }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Utilities/PlistNodeCoders.swift:67:34: warning: type 'Any' does not conform to the 'Sendable' protocol
 65 |     var userInfo: [CodingUserInfoKey: Any] {
 66 |         get { decoder.userInfo }
 67 |         set { decoder.userInfo = newValue }
    |                                  `- warning: type 'Any' does not conform to the 'Sendable' protocol
 68 |     }
 69 |
[37/39] Compiling SwiftyMobileDevice StreamingConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Utilities/PlistNodeCoders.swift:21:34: warning: type 'Any' does not conform to the 'Sendable' protocol
 19 |     var userInfo: [CodingUserInfoKey: Any] {
 20 |         get { encoder.userInfo }
 21 |         set { encoder.userInfo = newValue }
    |                                  `- warning: type 'Any' does not conform to the 'Sendable' protocol
 22 |     }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Utilities/PlistNodeCoders.swift:67:34: warning: type 'Any' does not conform to the 'Sendable' protocol
 65 |     var userInfo: [CodingUserInfoKey: Any] {
 66 |         get { decoder.userInfo }
 67 |         set { decoder.userInfo = newValue }
    |                                  `- warning: type 'Any' does not conform to the 'Sendable' protocol
 68 |     }
 69 |
[37/39] Write Objects.LinkFileList
[38/39] Linking libSwiftyMobileDevice.dylib
Build complete! (16.38s)
Fetching https://github.com/xtool-org/xtool-core
[1/1232] Fetching xtool-core
Fetched https://github.com/xtool-org/xtool-core from cache (3.46s)
Computing version for https://github.com/xtool-org/xtool-core
Computed https://github.com/xtool-org/xtool-core at 1.4.0 (3.95s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git from cache
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.58s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.2 (1.07s)
Creating working copy for https://github.com/xtool-org/xtool-core
Working copy of https://github.com/xtool-org/xtool-core resolved at 1.4.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.2
Downloading binary artifact https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/usbmuxd.xcframework.zip
Downloading binary artifact https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/plist.xcframework.zip
Downloading binary artifact https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.2000/OpenSSL.xcframework.zip
Downloading binary artifact https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledevice.xcframework.zip
Downloading binary artifact https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledeviceGlue.xcframework.zip
[24786/8902731] Downloading https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledevice.xcframework.zip
[354896/9112547] Downloading https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledevice.xcframework.zip, https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledeviceGlue.xcframework.zip
[6654099/9397055] Downloading https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledevice.xcframework.zip, https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledeviceGlue.xcframework.zip, https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/plist.xcframework.zip
Downloaded https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledeviceGlue.xcframework.zip (0.78s)
Downloaded https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/plist.xcframework.zip (0.80s)
[16375/91405] Downloading https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/usbmuxd.xcframework.zip
Downloaded https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/usbmuxd.xcframework.zip (0.84s)
[32750/37575055] Downloading https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.2000/OpenSSL.xcframework.zip
Downloaded https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledevice.xcframework.zip (1.18s)
Downloaded https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.2000/OpenSSL.xcframework.zip (3.50s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xtool-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "1.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xtool-org/xtool-core"
    }
  ],
  "manifest_display_name" : "SwiftyMobileDevice",
  "name" : "SwiftyMobileDevice",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyMobileDevice",
      "targets" : [
        "SwiftyMobileDevice"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyMobileDevice",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyMobileDevice",
      "path" : "Sources/SwiftyMobileDevice",
      "product_dependencies" : [
        "plist",
        "libimobiledeviceGlue",
        "usbmuxd",
        "libimobiledevice",
        "Superutils"
      ],
      "product_memberships" : [
        "SwiftyMobileDevice"
      ],
      "sources" : [
        "Common/ConnectionType.swift",
        "Device/Device+Connection.swift",
        "Device/Device+Lookup.swift",
        "Device/Device.swift",
        "Device/Lockdown/Clients/AFCClient.swift",
        "Device/Lockdown/Clients/AMFIClient.swift",
        "Device/Lockdown/Clients/DebugserverClient.swift",
        "Device/Lockdown/Clients/HeartbeatClient.swift",
        "Device/Lockdown/Clients/HouseArrestClient.swift",
        "Device/Lockdown/Clients/InstallationProxyClient.swift",
        "Device/Lockdown/Clients/MISAgentClient.swift",
        "Device/Lockdown/Clients/MobileImageMounterClient.swift",
        "Device/Lockdown/Clients/PropertyListClient.swift",
        "Device/Lockdown/Clients/SBServicesClient.swift",
        "Device/Lockdown/LockdownClient.swift",
        "Device/Lockdown/LockdownService.swift",
        "USBMux/USBMux+Connection.swift",
        "USBMux/USBMux+Lookup.swift",
        "USBMux/USBMux.swift",
        "Utilities/CAPI.swift",
        "Utilities/PlistNodeCoders.swift",
        "Utilities/StreamingConnection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.