The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Assist, reference 0.10.1 (b6870a), with Swift 6.1 for macOS (SPM) on 12 Feb 2026 19:40:37 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.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Blackjacx/Assist
 * tag               0.10.1     -> FETCH_HEAD
HEAD is now at b6870ad Merge branch 'release/0.10.1'
Cloned https://github.com/Blackjacx/Assist.git
Revision (git rev-parse @):
b6870ad00fdf3e8ad699e348180bba24d6116154
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Blackjacx/Assist.git at 0.10.1
========================================
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.2",
            "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
[9/30] Write push-entitlement.plist
[10/30] Write snap-entitlement.plist
[10/30] Write playground-entitlement.plist
[12/30] Write sources
[13/30] Write asc-entitlement.plist
[14/30] Write sources
[17/30] Write swift-version-2F0A5646E1D333AE.txt
[19/44] Emitting module ArgumentParserToolInfo
[20/44] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/91] Emitting module ArgumentParser
[22/96] Compiling ArgumentParser CommandConfiguration.swift
[23/96] Compiling ArgumentParser CommandGroup.swift
[24/96] Compiling ArgumentParser EnumerableFlag.swift
[25/96] Compiling ArgumentParser ExpressibleByArgument.swift
[26/96] Compiling ArgumentParser ParsableArguments.swift
[27/96] Compiling ArgumentParser InputKey.swift
[28/96] Compiling ArgumentParser InputOrigin.swift
[29/96] Compiling ArgumentParser Name.swift
[30/96] Compiling ArgumentParser Parsed.swift
[31/96] Compiling ArgumentParser ParsedValues.swift
[32/96] Compiling ArgumentParser NameSpecification.swift
[33/96] Compiling ArgumentParser Option.swift
[34/96] Compiling ArgumentParser OptionGroup.swift
[35/96] Compiling ArgumentParser ParentCommand.swift
[36/96] Compiling ArgumentParser AsyncParsableCommand.swift
[37/96] Compiling ArgumentParser ArgumentHelp.swift
[38/96] Compiling ArgumentParser ArgumentVisibility.swift
[39/96] Compiling ArgumentParser CompletionKind.swift
[40/96] Compiling ArgumentParser Errors.swift
[41/96] Compiling ArgumentParser Flag.swift
[42/96] Compiling ArgumentParser CodingKeyValidator.swift
[43/96] Compiling ArgumentParser NonsenseFlagsValidator.swift
[44/96] Compiling ArgumentParser ParsableArgumentsValidation.swift
[45/96] Compiling ArgumentParser PositionalArgumentsValidator.swift
[46/96] Compiling ArgumentParser UniqueNamesValidator.swift
[47/96] Compiling ArgumentParser ParserError.swift
[48/96] Compiling ArgumentParser SplitArguments.swift
[49/96] Compiling ArgumentParser DumpHelpGenerator.swift
[50/96] Compiling ArgumentParser HelpCommand.swift
[51/96] Compiling ArgumentParser HelpGenerator.swift
[52/96] Compiling ArgumentParser BashCompletionsGenerator.swift
[53/96] Compiling ArgumentParser CompletionsGenerator.swift
[54/96] Compiling ArgumentParser FishCompletionsGenerator.swift
[55/96] Compiling ArgumentParser ZshCompletionsGenerator.swift
[56/96] Compiling ArgumentParser Argument.swift
[57/96] Compiling ArgumentParser ArgumentDiscussion.swift
[58/96] Compiling ArgumentParser Platform.swift
[59/96] Compiling ArgumentParser SequenceExtensions.swift
[60/96] Compiling ArgumentParser StringExtensions.swift
[61/96] Compiling ArgumentParser SwiftExtensions.swift
[62/96] Compiling ArgumentParser Tree.swift
[63/96] Compiling ArgumentParser ParsableCommand.swift
[64/96] Compiling ArgumentParser ArgumentDecoder.swift
[65/96] Compiling ArgumentParser ArgumentDefinition.swift
[66/96] Compiling ArgumentParser ArgumentSet.swift
[67/96] Compiling ArgumentParser CommandParser.swift
[68/96] Compiling SwiftShell String.swift
[69/96] Compiling SwiftShell Array.swift
[70/96] Compiling SwiftShell Files.swift
[71/96] Compiling SwiftShell Process.swift
[72/96] Compiling SwiftShell Lazy-split.swift
[73/96] Compiling SwiftShell Stream.swift
[74/96] Compiling SwiftShell Context.swift
[75/96] Compiling SwiftShell Bash.swift
[76/96] Emitting module SwiftShell
[77/96] Compiling SwiftShell Command.swift
[78/96] Compiling ArgumentParser MessageInfo.swift
[79/96] Compiling ArgumentParser UsageGenerator.swift
[80/96] Compiling ArgumentParser CollectionExtensions.swift
[81/96] Compiling ArgumentParser Foundation.swift
[82/96] Compiling ArgumentParser Mutex.swift
[83/96] Emitting module KeychainAccess
[84/96] Compiling KeychainAccess Keychain.swift
[85/122] Emitting module Engine
[86/124] Compiling Engine EmptyResponse.swift
[87/124] Compiling Engine Clamping.swift
[88/124] Compiling Engine UIView+Extensions.swift
[89/124] Compiling Engine UIViewController+Extensions.swift
[90/124] Compiling Engine JWTClaims.swift
[91/124] Compiling Engine JWTHeader.swift
[92/124] Compiling Engine Keychain.swift
[93/124] Compiling Engine UserDefaults+PropertyWrapper.swift
[94/124] Compiling Engine UIColor+Extensions.swift
[95/124] Compiling Engine LoggableError.swift
[96/124] Compiling Engine Network.swift
[97/124] Compiling Engine NetworkError.swift
[98/124] Compiling Engine ProcessInfo+Extensions.swift
[99/124] Compiling Engine String+Extensions.swift
[100/124] Compiling Engine String+Random.swift
[101/124] Compiling Engine OutputType.swift
[102/124] Compiling Engine Service.swift
[103/124] Compiling Engine DataWrapper.swift
[104/124] Compiling Engine Engine.swift
[105/124] Compiling Engine Bundle+Extensions.swift
[106/124] Compiling Engine FileManager+Extensions.swift
[107/124] Compiling Engine Endpoint.swift
[108/124] Compiling Engine HTTPMethod.swift
[109/124] Compiling Engine Json.swift
[110/124] Compiling Engine URL+Extensions.swift
[111/124] Compiling Engine URLRequest+Extensions.swift
[112/124] Compiling Engine JWT.swift
[113/158] Compiling Core SimctlList.swift
[114/159] Compiling Core Device.swift
[115/159] Compiling Core Runtime.swift
[116/159] Compiling Core Xcodebuild.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[117/159] Emitting module ASCKit
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ASCKit/Sources/ASCKit/ASCService.swift:536:44: error: type of expression is ambiguous without a type annotation
534 |         }
535 |
536 |         guard let tester: BetaTester = try await list(
    |                                            `- error: type of expression is ambiguous without a type annotation
537 |             filters: [Filter(key: BetaTester.FilterKey.email, value: email)],
538 |             outputType: .none,
[118/161] Compiling Core Zip.swift
[119/161] 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 |
[120/161] 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/161] Compiling ASCKit ASCHeader.swift
[122/161] Compiling ASCKit ASCKit.swift
[123/161] 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 {
[124/161] Compiling Core Mint.swift
[125/161] 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
[128/161] Compiling ASCKit ASCPayload.swift
[129/161] Compiling ASCKit App.swift
[130/161] Compiling ASCKit AppInfo.swift
[131/161] Compiling ASCKit AppStoreVersion.swift
[132/161] Compiling ASCKit BetaGroup.swift
[133/161] Compiling ASCKit Constants.swift
[134/161] Compiling ASCKit Filter.swift
[135/161] Compiling ASCKit Model.swift
[136/161] Compiling ASCKit PagedItemLoader.swift
[137/161] Compiling ASCKit TypedId.swift
[138/161] Compiling ASCKit AccessibilityDeclaration.swift
[139/161] Compiling ASCKit AgeRatingDeclaration.swift
[140/161] Compiling ASCKit ApiKey.swift
[141/161] Compiling ASCKit Build.swift
[142/161] Compiling ASCKit BundleId.swift
[143/161] Compiling ASCKit BetaTester.swift
[144/161] Compiling ASCKit BetaTesterInvitationResponse.swift
[145/161] Compiling ASCKit ASCService.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ASCKit/Sources/ASCKit/ASCService.swift:536:44: error: type of expression is ambiguous without a type annotation
534 |         }
535 |
536 |         guard let tester: BetaTester = try await list(
    |                                            `- error: type of expression is ambiguous without a type annotation
537 |             filters: [Filter(key: BetaTester.FilterKey.email, value: email)],
538 |             outputType: .none,
[146/161] Compiling ASCKit AscEndpoint.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ASCKit/Sources/ASCKit/ASCService.swift:536:44: error: type of expression is ambiguous without a type annotation
534 |         }
535 |
536 |         guard let tester: BetaTester = try await list(
    |                                            `- error: type of expression is ambiguous without a type annotation
537 |             filters: [Filter(key: BetaTester.FilterKey.email, value: email)],
538 |             outputType: .none,
[147/161] Compiling ASCKit AscError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ASCKit/Sources/ASCKit/ASCService.swift:536:44: error: type of expression is ambiguous without a type annotation
534 |         }
535 |
536 |         guard let tester: BetaTester = try await list(
    |                                            `- error: type of expression is ambiguous without a type annotation
537 |             filters: [Filter(key: BetaTester.FilterKey.email, value: email)],
538 |             outputType: .none,
[148/171] Compiling ASCKit PageableModel.swift
[149/171] Compiling ASCKit Relation.swift
Fetching https://github.com/blackjacx/ASCKit
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/blackjacx/Engine
Fetching https://github.com/apple/swift-argument-parser from cache
[1/4891] Fetching swiftshell
[2/5691] Fetching swiftshell, engine
[170/6492] Fetching swiftshell, engine, asckit
Fetched https://github.com/blackjacx/ASCKit from cache (1.35s)
Fetched https://github.com/blackjacx/Engine from cache (1.35s)
Fetched https://github.com/kareman/SwiftShell from cache (1.35s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.38s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (4.56s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.7.2 (0.45s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.3.0 (0.45s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/4387] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (1.38s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (1.98s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.50s)
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/blackjacx/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.7.2
Creating working copy for https://github.com/blackjacx/Engine
Working copy of https://github.com/blackjacx/Engine resolved at 0.3.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.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] Emitting module ArgumentParserToolInfo
[5/29] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/76] Compiling SwiftShell String.swift
[7/76] Compiling SwiftShell Files.swift
[8/76] Compiling SwiftShell Array.swift
[9/76] Compiling SwiftShell Lazy-split.swift
[10/76] Compiling SwiftShell Process.swift
[11/76] Compiling SwiftShell Stream.swift
[12/76] Compiling SwiftShell Context.swift
[13/76] Compiling SwiftShell Bash.swift
[14/76] Compiling SwiftShell Command.swift
[15/76] Emitting module SwiftShell
[16/76] Compiling ArgumentParser InputKey.swift
[17/76] Compiling ArgumentParser InputOrigin.swift
[18/76] Compiling ArgumentParser Name.swift
[19/76] Compiling ArgumentParser Parsed.swift
[20/76] Compiling ArgumentParser ParsedValues.swift
[21/81] Compiling ArgumentParser Platform.swift
[22/81] Compiling ArgumentParser SequenceExtensions.swift
[23/81] Compiling ArgumentParser StringExtensions.swift
[24/81] Compiling ArgumentParser SwiftExtensions.swift
[25/81] Compiling ArgumentParser Tree.swift
[26/81] Emitting module ArgumentParser
[27/81] Compiling ArgumentParser CommandConfiguration.swift
[28/81] Compiling ArgumentParser CommandGroup.swift
[29/81] Compiling ArgumentParser EnumerableFlag.swift
[30/81] Compiling ArgumentParser ExpressibleByArgument.swift
[31/81] Compiling ArgumentParser ParsableArguments.swift
[32/81] Compiling ArgumentParser CodingKeyValidator.swift
[33/81] Compiling ArgumentParser NonsenseFlagsValidator.swift
[34/81] Compiling ArgumentParser ParsableArgumentsValidation.swift
[35/81] Compiling ArgumentParser PositionalArgumentsValidator.swift
[36/81] Compiling ArgumentParser UniqueNamesValidator.swift
[37/81] Compiling ArgumentParser NameSpecification.swift
[38/81] Compiling ArgumentParser Option.swift
[39/81] Compiling ArgumentParser OptionGroup.swift
[40/81] Compiling ArgumentParser ParentCommand.swift
[41/81] Compiling ArgumentParser AsyncParsableCommand.swift
[42/81] Compiling ArgumentParser MessageInfo.swift
[43/81] Compiling ArgumentParser UsageGenerator.swift
[44/81] Compiling ArgumentParser CollectionExtensions.swift
[45/81] Compiling ArgumentParser Foundation.swift
[46/81] Compiling ArgumentParser Mutex.swift
[47/81] Compiling KeychainAccess Keychain.swift
[48/81] Emitting module KeychainAccess
[49/81] Compiling ArgumentParser BashCompletionsGenerator.swift
[50/81] Compiling ArgumentParser CompletionsGenerator.swift
[51/81] Compiling ArgumentParser FishCompletionsGenerator.swift
[52/81] Compiling ArgumentParser ZshCompletionsGenerator.swift
[53/81] Compiling ArgumentParser Argument.swift
[54/81] Compiling ArgumentParser ArgumentDiscussion.swift
[55/81] Compiling ArgumentParser ArgumentHelp.swift
[56/81] Compiling ArgumentParser ArgumentVisibility.swift
[57/81] Compiling ArgumentParser CompletionKind.swift
[58/81] Compiling ArgumentParser Errors.swift
[59/81] Compiling ArgumentParser Flag.swift
[60/81] Compiling ArgumentParser ParserError.swift
[61/81] Compiling ArgumentParser SplitArguments.swift
[62/81] Compiling ArgumentParser DumpHelpGenerator.swift
[63/81] Compiling ArgumentParser HelpCommand.swift
[64/81] Compiling ArgumentParser HelpGenerator.swift
[65/107] Compiling Engine Engine.swift
[66/107] Compiling Engine Bundle+Extensions.swift
[67/107] Compiling Engine FileManager+Extensions.swift
[68/107] Compiling Engine UserDefaults+PropertyWrapper.swift
[69/107] Compiling Engine UIColor+Extensions.swift
[70/107] Emitting module Engine
[76/109] Compiling Engine Endpoint.swift
[77/109] Compiling Engine HTTPMethod.swift
[78/109] Compiling Engine Json.swift
[79/109] Compiling Engine UIView+Extensions.swift
[80/109] Compiling Engine UIViewController+Extensions.swift
[81/109] Compiling Engine ProcessInfo+Extensions.swift
[82/109] Compiling Engine String+Extensions.swift
[83/109] Compiling Engine String+Random.swift
[84/109] Compiling Engine OutputType.swift
[85/109] Compiling Engine Service.swift
[86/109] Compiling Engine DataWrapper.swift
[87/109] Compiling Engine JWTClaims.swift
[88/109] Compiling Engine JWTHeader.swift
[89/109] Compiling Engine Keychain.swift
[90/109] Compiling Engine EmptyResponse.swift
[91/109] Compiling Engine Clamping.swift
[92/109] Compiling Engine LoggableError.swift
[93/109] Compiling Engine Network.swift
[94/109] Compiling Engine NetworkError.swift
[95/109] Compiling Engine URL+Extensions.swift
[96/109] Compiling Engine URLRequest+Extensions.swift
[97/109] Compiling Engine JWT.swift
[98/143] Emitting module ASCKit
[99/145] Compiling Core Logger.swift
[100/145] Compiling Core Device.swift
[101/145] Compiling Core Mint.swift
[102/145] Compiling ASCKit ASCHeader.swift
[103/145] Compiling ASCKit ASCKit.swift
[104/145] Emitting module Core
[105/145] Compiling Core JSONWebToken.swift
[106/146] Compiling ASCKit AppStoreVersion.swift
[107/146] Compiling ASCKit BetaGroup.swift
[108/146] Compiling ASCKit Constants.swift
[109/146] Compiling ASCKit Filter.swift
[110/146] Compiling ASCKit Model.swift
[111/146] Compiling Core Xcodebuild.swift
[112/146] Compiling Core Runtime.swift
[113/146] Compiling Core SimctlList.swift
[114/146] Compiling Core Simctl.swift
[115/146] Compiling Core Zip.swift
[116/146] Compiling ASCKit Build.swift
[117/146] Compiling ASCKit BundleId.swift
[118/146] Compiling ASCKit App.swift
[119/146] Compiling ASCKit AppInfo.swift
[120/146] Compiling ASCKit PageableModel.swift
[121/146] Compiling ASCKit Relation.swift
[122/156] Compiling ASCKit BetaTester.swift
[123/156] Compiling ASCKit BetaTesterInvitationResponse.swift
[124/156] Compiling ASCKit AgeRatingDeclaration.swift
[125/156] Compiling ASCKit ApiKey.swift
[128/156] Compiling ASCKit ASCPayload.swift
[129/156] Compiling ASCKit PagedItemLoader.swift
[130/156] Compiling ASCKit TypedId.swift
[131/156] Compiling ASCKit AccessibilityDeclaration.swift
[132/156] Compiling ASCKit ASCService.swift
[133/156] Compiling ASCKit AscEndpoint.swift
[134/156] Compiling ASCKit AscError.swift
[135/168] Emitting module Playground
[136/168] Compiling Playground Playground.swift
[136/168] Write Objects.LinkFileList
[138/168] 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 |
[139/168] Compiling Push PushEndpoint.swift
[140/168] Compiling Push Fcm.swift
[141/168] 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 |
[142/168] Compiling Push PushService.swift
[143/168] Compiling Push Apns.swift
[143/168] Write Objects.LinkFileList
[145/168] Emitting module Snap
[146/168] Compiling Snap Snap.swift
[146/168] Write Objects.LinkFileList
[148/168] Compiling ASC Builds.swift
[149/168] Compiling ASC Apps.swift
[150/168] Compiling ASC BetaGroups.swift
[151/168] 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 |
[152/169] Compiling ASC AppInfo.swift
[153/169] Compiling ASC BetaTesters.swift
[154/169] Compiling ASC AppStoreVersions.swift
[154/169] Linking playground
[155/169] Applying playground
[157/169] 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 |
[158/169] 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 |
[159/169] 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 |
[160/169] 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/169] 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 |
[161/169] Linking push
[162/169] Applying push
[164/169] Compiling ASC Keys.swift
[164/169] Write Objects.LinkFileList
[165/169] Linking snap
[166/169] Applying snap
[167/169] Linking asc
[168/169] Applying asc
Build complete! (9.07s)
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.2",
            "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.