The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Assist, reference develop (e1ec76), with Swift 6.1 for macOS (SPM) on 12 Apr 2026 16:47:18 UTC.

Swift 6 data race errors: 9

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 e1ec760 chore: update AGENTS.md
Cloned https://github.com/Blackjacx/Assist.git
Revision (git rev-parse @):
e1ec760a7591fcfdfed183d3335443f33f061c7b
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.1",
            "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",
        "commands/sub/Run.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",
        "Log.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
[3/30] Write asc-entitlement.plist
[3/30] Write sources
[9/30] Write snap-entitlement.plist
[9/30] Write push-entitlement.plist
[10/30] Write playground-entitlement.plist
[12/30] Write sources
[17/30] Write swift-version-2F0A5646E1D333AE.txt
[19/44] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/44] Emitting module ArgumentParserToolInfo
[21/91] Compiling ArgumentParser ArgumentHelp.swift
[22/91] Compiling ArgumentParser ArgumentVisibility.swift
[23/91] Compiling ArgumentParser CompletionKind.swift
[24/91] Compiling ArgumentParser Errors.swift
[25/91] Compiling ArgumentParser Flag.swift
[26/96] Emitting module ArgumentParser
[27/96] Compiling ArgumentParser NameSpecification.swift
[28/96] Compiling ArgumentParser Option.swift
[29/96] Compiling ArgumentParser OptionGroup.swift
[30/96] Compiling ArgumentParser ParentCommand.swift
[31/96] Compiling ArgumentParser AsyncParsableCommand.swift
[32/96] Compiling ArgumentParser InputKey.swift
[33/96] Compiling ArgumentParser InputOrigin.swift
[34/96] Compiling ArgumentParser Name.swift
[35/96] Compiling ArgumentParser Parsed.swift
[36/96] Compiling ArgumentParser ParsedValues.swift
[37/96] Compiling ArgumentParser Platform.swift
[38/96] Compiling ArgumentParser SequenceExtensions.swift
[39/96] Compiling ArgumentParser StringExtensions.swift
[40/96] Compiling ArgumentParser SwiftExtensions.swift
[41/96] Compiling ArgumentParser Tree.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 BashCompletionsGenerator.swift
[48/96] Compiling ArgumentParser CompletionsGenerator.swift
[49/96] Compiling ArgumentParser FishCompletionsGenerator.swift
[50/96] Compiling ArgumentParser ZshCompletionsGenerator.swift
[51/96] Compiling ArgumentParser Argument.swift
[52/96] Compiling ArgumentParser ArgumentDiscussion.swift
[53/96] Compiling ArgumentParser ParserError.swift
[54/96] Compiling ArgumentParser SplitArguments.swift
[55/96] Compiling ArgumentParser DumpHelpGenerator.swift
[56/96] Compiling ArgumentParser HelpCommand.swift
[57/96] Compiling ArgumentParser HelpGenerator.swift
[58/96] Compiling ArgumentParser CommandConfiguration.swift
[59/96] Compiling ArgumentParser CommandGroup.swift
[60/96] Compiling ArgumentParser EnumerableFlag.swift
[61/96] Compiling ArgumentParser ExpressibleByArgument.swift
[62/96] Compiling ArgumentParser ParsableArguments.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 Bash.swift
[69/96] Compiling SwiftShell Process.swift
[70/96] Compiling SwiftShell Files.swift
[71/96] Compiling SwiftShell String.swift
[72/96] Compiling SwiftShell Context.swift
[73/96] Emitting module SwiftShell
[74/96] Compiling SwiftShell Command.swift
[75/96] Compiling SwiftShell Array.swift
[76/96] Compiling SwiftShell Stream.swift
[77/96] Compiling SwiftShell Lazy-split.swift
[78/96] Compiling KeychainAccess Keychain.swift
[79/96] Emitting module KeychainAccess
[80/96] Compiling ArgumentParser MessageInfo.swift
[81/96] Compiling ArgumentParser UsageGenerator.swift
[82/96] Compiling ArgumentParser CollectionExtensions.swift
[83/96] Compiling ArgumentParser Foundation.swift
[84/96] Compiling ArgumentParser Mutex.swift
[85/122] Emitting module Engine
[86/124] Compiling Engine JWTClaims.swift
[87/124] Compiling Engine JWTHeader.swift
[88/124] Compiling Engine Keychain.swift
[89/124] Compiling Engine UIView+Extensions.swift
[90/124] Compiling Engine UIViewController+Extensions.swift
[91/124] Compiling Engine Engine.swift
[92/124] Compiling Engine Bundle+Extensions.swift
[93/124] Compiling Engine FileManager+Extensions.swift
[94/124] Compiling Engine OutputType.swift
[95/124] Compiling Engine Service.swift
[96/124] Compiling Engine DataWrapper.swift
[97/124] Compiling Engine ProcessInfo+Extensions.swift
[98/124] Compiling Engine String+Extensions.swift
[99/124] Compiling Engine String+Random.swift
[100/124] Compiling Engine UserDefaults+PropertyWrapper.swift
[101/124] Compiling Engine UIColor+Extensions.swift
[102/124] Compiling Engine LoggableError.swift
[103/124] Compiling Engine Network.swift
[104/124] Compiling Engine NetworkError.swift
[105/124] Compiling Engine Endpoint.swift
[106/124] Compiling Engine HTTPMethod.swift
[107/124] Compiling Engine Json.swift
[108/124] Compiling Engine EmptyResponse.swift
[109/124] Compiling Engine Clamping.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 Xcodebuild.swift
[114/159] Compiling Core SimctlList.swift
[115/159] Compiling Core Zip.swift
[116/159] Compiling Core Runtime.swift
[117/159] Compiling Core Device.swift
[118/159] Compiling Core Simctl.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Shell/Simctl/Simctl.swift:217:14: warning: associated value 'devicesNotFoundForRuntime' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Runtime'; this is an error in the Swift 6 language mode
215 |         case latestRuntimeNameNotFound
216 |         case runtimeNotFound(name: String)
217 |         case devicesNotFoundForRuntime(Runtime)
    |              `- warning: associated value 'devicesNotFoundForRuntime' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Runtime'; this is an error in the Swift 6 language mode
218 |         case deviceIdNotFoundInDevices(id: String)
219 |         case createDeviceFailed(deviceName: String, runtimeID: String)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Shell/Simctl/Runtime.swift:10:15: note: consider making struct 'Runtime' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct Runtime: Codable, CustomStringConvertible {
   |               `- note: consider making struct 'Runtime' conform to the 'Sendable' protocol
