The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftyMobileDevice, reference main (e285e0), with Swift 6.0 for macOS (SPM) on 8 Mar 2026 09:05:50 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/xtool-org/SwiftyMobileDevice.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xtool-org/SwiftyMobileDevice
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/xtool-org/SwiftyMobileDevice.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[2/11] Copying usbmuxd.framework
[3/11] Copying libimobiledeviceGlue.framework
[4/11] Copying plist.framework
[5/11] Copying libimobiledevice.framework
[6/11] Write swift-version-5BDAB9E9C0126B9D.txt
[8/16] Compiling Superutils AnyEncodable.swift
[9/16] Compiling Superutils CodableElement.swift
[10/16] Emitting module Superutils
[11/16] Compiling Superutils SharedExtensions.swift
[12/16] Compiling Superutils CodableUtils.swift
[12/16] Write Objects.LinkFileList
[13/16] Linking libSuperutils.dylib
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/37] Emitting module SwiftyMobileDevice
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/AMFIClient.swift:11:5: error: unexpected ',' separator
 9 |         device: Device,
10 |         lockdownClient: LockdownClient,
11 |     ) throws {
   |     `- error: unexpected ',' separator
12 |         self.propertyListClient = try PropertyListClient(
13 |             device: device,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/AMFIClient.swift:22:5: error: unexpected ',' separator
20 |         device: Device,
21 |         label: String?,
22 |     ) throws {
   |     `- error: unexpected ',' separator
23 |         let lockdown = try LockdownClient(device: device, label: label, performHandshake: true)
24 |         try self.init(device: device, lockdownClient: lockdown)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/PropertyListClient.swift:52:5: error: unexpected ',' separator
50 |         serviceIdentifier: String,
51 |         sendEscrowBag: Bool = false,
52 |     ) throws {
   |     `- error: unexpected ',' separator
53 |         let descriptor = try lockdownClient.startService(
54 |             identifier: serviceIdentifier,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/LockdownClient.swift:168:9: error: unexpected ',' separator
166 |             serviceIdentifier: String,
167 |             sendEscrowBag: Bool,
168 |         ) throws -> lockdownd_service_descriptor_t {
    |         `- error: unexpected ',' separator
169 |             var descriptor: lockdownd_service_descriptor_t?
170 |             try CAPI<Error>.check(
[16/39] Compiling SwiftyMobileDevice Device.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/AMFIClient.swift:11:5: error: unexpected ',' separator
 9 |         device: Device,
10 |         lockdownClient: LockdownClient,
11 |     ) throws {
   |     `- error: unexpected ',' separator
12 |         self.propertyListClient = try PropertyListClient(
13 |             device: device,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/AMFIClient.swift:22:5: error: unexpected ',' separator
20 |         device: Device,
21 |         label: String?,
22 |     ) throws {
   |     `- error: unexpected ',' separator
23 |         let lockdown = try LockdownClient(device: device, label: label, performHandshake: true)
24 |         try self.init(device: device, lockdownClient: lockdown)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/PropertyListClient.swift:52:5: error: unexpected ',' separator
50 |         serviceIdentifier: String,
51 |         sendEscrowBag: Bool = false,
52 |     ) throws {
   |     `- error: unexpected ',' separator
53 |         let descriptor = try lockdownClient.startService(
54 |             identifier: serviceIdentifier,
[17/39] Compiling SwiftyMobileDevice AFCClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/AMFIClient.swift:11:5: error: unexpected ',' separator
 9 |         device: Device,
10 |         lockdownClient: LockdownClient,
11 |     ) throws {
   |     `- error: unexpected ',' separator
12 |         self.propertyListClient = try PropertyListClient(
13 |             device: device,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/AMFIClient.swift:22:5: error: unexpected ',' separator
20 |         device: Device,
21 |         label: String?,
22 |     ) throws {
   |     `- error: unexpected ',' separator
23 |         let lockdown = try LockdownClient(device: device, label: label, performHandshake: true)
24 |         try self.init(device: device, lockdownClient: lockdown)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/PropertyListClient.swift:52:5: error: unexpected ',' separator
50 |         serviceIdentifier: String,
51 |         sendEscrowBag: Bool = false,
52 |     ) throws {
   |     `- error: unexpected ',' separator
53 |         let descriptor = try lockdownClient.startService(
54 |             identifier: serviceIdentifier,
[18/39] Compiling SwiftyMobileDevice AMFIClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/AMFIClient.swift:11:5: error: unexpected ',' separator
 9 |         device: Device,
10 |         lockdownClient: LockdownClient,
11 |     ) throws {
   |     `- error: unexpected ',' separator
12 |         self.propertyListClient = try PropertyListClient(
13 |             device: device,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/AMFIClient.swift:22:5: error: unexpected ',' separator
20 |         device: Device,
21 |         label: String?,
22 |     ) throws {
   |     `- error: unexpected ',' separator
23 |         let lockdown = try LockdownClient(device: device, label: label, performHandshake: true)
24 |         try self.init(device: device, lockdownClient: lockdown)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/PropertyListClient.swift:52:5: error: unexpected ',' separator
50 |         serviceIdentifier: String,
51 |         sendEscrowBag: Bool = false,
52 |     ) throws {
   |     `- error: unexpected ',' separator
53 |         let descriptor = try lockdownClient.startService(
54 |             identifier: serviceIdentifier,
[19/39] Compiling SwiftyMobileDevice USBMux+Connection.swift
[20/39] Compiling SwiftyMobileDevice USBMux+Lookup.swift
[21/39] Compiling SwiftyMobileDevice ConnectionType.swift
[22/39] Compiling SwiftyMobileDevice Device+Connection.swift
[23/39] Compiling SwiftyMobileDevice Device+Lookup.swift
[24/39] Compiling SwiftyMobileDevice USBMux.swift
[25/39] Compiling SwiftyMobileDevice CAPI.swift
[26/39] Compiling SwiftyMobileDevice LockdownClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/LockdownClient.swift:168:9: error: unexpected ',' separator
166 |             serviceIdentifier: String,
167 |             sendEscrowBag: Bool,
168 |         ) throws -> lockdownd_service_descriptor_t {
    |         `- error: unexpected ',' separator
169 |             var descriptor: lockdownd_service_descriptor_t?
170 |             try CAPI<Error>.check(
[27/39] Compiling SwiftyMobileDevice LockdownService.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/LockdownClient.swift:168:9: error: unexpected ',' separator
166 |             serviceIdentifier: String,
167 |             sendEscrowBag: Bool,
168 |         ) throws -> lockdownd_service_descriptor_t {
    |         `- error: unexpected ',' separator
169 |             var descriptor: lockdownd_service_descriptor_t?
170 |             try CAPI<Error>.check(
[28/39] Compiling SwiftyMobileDevice PlistNodeCoders.swift
[29/39] Compiling SwiftyMobileDevice StreamingConnection.swift
[30/39] Compiling SwiftyMobileDevice DebugserverClient.swift
[31/39] Compiling SwiftyMobileDevice HeartbeatClient.swift
[32/39] Compiling SwiftyMobileDevice MISAgentClient.swift
[33/39] Compiling SwiftyMobileDevice MobileImageMounterClient.swift
[34/39] Compiling SwiftyMobileDevice HouseArrestClient.swift
[35/39] Compiling SwiftyMobileDevice InstallationProxyClient.swift
[36/39] Compiling SwiftyMobileDevice PropertyListClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/PropertyListClient.swift:52:5: error: unexpected ',' separator
50 |         serviceIdentifier: String,
51 |         sendEscrowBag: Bool = false,
52 |     ) throws {
   |     `- error: unexpected ',' separator
53 |         let descriptor = try lockdownClient.startService(
54 |             identifier: serviceIdentifier,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/LockdownClient.swift:168:9: error: unexpected ',' separator
166 |             serviceIdentifier: String,
167 |             sendEscrowBag: Bool,
168 |         ) throws -> lockdownd_service_descriptor_t {
    |         `- error: unexpected ',' separator
169 |             var descriptor: lockdownd_service_descriptor_t?
170 |             try CAPI<Error>.check(
[37/39] Compiling SwiftyMobileDevice SBServicesClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/Clients/PropertyListClient.swift:52:5: error: unexpected ',' separator
50 |         serviceIdentifier: String,
51 |         sendEscrowBag: Bool = false,
52 |     ) throws {
   |     `- error: unexpected ',' separator
53 |         let descriptor = try lockdownClient.startService(
54 |             identifier: serviceIdentifier,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyMobileDevice/Device/Lockdown/LockdownClient.swift:168:9: error: unexpected ',' separator
166 |             serviceIdentifier: String,
167 |             sendEscrowBag: Bool,
168 |         ) throws -> lockdownd_service_descriptor_t {
    |         `- error: unexpected ',' separator
169 |             var descriptor: lockdownd_service_descriptor_t?
170 |             try CAPI<Error>.check(
Fetching https://github.com/xtool-org/xtool-core
[1/1232] Fetching xtool-core
Fetched https://github.com/xtool-org/xtool-core from cache (3.53s)
Computing version for https://github.com/xtool-org/xtool-core
Computed https://github.com/xtool-org/xtool-core at 1.4.0 (0.46s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
[1/886] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.92s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.2 (0.44s)
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
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
[16375/284508] Downloading https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/plist.xcframework.zip
Downloading binary artifact 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/plist.xcframework.zip (0.54s)
[32750/91405] Downloading https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/usbmuxd.xcframework.zip
[107780/301221] Downloading https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/usbmuxd.xcframework.zip, https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledeviceGlue.xcframework.zip
Downloading binary artifact https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/usbmuxd.xcframework.zip
[317596/37876276] Downloading https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/usbmuxd.xcframework.zip, https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledeviceGlue.xcframework.zip, 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/libimobiledeviceGlue.xcframework.zip
[873850/46779007] Downloading https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/usbmuxd.xcframework.zip, https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledeviceGlue.xcframework.zip, https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.2000/OpenSSL.xcframework.zip, 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/libimobiledevice.xcframework.zip
Downloaded https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/usbmuxd.xcframework.zip (0.60s)
[19854115/46687602] Downloading https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledeviceGlue.xcframework.zip, https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.2000/OpenSSL.xcframework.zip, https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledevice.xcframework.zip
Downloaded https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledeviceGlue.xcframework.zip (0.62s)
[30789122/46477786] Downloading https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.2000/OpenSSL.xcframework.zip, https://github.com/xtool-org/xtool-libs/releases/download/1.0.0/libimobiledevice.xcframework.zip
Downloading binary artifact 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.00s)
Downloaded https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.2000/OpenSSL.xcframework.zip (2.56s)
BUILD FAILURE 6.0 macosSpm