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 Assist, reference 0.10.0 (20abc1), with Swift 6.1 for macOS (SPM) on 15 Dec 2025 18:23:46 UTC.

Swift 6 data race errors: 5

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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/Blackjacx/Assist.git
Reference: 0.10.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Blackjacx/Assist
 * tag               0.10.0     -> FETCH_HEAD
HEAD is now at 20abc1f Merge branch 'release/0.10.0'
Cloned https://github.com/Blackjacx/Assist.git
Revision (git rev-parse @):
20abc1f11c3d80f2044465b3b30dc1d51266647d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Blackjacx/Assist.git at 0.10.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Blackjacx/Assist.git
https://github.com/Blackjacx/Assist.git
{
  "dependencies" : [
    {
      "identity" : "engine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/blackjacx/Engine"
    },
    {
      "identity" : "asckit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/blackjacx/ASCKit"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell"
    }
  ],
  "manifest_display_name" : "Assist",
  "name" : "Assist",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "asc",
      "targets" : [
        "ASC"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "push",
      "targets" : [
        "Push"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "snap",
      "targets" : [
        "Snap"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "playground",
      "targets" : [
        "Playground"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SnapTests",
      "module_type" : "SwiftTarget",
      "name" : "SnapTests",
      "path" : "Tests/SnapTests",
      "sources" : [
        "SnapTests.swift"
      ],
      "target_dependencies" : [
        "Snap"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Snap",
      "module_type" : "SwiftTarget",
      "name" : "Snap",
      "path" : "Sources/Snap",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "snap"
      ],
      "sources" : [
        "commands/Snap.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PushTests",
      "module_type" : "SwiftTarget",
      "name" : "PushTests",
      "path" : "Tests/PushTests",
      "sources" : [
        "PushTests.swift"
      ],
      "target_dependencies" : [
        "Push"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Push",
      "module_type" : "SwiftTarget",
      "name" : "Push",
      "path" : "Sources/Push",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "push"
      ],
      "sources" : [
        "PushEndpoint.swift",
        "PushService.swift",
        "commands/Push.swift",
        "commands/sub/Apns.swift",
        "commands/sub/Fcm.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PlaygroundTests",
      "module_type" : "SwiftTarget",
      "name" : "PlaygroundTests",
      "path" : "Tests/PlaygroundTests",
      "sources" : [
        "PlaygroundTests.swift"
      ],
      "target_dependencies" : [
        "Playground"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Playground",
      "module_type" : "SwiftTarget",
      "name" : "Playground",
      "path" : "Sources/Playground",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "playground"
      ],
      "sources" : [
        "commands/Playground.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "SwiftShell",
        "Engine"
      ],
      "product_memberships" : [
        "asc",
        "push",
        "snap",
        "playground"
      ],
      "sources" : [
        "Core.swift",
        "Extensions/ProcessInfo+Extensions.swift",
        "Logger.swift",
        "Networking/JSONWebToken.swift",
        "Shell/Mint.swift",
        "Shell/Simctl/Device.swift",
        "Shell/Simctl/Runtime.swift",
        "Shell/Simctl/Simctl.swift",
        "Shell/Simctl/SimctlList.swift",
        "Shell/Xcodebuild.swift",
        "Shell/Zip.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ASCTests",
      "module_type" : "SwiftTarget",
      "name" : "ASCTests",
      "path" : "Tests/ASCTests",
      "sources" : [
        "ASCTests.swift"
      ],
      "target_dependencies" : [
        "ASC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASC",
      "module_type" : "SwiftTarget",
      "name" : "ASC",
      "path" : "Sources/ASC",
      "product_dependencies" : [
        "ArgumentParser",
        "ASCKit"
      ],
      "product_memberships" : [
        "asc"
      ],
      "sources" : [
        "Filter+Extensions.swift",
        "commands/ASC.swift",
        "commands/sub/AccessibilityDeclarations.swift",
        "commands/sub/AgeRatingDeclarations.swift",
        "commands/sub/AppInfo.swift",
        "commands/sub/AppStoreVersions.swift",
        "commands/sub/Apps.swift",
        "commands/sub/BetaGroups.swift",
        "commands/sub/BetaTesters.swift",
        "commands/sub/Builds.swift",
        "commands/sub/BundleIds.swift",
        "commands/sub/Keys.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/30] Write sources
[5/30] Write playground-entitlement.plist
[5/30] Write sources
[5/30] Write snap-entitlement.plist
[10/30] Write push-entitlement.plist
[11/30] Write sources
[12/30] Write asc-entitlement.plist
[12/30] Write sources
[17/30] Write swift-version-2F0A5646E1D333AE.txt
[19/44] Emitting module ArgumentParserToolInfo
[20/44] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/90] Emitting module ArgumentParser
[22/94] Compiling ArgumentParser SequenceExtensions.swift
[23/94] Compiling ArgumentParser StringExtensions.swift
[24/94] Compiling ArgumentParser SwiftExtensions.swift
[25/94] Compiling ArgumentParser Tree.swift
[26/94] Compiling ArgumentParser CodingKeyValidator.swift
[27/94] Compiling ArgumentParser ArgumentDiscussion.swift
[28/94] Compiling ArgumentParser ArgumentHelp.swift
[29/94] Compiling ArgumentParser ArgumentVisibility.swift
[30/94] Compiling ArgumentParser CompletionKind.swift
[31/94] Compiling ArgumentParser Errors.swift
[32/94] Compiling ArgumentParser NonsenseFlagsValidator.swift
[33/94] Compiling ArgumentParser ParsableArgumentsValidation.swift
[34/94] Compiling ArgumentParser PositionalArgumentsValidator.swift
[35/94] Compiling ArgumentParser UniqueNamesValidator.swift
[36/94] Compiling ArgumentParser Flag.swift
[37/94] Compiling ArgumentParser NameSpecification.swift
[38/94] Compiling ArgumentParser Option.swift
[39/94] Compiling ArgumentParser OptionGroup.swift
[40/94] Compiling ArgumentParser AsyncParsableCommand.swift
[41/94] Compiling ArgumentParser BashCompletionsGenerator.swift
[42/94] Compiling ArgumentParser CompletionsGenerator.swift
[43/94] Compiling ArgumentParser FishCompletionsGenerator.swift
[44/94] Compiling ArgumentParser ZshCompletionsGenerator.swift
[45/94] Compiling ArgumentParser Argument.swift
[46/94] Compiling ArgumentParser CommandConfiguration.swift
[47/94] Compiling ArgumentParser CommandGroup.swift
[48/94] Compiling ArgumentParser EnumerableFlag.swift
[49/94] Compiling ArgumentParser ExpressibleByArgument.swift
[50/94] Compiling ArgumentParser ParsableArguments.swift
[51/94] Compiling ArgumentParser InputKey.swift
[52/94] Compiling ArgumentParser InputOrigin.swift
[53/94] Compiling ArgumentParser Name.swift
[54/94] Compiling ArgumentParser Parsed.swift
[55/94] Compiling ArgumentParser ParsedValues.swift
[56/94] Compiling ArgumentParser ParsableCommand.swift
[57/94] Compiling ArgumentParser ArgumentDecoder.swift
[58/94] Compiling ArgumentParser ArgumentDefinition.swift
[59/94] Compiling ArgumentParser ArgumentSet.swift
[60/94] Compiling ArgumentParser CommandParser.swift
[61/94] Compiling SwiftShell String.swift
[62/94] Compiling SwiftShell Bash.swift
[63/94] Compiling SwiftShell Lazy-split.swift
[64/94] Compiling SwiftShell Stream.swift
[65/94] Compiling ArgumentParser MessageInfo.swift
[66/94] Compiling ArgumentParser UsageGenerator.swift
[67/94] Compiling ArgumentParser CollectionExtensions.swift
[68/94] Compiling ArgumentParser Mutex.swift
[69/94] Compiling ArgumentParser Platform.swift
[70/94] Compiling ArgumentParser ParserError.swift
[71/94] Compiling ArgumentParser SplitArguments.swift
[72/94] Compiling ArgumentParser DumpHelpGenerator.swift
[73/94] Compiling ArgumentParser HelpCommand.swift
[74/94] Compiling ArgumentParser HelpGenerator.swift
[75/94] Compiling KeychainAccess Keychain.swift
[76/94] Emitting module KeychainAccess
[77/94] Compiling SwiftShell Process.swift
[78/94] Compiling SwiftShell Array.swift
[79/94] Emitting module SwiftShell
[80/94] Compiling SwiftShell Context.swift
[81/94] Compiling SwiftShell Files.swift
[82/94] Compiling SwiftShell Command.swift
[83/120] Emitting module Engine
[84/122] Compiling Engine UIView+Extensions.swift
[85/122] Compiling Engine UIViewController+Extensions.swift
[86/122] Compiling Engine OutputType.swift
[87/122] Compiling Engine Service.swift
[88/122] Compiling Engine DataWrapper.swift
[89/122] Compiling Engine ProcessInfo+Extensions.swift
[90/122] Compiling Engine String+Extensions.swift
[91/122] Compiling Engine String+Random.swift
[92/122] Compiling Engine Endpoint.swift
[93/122] Compiling Engine HTTPMethod.swift
[94/122] Compiling Engine Json.swift
[95/122] Compiling Engine LoggableError.swift
[96/122] Compiling Engine Network.swift
[97/122] Compiling Engine NetworkError.swift
[98/122] Compiling Engine UserDefaults+PropertyWrapper.swift
[99/122] Compiling Engine UIColor+Extensions.swift
[100/122] Compiling Engine Engine.swift
[101/122] Compiling Engine Bundle+Extensions.swift
[102/122] Compiling Engine FileManager+Extensions.swift
[103/122] Compiling Engine EmptyResponse.swift
[104/122] Compiling Engine Clamping.swift
[105/122] Compiling Engine JWTClaims.swift
[106/122] Compiling Engine JWTHeader.swift
[107/122] Compiling Engine Keychain.swift
[108/122] Compiling Engine URL+Extensions.swift
[109/122] Compiling Engine URLRequest+Extensions.swift
[110/122] Compiling Engine JWT.swift
[111/156] Compiling Core Xcodebuild.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[112/157] Emitting module ASCKit
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ASCKit/Sources/ASCKit/ASCService.swift:532:44: error: type of expression is ambiguous without a type annotation
530 |         }
531 |
532 |         guard let tester: BetaTester = try await list(
    |                                            `- error: type of expression is ambiguous without a type annotation
533 |             filters: [Filter(key: BetaTester.FilterKey.email, value: email)],
534 |             outputType: .none,
[113/159] Compiling Core Zip.swift
[114/159] Compiling ASCKit BetaTester.swift
[115/159] Compiling ASCKit BetaTesterInvitationResponse.swift
[116/159] Compiling ASCKit AppStoreVersion.swift
[117/159] Compiling ASCKit BetaGroup.swift
[118/159] Compiling Core SimctlList.swift
[119/159] Compiling Core Runtime.swift
[120/159] Compiling Core JSONWebToken.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Networking/JSONWebToken.swift:9:16: warning: static property 'jwt' is not concurrency-safe because non-'Sendable' type 'JWT' may have shared mutable state; this is an error in the Swift 6 language mode
  7 |
  8 | public enum JSONWebToken {
  9 |     static let jwt = JWT()
    |                `- warning: static property 'jwt' is not concurrency-safe because non-'Sendable' type 'JWT' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 |     public enum Service {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:11:15: note: struct 'JWT' does not conform to the 'Sendable' protocol
  9 | import Foundation
 10 |
 11 | public struct JWT {
    |               `- note: struct 'JWT' does not conform to the 'Sendable' protocol
 12 |     public init() {}
 13 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Networking/JSONWebToken.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Engine'
  1 | import Engine
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Engine'
  2 | import Foundation
  3 |
    :
  7 |
  8 | public enum JSONWebToken {
  9 |     static let jwt = JWT()
    |                |- note: add '@MainActor' to make static property 'jwt' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |
 11 |     public enum Service {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Networking/JSONWebToken.swift:68:25: warning: reference to static property 'decoder' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 66 |         }
 67 |
 68 |         return try Json.decoder.decode(JWTFcmCredentials.Token.self, from: data).accessToken
    |                         `- warning: reference to static property 'decoder' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 69 |     }
 70 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/Networking/Json.swift:18:23: note: static property declared here
16 |     }()
17 |
18 |     public static var decoder: JSONDecoder = {
   |                       `- note: static property declared here
19 |         let decoder = JSONDecoder()
20 |         decoder.dateDecodingStrategy = .iso8601
[121/159] Compiling ASCKit ASCHeader.swift
[122/159] Compiling ASCKit ASCKit.swift
[123/159] Compiling Core Mint.swift
[124/159] Compiling Core Simctl.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Shell/Simctl/Simctl.swift:217:14: warning: associated value 'devicesNotFoundForRuntime' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Runtime'; this is an error in the Swift 6 language mode
215 |         case latestRuntimeNameNotFound
216 |         case runtimeNotFound(name: String)
217 |         case devicesNotFoundForRuntime(Runtime)
    |              `- warning: associated value 'devicesNotFoundForRuntime' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Runtime'; this is an error in the Swift 6 language mode
218 |         case deviceIdNotFoundInDevices(id: String)
219 |         case createDeviceFailed(deviceName: String, runtimeID: String)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Shell/Simctl/Runtime.swift:10:15: note: consider making struct 'Runtime' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct Runtime: Codable {
   |               `- note: consider making struct 'Runtime' conform to the 'Sendable' protocol
11 |
12 |     enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Shell/Simctl/Simctl.swift:300:25: warning: reference to static property 'decoder' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
298 |         }
299 |
300 |         return try Json.decoder.decode(SimctlList.self, from: outData)
    |                         `- warning: reference to static property 'decoder' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
301 |     }
302 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/Networking/Json.swift:18:23: note: static property declared here
16 |     }()
17 |
18 |     public static var decoder: JSONDecoder = {
   |                       `- note: static property declared here
19 |         let decoder = JSONDecoder()
20 |         decoder.dateDecodingStrategy = .iso8601
[125/159] Emitting module Core
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:12:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public struct Logger {
   |               `- note: consider making struct 'Logger' conform to the 'Sendable' protocol
11 |
12 |     public static let shared = Logger()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |     public func warn(_ closure: @autoclosure () -> Any?,
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:82:16: warning: static property 'logLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
80 |
81 |     /// The current log level, defaults to .info
82 |     static var logLevel: Level = .info
   |                |- warning: static property 'logLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'logLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'logLevel' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 |     /// Enable to see additional information like sending object, date, function name, and line of code. Defaults to false.
84 |     static var verbose = false
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:84:16: warning: static property 'verbose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
82 |     static var logLevel: Level = .info
83 |     /// Enable to see additional information like sending object, date, function name, and line of code. Defaults to false.
84 |     static var verbose = false
   |                |- warning: static property 'verbose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'verbose' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'verbose' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
85 | }
86 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Networking/JSONWebToken.swift:9:16: warning: static property 'jwt' is not concurrency-safe because non-'Sendable' type 'JWT' may have shared mutable state; this is an error in the Swift 6 language mode
  7 |
  8 | public enum JSONWebToken {
  9 |     static let jwt = JWT()
    |                `- warning: static property 'jwt' is not concurrency-safe because non-'Sendable' type 'JWT' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 |     public enum Service {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/JWT/JWT.swift:11:15: note: struct 'JWT' does not conform to the 'Sendable' protocol
  9 | import Foundation
 10 |
 11 | public struct JWT {
    |               `- note: struct 'JWT' does not conform to the 'Sendable' protocol
 12 |     public init() {}
 13 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Networking/JSONWebToken.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Engine'
  1 | import Engine
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Engine'
  2 | import Foundation
  3 |
    :
  7 |
  8 | public enum JSONWebToken {
  9 |     static let jwt = JWT()
    |                |- note: add '@MainActor' to make static property 'jwt' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |
 11 |     public enum Service {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Shell/Simctl/Simctl.swift:217:14: warning: associated value 'devicesNotFoundForRuntime' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Runtime'; this is an error in the Swift 6 language mode
215 |         case latestRuntimeNameNotFound
216 |         case runtimeNotFound(name: String)
217 |         case devicesNotFoundForRuntime(Runtime)
    |              `- warning: associated value 'devicesNotFoundForRuntime' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Runtime'; this is an error in the Swift 6 language mode
218 |         case deviceIdNotFoundInDevices(id: String)
219 |         case createDeviceFailed(deviceName: String, runtimeID: String)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Shell/Simctl/Runtime.swift:10:15: note: consider making struct 'Runtime' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct Runtime: Codable {
   |               `- note: consider making struct 'Runtime' conform to the 'Sendable' protocol
11 |
12 |     enum CodingKeys: String, CodingKey {
[126/159] Compiling Core Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:12:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public struct Logger {
   |               `- note: consider making struct 'Logger' conform to the 'Sendable' protocol
11 |
12 |     public static let shared = Logger()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |     public func warn(_ closure: @autoclosure () -> Any?,
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:82:16: warning: static property 'logLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
80 |
81 |     /// The current log level, defaults to .info
82 |     static var logLevel: Level = .info
   |                |- warning: static property 'logLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'logLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'logLevel' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 |     /// Enable to see additional information like sending object, date, function name, and line of code. Defaults to false.
84 |     static var verbose = false
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:84:16: warning: static property 'verbose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
82 |     static var logLevel: Level = .info
83 |     /// Enable to see additional information like sending object, date, function name, and line of code. Defaults to false.
84 |     static var verbose = false
   |                |- warning: static property 'verbose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'verbose' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'verbose' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
85 | }
86 |
[127/159] Compiling Core Device.swift
[128/159] Compiling ASCKit App.swift
[129/159] Compiling ASCKit AppInfo.swift
[130/159] Compiling ASCKit Constants.swift
[131/159] Compiling ASCKit Filter.swift
[132/159] Compiling ASCKit Model.swift
[133/159] Compiling ASCKit AgeRatingDeclaration.swift
[134/159] Compiling ASCKit ApiKey.swift
[135/159] Compiling ASCKit PagedItemLoader.swift
[136/159] Compiling ASCKit TypedId.swift
[137/159] Compiling ASCKit AccessibilityDeclaration.swift
[138/159] Compiling ASCKit ASCService.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ASCKit/Sources/ASCKit/ASCService.swift:532:44: error: type of expression is ambiguous without a type annotation
530 |         }
531 |
532 |         guard let tester: BetaTester = try await list(
    |                                            `- error: type of expression is ambiguous without a type annotation
533 |             filters: [Filter(key: BetaTester.FilterKey.email, value: email)],
534 |             outputType: .none,
[139/159] Compiling ASCKit AscEndpoint.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ASCKit/Sources/ASCKit/ASCService.swift:532:44: error: type of expression is ambiguous without a type annotation
530 |         }
531 |
532 |         guard let tester: BetaTester = try await list(
    |                                            `- error: type of expression is ambiguous without a type annotation
533 |             filters: [Filter(key: BetaTester.FilterKey.email, value: email)],
534 |             outputType: .none,
[140/159] Compiling ASCKit AscError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ASCKit/Sources/ASCKit/ASCService.swift:532:44: error: type of expression is ambiguous without a type annotation
530 |         }
531 |
532 |         guard let tester: BetaTester = try await list(
    |                                            `- error: type of expression is ambiguous without a type annotation
533 |             filters: [Filter(key: BetaTester.FilterKey.email, value: email)],
534 |             outputType: .none,
[141/159] Compiling ASCKit Build.swift
[142/159] Compiling ASCKit BundleId.swift
[145/159] Compiling ASCKit ASCPayload.swift
[146/169] Compiling ASCKit PageableModel.swift
[147/169] Compiling ASCKit Relation.swift
Fetching https://github.com/blackjacx/ASCKit
Fetching https://github.com/blackjacx/Engine
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/apple/swift-argument-parser from cache
[1/782] Fetching asckit
[2/1580] Fetching asckit, engine
[279/6447] Fetching asckit, engine, swiftshell
Fetched https://github.com/blackjacx/ASCKit from cache (1.28s)
Fetched https://github.com/blackjacx/Engine from cache (1.28s)
Fetched https://github.com/kareman/SwiftShell from cache (1.28s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.31s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (5.00s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.7.1 (0.88s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.3.0 (0.81s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/4386] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (1.44s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (2.41s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.88s)
Creating working copy for https://github.com/blackjacx/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.7.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Creating working copy for https://github.com/blackjacx/Engine
Working copy of https://github.com/blackjacx/Engine resolved at 0.3.0
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/15] Write swift-version-2F0A5646E1D333AE.txt
[4/29] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/29] Emitting module ArgumentParserToolInfo
[6/75] Compiling SwiftShell String.swift
[7/75] Compiling SwiftShell Lazy-split.swift
[8/75] Compiling SwiftShell Array.swift
[9/75] Compiling SwiftShell Process.swift
[10/75] Compiling SwiftShell Files.swift
[11/75] Compiling SwiftShell Stream.swift
[12/75] Compiling SwiftShell Context.swift
[13/75] Compiling SwiftShell Bash.swift
[14/75] Emitting module SwiftShell
[15/75] Compiling SwiftShell Command.swift
[16/75] Compiling ArgumentParser InputKey.swift
[17/75] Compiling ArgumentParser InputOrigin.swift
[18/75] Compiling ArgumentParser Name.swift
[19/75] Compiling ArgumentParser Parsed.swift
[20/75] Compiling ArgumentParser ParsedValues.swift
[21/75] Compiling ArgumentParser CommandConfiguration.swift
[22/75] Compiling ArgumentParser CommandGroup.swift
[23/75] Compiling ArgumentParser EnumerableFlag.swift
[24/75] Compiling ArgumentParser ExpressibleByArgument.swift
[25/75] Compiling ArgumentParser ParsableArguments.swift
[26/79] Emitting module ArgumentParser
[27/79] Compiling ArgumentParser MessageInfo.swift
[28/79] Compiling ArgumentParser UsageGenerator.swift
[29/79] Compiling ArgumentParser CollectionExtensions.swift
[30/79] Compiling ArgumentParser Mutex.swift
[31/79] Compiling ArgumentParser Platform.swift
[32/79] Emitting module KeychainAccess
[33/79] Compiling KeychainAccess Keychain.swift
[34/79] Compiling ArgumentParser NonsenseFlagsValidator.swift
[35/79] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/79] Compiling ArgumentParser PositionalArgumentsValidator.swift
[37/79] Compiling ArgumentParser UniqueNamesValidator.swift
[38/79] Compiling ArgumentParser BashCompletionsGenerator.swift
[39/79] Compiling ArgumentParser CompletionsGenerator.swift
[40/79] Compiling ArgumentParser FishCompletionsGenerator.swift
[41/79] Compiling ArgumentParser ZshCompletionsGenerator.swift
[42/79] Compiling ArgumentParser Argument.swift
[43/79] Compiling ArgumentParser Flag.swift
[44/79] Compiling ArgumentParser NameSpecification.swift
[45/79] Compiling ArgumentParser Option.swift
[46/79] Compiling ArgumentParser OptionGroup.swift
[47/79] Compiling ArgumentParser AsyncParsableCommand.swift
[48/79] Compiling ArgumentParser ArgumentDiscussion.swift
[49/79] Compiling ArgumentParser ArgumentHelp.swift
[50/79] Compiling ArgumentParser ArgumentVisibility.swift
[51/79] Compiling ArgumentParser CompletionKind.swift
[52/79] Compiling ArgumentParser Errors.swift
[53/105] Compiling ArgumentParser SequenceExtensions.swift
[54/105] Compiling ArgumentParser StringExtensions.swift
[55/105] Compiling ArgumentParser SwiftExtensions.swift
[56/105] Compiling ArgumentParser Tree.swift
[57/105] Compiling ArgumentParser CodingKeyValidator.swift
[58/105] Compiling ArgumentParser ParserError.swift
[59/105] Compiling ArgumentParser SplitArguments.swift
[60/105] Compiling ArgumentParser DumpHelpGenerator.swift
[61/105] Compiling ArgumentParser HelpCommand.swift
[62/105] Compiling ArgumentParser HelpGenerator.swift
[63/105] Compiling ArgumentParser ParsableCommand.swift
[64/105] Compiling ArgumentParser ArgumentDecoder.swift
[65/105] Compiling ArgumentParser ArgumentDefinition.swift
[66/105] Compiling ArgumentParser ArgumentSet.swift
[67/105] Compiling ArgumentParser CommandParser.swift
[68/105] Compiling Engine JWTClaims.swift
[69/105] Compiling Engine JWTHeader.swift
[70/105] Compiling Engine Keychain.swift
[71/107] Emitting module Engine
[72/107] Compiling Engine EmptyResponse.swift
[73/107] Compiling Engine Clamping.swift
[74/107] Compiling Engine UserDefaults+PropertyWrapper.swift
[75/107] Compiling Engine UIColor+Extensions.swift
[76/107] Compiling Engine OutputType.swift
[77/107] Compiling Engine Service.swift
[78/107] Compiling Engine DataWrapper.swift
[79/107] Compiling Engine Engine.swift
[80/107] Compiling Engine Bundle+Extensions.swift
[81/107] Compiling Engine FileManager+Extensions.swift
[82/107] Compiling Engine Endpoint.swift
[83/107] Compiling Engine HTTPMethod.swift
[84/107] Compiling Engine Json.swift
[85/107] Compiling Engine ProcessInfo+Extensions.swift
[86/107] Compiling Engine String+Extensions.swift
[87/107] Compiling Engine String+Random.swift
[88/107] Compiling Engine UIView+Extensions.swift
[89/107] Compiling Engine UIViewController+Extensions.swift
[90/107] Compiling Engine LoggableError.swift
[91/107] Compiling Engine Network.swift
[92/107] Compiling Engine NetworkError.swift
[93/107] Compiling Engine URL+Extensions.swift
[94/107] Compiling Engine URLRequest+Extensions.swift
[95/107] Compiling Engine JWT.swift
[96/141] Compiling Core Xcodebuild.swift
[97/142] Compiling Core Zip.swift
[98/142] Emitting module ASCKit
[99/144] Compiling Core Device.swift
[100/144] Compiling Core SimctlList.swift
[101/144] Compiling Core Runtime.swift
[102/144] Compiling Core JSONWebToken.swift
[103/144] Compiling Core Mint.swift
[104/144] Compiling Core Logger.swift
[105/144] Emitting module Core
[106/144] Compiling Core Simctl.swift
[107/144] Compiling ASCKit ASCHeader.swift
[108/144] Compiling ASCKit ASCKit.swift
[109/144] Compiling ASCKit App.swift
[110/144] Compiling ASCKit AppInfo.swift
[111/144] Compiling ASCKit BetaTester.swift
[112/144] Compiling ASCKit BetaTesterInvitationResponse.swift
[113/144] Compiling ASCKit AgeRatingDeclaration.swift
[114/144] Compiling ASCKit ApiKey.swift
[115/144] Compiling ASCKit PagedItemLoader.swift
[116/144] Compiling ASCKit TypedId.swift
[117/144] Compiling ASCKit AccessibilityDeclaration.swift
[118/144] Compiling ASCKit AppStoreVersion.swift
[119/144] Compiling ASCKit BetaGroup.swift
[120/144] Compiling ASCKit Build.swift
[121/144] Compiling ASCKit BundleId.swift
[124/154] Compiling ASCKit ASCPayload.swift
[125/154] Compiling ASCKit Constants.swift
[126/154] Compiling ASCKit Filter.swift
[127/154] Compiling ASCKit Model.swift
[128/154] Compiling ASCKit ASCService.swift
[129/154] Compiling ASCKit AscEndpoint.swift
[130/154] Compiling ASCKit AscError.swift
[131/154] Compiling ASCKit PageableModel.swift
[132/154] Compiling ASCKit Relation.swift
[133/166] Emitting module Playground
[134/166] Compiling Playground Playground.swift
[134/166] Write Objects.LinkFileList
[136/166] Compiling Push Fcm.swift
[137/166] Compiling Push Push.swift
/Users/admin/builder/spi-builder-workspace/Sources/Push/commands/Push.swift:57:1: warning: extension declares a conformance of imported type 'OutputType' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Engine' introduce this conformance in the future
55 | }
56 |
57 | extension OutputType: ExpressibleByArgument { }
   | |- warning: extension declares a conformance of imported type 'OutputType' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Engine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
58 |
[138/166] Compiling Push PushService.swift
[139/166] Emitting module Push
/Users/admin/builder/spi-builder-workspace/Sources/Push/commands/Push.swift:57:1: warning: extension declares a conformance of imported type 'OutputType' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Engine' introduce this conformance in the future
55 | }
56 |
57 | extension OutputType: ExpressibleByArgument { }
   | |- warning: extension declares a conformance of imported type 'OutputType' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Engine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
58 |
[140/166] Compiling Push PushEndpoint.swift
[141/166] Compiling Push Apns.swift
[141/166] Write Objects.LinkFileList
[143/166] Emitting module Snap
[144/166] Compiling Snap Snap.swift
[144/166] Write Objects.LinkFileList
[146/166] Compiling ASC Apps.swift
[147/167] Compiling ASC Builds.swift
[148/167] Compiling ASC BundleIds.swift
/Users/admin/builder/spi-builder-workspace/Sources/ASC/commands/sub/BundleIds.swift:119:1: warning: extension declares a conformance of imported type 'Platform' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
117 | }
118 |
119 | extension BundleId.Platform: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'Platform' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
120 |
[149/167] Compiling ASC BetaGroups.swift
[150/167] Compiling ASC BetaTesters.swift
[150/167] Linking playground
[151/167] Applying playground
[153/167] Compiling ASC AppStoreVersions.swift
[154/167] Compiling ASC AppInfo.swift
[154/167] Linking push
[155/167] Applying push
[157/167] Compiling ASC Filter+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/ASC/Filter+Extensions.swift:12:1: warning: extension declares a conformance of imported type 'Filter' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
10 | import ArgumentParser
11 |
12 | extension Filter: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Filter' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |
14 |     public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Sources/ASC/commands/ASC.swift:80:1: warning: extension declares a conformance of imported type 'OutputType' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Engine' introduce this conformance in the future
78 | }
79 |
80 | extension OutputType: ExpressibleByArgument { }
   | |- warning: extension declares a conformance of imported type 'OutputType' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Engine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
81 |
[158/167] Compiling ASC ASC.swift
/Users/admin/builder/spi-builder-workspace/Sources/ASC/Filter+Extensions.swift:12:1: warning: extension declares a conformance of imported type 'Filter' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
10 | import ArgumentParser
11 |
12 | extension Filter: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Filter' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |
14 |     public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Sources/ASC/commands/ASC.swift:80:1: warning: extension declares a conformance of imported type 'OutputType' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Engine' introduce this conformance in the future
78 | }
79 |
80 | extension OutputType: ExpressibleByArgument { }
   | |- warning: extension declares a conformance of imported type 'OutputType' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Engine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
81 |
[159/167] Emitting module ASC
/Users/admin/builder/spi-builder-workspace/Sources/ASC/Filter+Extensions.swift:12:1: warning: extension declares a conformance of imported type 'Filter' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
10 | import ArgumentParser
11 |
12 | extension Filter: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Filter' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |
14 |     public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Sources/ASC/commands/ASC.swift:80:1: warning: extension declares a conformance of imported type 'OutputType' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Engine' introduce this conformance in the future
78 | }
79 |
80 | extension OutputType: ExpressibleByArgument { }
   | |- warning: extension declares a conformance of imported type 'OutputType' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Engine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
81 |
/Users/admin/builder/spi-builder-workspace/Sources/ASC/commands/sub/AccessibilityDeclarations.swift:226:1: warning: extension declares a conformance of imported type 'DeviceFamily' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
224 | }
225 |
226 | extension AccessibilityDeclaration.DeviceFamily: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'DeviceFamily' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
227 |
/Users/admin/builder/spi-builder-workspace/Sources/ASC/commands/sub/AgeRatingDeclarations.swift:87:1: warning: extension declares a conformance of imported type 'TypedId' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
85 | }
86 |
87 | extension TypedId: ExpressibleByArgument { }
   | |- warning: extension declares a conformance of imported type 'TypedId' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |
/Users/admin/builder/spi-builder-workspace/Sources/ASC/commands/sub/BundleIds.swift:119:1: warning: extension declares a conformance of imported type 'Platform' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
117 | }
118 |
119 | extension BundleId.Platform: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'Platform' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
120 |
[160/167] Compiling ASC AccessibilityDeclarations.swift
/Users/admin/builder/spi-builder-workspace/Sources/ASC/commands/sub/AccessibilityDeclarations.swift:226:1: warning: extension declares a conformance of imported type 'DeviceFamily' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
224 | }
225 |
226 | extension AccessibilityDeclaration.DeviceFamily: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'DeviceFamily' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
227 |
/Users/admin/builder/spi-builder-workspace/Sources/ASC/commands/sub/AgeRatingDeclarations.swift:87:1: warning: extension declares a conformance of imported type 'TypedId' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
85 | }
86 |
87 | extension TypedId: ExpressibleByArgument { }
   | |- warning: extension declares a conformance of imported type 'TypedId' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |
[161/167] Compiling ASC AgeRatingDeclarations.swift
/Users/admin/builder/spi-builder-workspace/Sources/ASC/commands/sub/AccessibilityDeclarations.swift:226:1: warning: extension declares a conformance of imported type 'DeviceFamily' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
224 | }
225 |
226 | extension AccessibilityDeclaration.DeviceFamily: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'DeviceFamily' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
227 |
/Users/admin/builder/spi-builder-workspace/Sources/ASC/commands/sub/AgeRatingDeclarations.swift:87:1: warning: extension declares a conformance of imported type 'TypedId' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
85 | }
86 |
87 | extension TypedId: ExpressibleByArgument { }
   | |- warning: extension declares a conformance of imported type 'TypedId' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |
[162/167] Compiling ASC Keys.swift
[162/167] Write Objects.LinkFileList
[163/167] Linking snap
[164/167] Applying snap
[165/167] Linking asc
[166/167] Applying asc
Build complete! (8.63s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "engine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/blackjacx/Engine"
    },
    {
      "identity" : "asckit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/blackjacx/ASCKit"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell"
    }
  ],
  "manifest_display_name" : "Assist",
  "name" : "Assist",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "asc",
      "targets" : [
        "ASC"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "push",
      "targets" : [
        "Push"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "snap",
      "targets" : [
        "Snap"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "playground",
      "targets" : [
        "Playground"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SnapTests",
      "module_type" : "SwiftTarget",
      "name" : "SnapTests",
      "path" : "Tests/SnapTests",
      "sources" : [
        "SnapTests.swift"
      ],
      "target_dependencies" : [
        "Snap"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Snap",
      "module_type" : "SwiftTarget",
      "name" : "Snap",
      "path" : "Sources/Snap",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "snap"
      ],
      "sources" : [
        "commands/Snap.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PushTests",
      "module_type" : "SwiftTarget",
      "name" : "PushTests",
      "path" : "Tests/PushTests",
      "sources" : [
        "PushTests.swift"
      ],
      "target_dependencies" : [
        "Push"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Push",
      "module_type" : "SwiftTarget",
      "name" : "Push",
      "path" : "Sources/Push",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "push"
      ],
      "sources" : [
        "PushEndpoint.swift",
        "PushService.swift",
        "commands/Push.swift",
        "commands/sub/Apns.swift",
        "commands/sub/Fcm.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PlaygroundTests",
      "module_type" : "SwiftTarget",
      "name" : "PlaygroundTests",
      "path" : "Tests/PlaygroundTests",
      "sources" : [
        "PlaygroundTests.swift"
      ],
      "target_dependencies" : [
        "Playground"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Playground",
      "module_type" : "SwiftTarget",
      "name" : "Playground",
      "path" : "Sources/Playground",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "playground"
      ],
      "sources" : [
        "commands/Playground.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "SwiftShell",
        "Engine"
      ],
      "product_memberships" : [
        "asc",
        "push",
        "snap",
        "playground"
      ],
      "sources" : [
        "Core.swift",
        "Extensions/ProcessInfo+Extensions.swift",
        "Logger.swift",
        "Networking/JSONWebToken.swift",
        "Shell/Mint.swift",
        "Shell/Simctl/Device.swift",
        "Shell/Simctl/Runtime.swift",
        "Shell/Simctl/Simctl.swift",
        "Shell/Simctl/SimctlList.swift",
        "Shell/Xcodebuild.swift",
        "Shell/Zip.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ASCTests",
      "module_type" : "SwiftTarget",
      "name" : "ASCTests",
      "path" : "Tests/ASCTests",
      "sources" : [
        "ASCTests.swift"
      ],
      "target_dependencies" : [
        "ASC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASC",
      "module_type" : "SwiftTarget",
      "name" : "ASC",
      "path" : "Sources/ASC",
      "product_dependencies" : [
        "ArgumentParser",
        "ASCKit"
      ],
      "product_memberships" : [
        "asc"
      ],
      "sources" : [
        "Filter+Extensions.swift",
        "commands/ASC.swift",
        "commands/sub/AccessibilityDeclarations.swift",
        "commands/sub/AgeRatingDeclarations.swift",
        "commands/sub/AppInfo.swift",
        "commands/sub/AppStoreVersions.swift",
        "commands/sub/Apps.swift",
        "commands/sub/BetaGroups.swift",
        "commands/sub/BetaTesters.swift",
        "commands/sub/Builds.swift",
        "commands/sub/BundleIds.swift",
        "commands/sub/Keys.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
Done.