11 |
12 |     public var description: String { "ID: \(identifier), Name: \(name)" }
/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
[119/159] Compiling Core Mint.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[120/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,
[121/161] Compiling Core Log.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:25:23: warning: static property 'simctl' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
   |                       |- warning: static property 'simctl' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'simctl' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let xcodebuild = Log(category: "xcodebuild")
27 |     public static let mint      = Log(category: "mint")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:26:23: warning: static property 'xcodebuild' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
26 |     public static let xcodebuild = Log(category: "xcodebuild")
   |                       |- warning: static property 'xcodebuild' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'xcodebuild' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let mint      = Log(category: "mint")
28 |     public static let zip       = Log(category: "zip")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:27:23: warning: static property 'mint' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
26 |     public static let xcodebuild = Log(category: "xcodebuild")
27 |     public static let mint      = Log(category: "mint")
   |                       |- warning: static property 'mint' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'mint' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let zip       = Log(category: "zip")
29 |     public static let snap      = Log(category: "snap")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:28:23: warning: static property 'zip' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
26 |     public static let xcodebuild = Log(category: "xcodebuild")
27 |     public static let mint      = Log(category: "mint")
28 |     public static let zip       = Log(category: "zip")
   |                       |- warning: static property 'zip' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'zip' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     public static let snap      = Log(category: "snap")
30 |     public static let asc       = Log(category: "asc")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:29:23: warning: static property 'snap' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
   :
27 |     public static let mint      = Log(category: "mint")
28 |     public static let zip       = Log(category: "zip")
29 |     public static let snap      = Log(category: "snap")
   |                       |- warning: static property 'snap' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'snap' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |     public static let asc       = Log(category: "asc")
31 |     public static let push      = Log(category: "push")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:30:23: warning: static property 'asc' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
   :
28 |     public static let zip       = Log(category: "zip")
29 |     public static let snap      = Log(category: "snap")
30 |     public static let asc       = Log(category: "asc")
   |                       |- warning: static property 'asc' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'asc' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     public static let push      = Log(category: "push")
32 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:31:23: warning: static property 'push' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
   :
29 |     public static let snap      = Log(category: "snap")
30 |     public static let asc       = Log(category: "asc")
31 |     public static let push      = Log(category: "push")
   |                       |- warning: static property 'push' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'push' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 |     private static let subsystem = "com.blackjacx.assist"
[122/161] Compiling ASCKit ASCHeader.swift
[123/161] Compiling ASCKit ASCKit.swift
[124/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:71: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
 69 |         }
 70 |
 71 |         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
 72 |     }
 73 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Engine/Sources/Engine/Networking/Json.swift:18:23: note: static property declared here
