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