16 |     }()
17 |
18 |     public static var decoder: JSONDecoder = {
   |                       `- note: static property declared here
19 |         let decoder = JSONDecoder()
20 |         decoder.dateDecodingStrategy = .iso8601
[125/161] Emitting module Core
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:25:23: warning: static property 'simctl' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
   |                       |- warning: static property 'simctl' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'simctl' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let xcodebuild = Log(category: "xcodebuild")
27 |     public static let mint      = Log(category: "mint")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:26:23: warning: static property 'xcodebuild' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
26 |     public static let xcodebuild = Log(category: "xcodebuild")
   |                       |- warning: static property 'xcodebuild' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'xcodebuild' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let mint      = Log(category: "mint")
28 |     public static let zip       = Log(category: "zip")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:27:23: warning: static property 'mint' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
26 |     public static let xcodebuild = Log(category: "xcodebuild")
27 |     public static let mint      = Log(category: "mint")
   |                       |- warning: static property 'mint' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'mint' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let zip       = Log(category: "zip")
29 |     public static let snap      = Log(category: "snap")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:28:23: warning: static property 'zip' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
26 |     public static let xcodebuild = Log(category: "xcodebuild")
27 |     public static let mint      = Log(category: "mint")
28 |     public static let zip       = Log(category: "zip")
   |                       |- warning: static property 'zip' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'zip' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     public static let snap      = Log(category: "snap")
30 |     public static let asc       = Log(category: "asc")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:29:23: warning: static property 'snap' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
   :
27 |     public static let mint      = Log(category: "mint")
28 |     public static let zip       = Log(category: "zip")
29 |     public static let snap      = Log(category: "snap")
   |                       |- warning: static property 'snap' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'snap' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |     public static let asc       = Log(category: "asc")
31 |     public static let push      = Log(category: "push")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:30:23: warning: static property 'asc' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
   :
28 |     public static let zip       = Log(category: "zip")
29 |     public static let snap      = Log(category: "snap")
30 |     public static let asc       = Log(category: "asc")
   |                       |- warning: static property 'asc' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'asc' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     public static let push      = Log(category: "push")
32 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Log.swift:31:23: warning: static property 'push' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
21 | /// log stream --predicate 'process == "snap" AND category == "simctl"' --level debug
22 | /// ```
23 | public struct Log {
   |               `- note: consider making struct 'Log' conform to the 'Sendable' protocol
24 |
25 |     public static let simctl    = Log(category: "simctl")
   :
29 |     public static let snap      = Log(category: "snap")
30 |     public static let asc       = Log(category: "asc")
31 |     public static let push      = Log(category: "push")
   |                       |- warning: static property 'push' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'push' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 |     private static let subsystem = "com.blackjacx.assist"
/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, CustomStringConvertible {
   |               `- note: consider making struct 'Runtime' conform to the 'Sendable' protocol
11 |
12 |     public var description: String { "ID: \(identifier), Name: \(name)" }
[126/161] Compiling ASCKit App.swift
[127/161] Compiling ASCKit AppInfo.swift
[128/161] Compiling ASCKit PagedItemLoader.swift
[129/161] Compiling ASCKit TypedId.swift
[130/161] Compiling ASCKit AccessibilityDeclaration.swift
[133/161] Compiling ASCKit ASCPayload.swift
[134/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,
[135/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,
[136/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,
[137/161] Compiling ASCKit AppStoreVersion.swift
[138/161] Compiling ASCKit BetaGroup.swift
[139/161] Compiling ASCKit BetaTester.swift
[140/161] Compiling ASCKit BetaTesterInvitationResponse.swift
[141/161] Compiling ASCKit AgeRatingDeclaration.swift
[142/161] Compiling ASCKit ApiKey.swift
[143/161] Compiling ASCKit Constants.swift
[144/161] Compiling ASCKit Filter.swift
[145/161] Compiling ASCKit Model.swift
[146/161] Compiling ASCKit Build.swift
[147/161] Compiling ASCKit BundleId.swift
[148/172] Compiling ASCKit PageableModel.swift
[149/172] 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/4891] Fetching swiftshell
[99/5696] Fetching swiftshell, asckit
[286/6533] Fetching swiftshell, asckit, engine
Fetched https://github.com/kareman/SwiftShell from cache (1.18s)
Fetched https://github.com/blackjacx/Engine from cache (1.18s)
Fetched https://github.com/blackjacx/ASCKit from cache (1.27s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.31s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.7.2 (1.81s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.3.1 (0.48s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/4388] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (1.32s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (4.66s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.1 (0.60s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.55s)
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/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/blackjacx/Engine
Working copy of https://github.com/blackjacx/Engine resolved at 0.3.1
Creating working copy for https://github.com/blackjacx/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.7.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] Emitting module ArgumentParserToolInfo
[5/29] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/29] Compiling SwiftShell Bash.swift
[7/76] Emitting module SwiftShell
[8/76] Compiling SwiftShell Files.swift
[9/76] Compiling SwiftShell Array.swift
[10/76] Compiling SwiftShell String.swift
[11/76] Compiling SwiftShell Lazy-split.swift
[12/76] Compiling SwiftShell Process.swift
[13/76] Compiling SwiftShell Command.swift
[14/76] Compiling SwiftShell Stream.swift
[15/76] Compiling SwiftShell Context.swift
[16/76] Compiling ArgumentParser CommandConfiguration.swift
[17/76] Compiling ArgumentParser CommandGroup.swift
[18/76] Compiling ArgumentParser EnumerableFlag.swift
[19/76] Compiling ArgumentParser ExpressibleByArgument.swift
[20/76] Compiling ArgumentParser ParsableArguments.swift
[21/81] Compiling ArgumentParser InputKey.swift
[22/81] Compiling ArgumentParser InputOrigin.swift
[23/81] Compiling ArgumentParser Name.swift
[24/81] Compiling ArgumentParser Parsed.swift
[25/81] Compiling ArgumentParser ParsedValues.swift
[26/81] Compiling ArgumentParser Platform.swift
[27/81] Compiling ArgumentParser SequenceExtensions.swift
[28/81] Compiling ArgumentParser StringExtensions.swift
[29/81] Compiling ArgumentParser SwiftExtensions.swift
[30/81] Compiling ArgumentParser Tree.swift
[31/81] Compiling ArgumentParser MessageInfo.swift
[32/81] Compiling ArgumentParser UsageGenerator.swift
[33/81] Compiling ArgumentParser CollectionExtensions.swift
[34/81] Compiling ArgumentParser Foundation.swift
[35/81] Compiling ArgumentParser Mutex.swift
[36/81] Emitting module KeychainAccess
[37/81] Compiling KeychainAccess Keychain.swift
[38/81] Compiling ArgumentParser CodingKeyValidator.swift
[39/81] Compiling ArgumentParser NonsenseFlagsValidator.swift
[40/81] Compiling ArgumentParser ParsableArgumentsValidation.swift
[41/81] Compiling ArgumentParser PositionalArgumentsValidator.swift
[42/81] Compiling ArgumentParser UniqueNamesValidator.swift
[43/81] Emitting module ArgumentParser
[44/81] Compiling ArgumentParser ArgumentHelp.swift
[45/81] Compiling ArgumentParser ArgumentVisibility.swift
[46/81] Compiling ArgumentParser CompletionKind.swift
[47/81] Compiling ArgumentParser Errors.swift
[48/81] Compiling ArgumentParser Flag.swift
[49/81] Compiling ArgumentParser ParserError.swift
[50/81] Compiling ArgumentParser SplitArguments.swift
[51/81] Compiling ArgumentParser DumpHelpGenerator.swift
[52/81] Compiling ArgumentParser HelpCommand.swift
[53/81] Compiling ArgumentParser HelpGenerator.swift
[54/107] Compiling Engine Engine.swift
[55/107] Compiling Engine Bundle+Extensions.swift
[56/107] Compiling Engine FileManager+Extensions.swift
[57/107] Compiling Engine ProcessInfo+Extensions.swift
[58/107] Compiling Engine String+Extensions.swift
[59/107] Compiling Engine String+Random.swift
[60/107] Compiling Engine Endpoint.swift
[61/107] Compiling Engine HTTPMethod.swift
[62/107] Compiling Engine Json.swift
[63/107] Compiling Engine OutputType.swift
[64/107] Compiling Engine Service.swift
[65/107] Compiling Engine DataWrapper.swift
[66/107] Compiling Engine UserDefaults+PropertyWrapper.swift
[67/107] Compiling Engine UIColor+Extensions.swift
[68/107] Compiling Engine JWTClaims.swift
[69/107] Compiling Engine JWTHeader.swift
[72/109] Emitting module Engine
[85/109] Compiling Engine LoggableError.swift
[86/109] Compiling Engine Network.swift
[87/109] Compiling Engine NetworkError.swift
[88/109] Compiling Engine EmptyResponse.swift
[89/109] Compiling Engine Clamping.swift
[90/109] Compiling Engine URL+Extensions.swift
[91/109] Compiling Engine URLRequest+Extensions.swift
[92/109] Compiling Engine JWT.swift
[95/109] Compiling Engine Keychain.swift
[96/109] Compiling Engine UIView+Extensions.swift
[97/109] Compiling Engine UIViewController+Extensions.swift
[98/143] Compiling Core SimctlList.swift
[99/143] Compiling Core Device.swift
[100/143] Compiling Core JSONWebToken.swift
[101/143] Compiling Core Mint.swift
[102/143] Compiling ASCKit ASCHeader.swift
[103/143] Compiling ASCKit ASCKit.swift
[104/143] Emitting module Core
[105/143] Compiling Core Simctl.swift
[106/143] Compiling Core Log.swift
[107/143] Compiling Core Xcodebuild.swift
[108/143] Compiling Core Runtime.swift
[109/144] Emitting module ASCKit
[110/146] Compiling ASCKit AppStoreVersion.swift
[111/146] Compiling ASCKit BetaGroup.swift
[112/146] Compiling ASCKit App.swift
[113/146] Compiling ASCKit AppInfo.swift
[114/146] Compiling ASCKit AgeRatingDeclaration.swift
[115/146] Compiling ASCKit ApiKey.swift
[116/146] Compiling ASCKit Constants.swift
[117/146] Compiling ASCKit Filter.swift
[118/146] Compiling ASCKit Model.swift
[119/146] Compiling ASCKit BetaTester.swift
[120/146] Compiling ASCKit BetaTesterInvitationResponse.swift
[121/146] Compiling ASCKit Build.swift
[122/146] Compiling ASCKit BundleId.swift
[123/146] Compiling Core Zip.swift
[124/157] Compiling ASCKit PageableModel.swift
[125/157] Compiling ASCKit Relation.swift
[126/157] Compiling ASCKit PagedItemLoader.swift
[127/157] Compiling ASCKit TypedId.swift
[128/157] Compiling ASCKit AccessibilityDeclaration.swift
[131/157] Compiling ASCKit ASCPayload.swift
[132/157] Compiling ASCKit ASCService.swift
[133/157] Compiling ASCKit AscEndpoint.swift
[134/157] Compiling ASCKit AscError.swift
[135/169] Emitting module Playground
[136/169] Compiling Playground Playground.swift
[136/169] Write Objects.LinkFileList
[138/169] Compiling Push Fcm.swift
[139/169] 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 |
[140/169] Compiling Push PushService.swift
[141/169] Compiling Push Apns.swift
[142/169] 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 |
[143/169] Compiling Push PushEndpoint.swift
[143/169] Write Objects.LinkFileList
[145/169] Emitting module Snap
[146/169] Compiling Snap Snap.swift
[147/169] Compiling Snap Run.swift
[147/169] Write Objects.LinkFileList
[149/169] Compiling ASC Builds.swift
[150/169] 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/170] Compiling ASC BetaGroups.swift
[152/170] Compiling ASC BetaTesters.swift
[153/170] Compiling ASC Apps.swift
[154/170] Compiling ASC AppStoreVersions.swift
[154/170] Linking playground
[155/170] Applying playground
[157/170] 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 |
[158/170] 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 |
[159/170] Compiling ASC AppInfo.swift
[160/170] 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 |
[161/170] 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 |
[162/170] 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 |
[162/170] Linking push
[163/170] Applying push
[165/170] Compiling ASC Keys.swift
[165/170] Write Objects.LinkFileList
[166/170] Linking snap
[167/170] Applying snap
[168/170] Linking asc
[169/170] Applying asc
Build complete! (8.68s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "engine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "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",
        "commands/sub/Run.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",
        "Log.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.