The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Assist, reference develop (72f111), with Swift 6.1 for macOS (SPM) on 6 May 2025 02:41:04 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.61.3
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 72f1113 Convert tests to Swift Testing
Cloned https://github.com/Blackjacx/Assist.git
Revision (git rev-parse @):
72f11136455bbbfa28d4a7cc8eec9f55792af5c1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Blackjacx/Assist.git at develop
Fetching https://github.com/blackjacx/ASCKit
Fetching https://github.com/jrendel/SwiftKeychainWrapper
Fetching https://github.com/blackjacx/Engine
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/apple/swift-argument-parser from cache
[1/1666] Fetching swiftkeychainwrapper
[101/6529] Fetching swiftkeychainwrapper, swiftshell
[414/7216] Fetching swiftkeychainwrapper, swiftshell, engine
[573/7779] Fetching swiftkeychainwrapper, swiftshell, engine, asckit
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (2.61s)
Fetched https://github.com/blackjacx/ASCKit from cache (2.62s)
[1757/5550] Fetching swiftshell, engine
Fetched https://github.com/blackjacx/Engine from cache (7.21s)
Fetched https://github.com/kareman/SwiftShell from cache (7.21s)
Fetched https://github.com/apple/swift-argument-parser from cache (7.21s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (8.25s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.50s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.4.0 (0.49s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.1.0 (0.49s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (0.68s)
Creating working copy for https://github.com/blackjacx/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.4.0
Creating working copy for https://github.com/jrendel/SwiftKeychainWrapper
Working copy of https://github.com/jrendel/SwiftKeychainWrapper resolved at 4.0.1
Creating working copy for https://github.com/blackjacx/Engine
Working copy of https://github.com/blackjacx/Engine resolved at 0.1.0
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "assist",
      "name": "Assist",
      "url": "https://github.com/Blackjacx/Assist.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Assist",
      "dependencies": [
        {
          "identity": "engine",
          "name": "Engine",
          "url": "https://github.com/blackjacx/Engine",
          "version": "0.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Engine",
          "dependencies": [
            {
              "identity": "swiftkeychainwrapper",
              "name": "SwiftKeychainWrapper",
              "url": "https://github.com/jrendel/SwiftKeychainWrapper",
              "version": "4.0.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftKeychainWrapper",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "asckit",
          "name": "ASCKit",
          "url": "https://github.com/blackjacx/ASCKit",
          "version": "0.4.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ASCKit",
          "dependencies": [
            {
              "identity": "engine",
              "name": "Engine",
              "url": "https://github.com/blackjacx/Engine",
              "version": "0.1.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Engine",
              "dependencies": [
                {
                  "identity": "swiftkeychainwrapper",
                  "name": "SwiftKeychainWrapper",
                  "url": "https://github.com/jrendel/SwiftKeychainWrapper",
                  "version": "4.0.1",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftKeychainWrapper",
                  "dependencies": [
                  ]
                }
              ]
            }
          ]
        },
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        },
        {
          "identity": "swiftshell",
          "name": "SwiftShell",
          "url": "https://github.com/kareman/SwiftShell",
          "version": "5.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftShell",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Blackjacx/Assist.git
[1/1860] Fetching assist
Fetched https://github.com/Blackjacx/Assist.git from cache (2.15s)
Fetching https://github.com/kareman/SwiftShell from cache
Fetching https://github.com/blackjacx/Engine from cache
Fetching https://github.com/blackjacx/ASCKit from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/blackjacx/Engine from cache (1.22s)
Fetched https://github.com/kareman/SwiftShell from cache (1.54s)
Fetched https://github.com/blackjacx/ASCKit from cache (1.54s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.55s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.61s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.4.0 (0.03s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.1.0 (0.03s)
Fetching https://github.com/jrendel/SwiftKeychainWrapper from cache
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (1.27s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (1.33s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.04s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
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/jrendel/SwiftKeychainWrapper
Working copy of https://github.com/jrendel/SwiftKeychainWrapper resolved at 4.0.1
Creating working copy for https://github.com/Blackjacx/Assist.git
Working copy of https://github.com/Blackjacx/Assist.git resolved at develop (72f1113)
Creating working copy for https://github.com/blackjacx/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.4.0
Creating working copy for https://github.com/blackjacx/Engine
Working copy of https://github.com/blackjacx/Engine resolved at 0.1.0
Found 4 product dependencies
  - Engine
  - ASCKit
  - swift-argument-parser
  - SwiftShell
========================================
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.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/blackjacx/Engine"
    },
    {
      "identity" : "asckit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/blackjacx/ASCKit"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "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/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
Building for debugging...
[1/29] Write sources
[6/29] Write snap-entitlement.plist
[6/29] Write playground-entitlement.plist
[8/29] Write push-entitlement.plist
[8/29] Write asc-entitlement.plist
[9/29] Write sources
[16/29] Write swift-version-2F0A5646E1D333AE.txt
[18/45] Emitting module ArgumentParserToolInfo
[19/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/84] Compiling ArgumentParser NameSpecification.swift
[21/84] Compiling ArgumentParser Option.swift
[22/84] Compiling ArgumentParser OptionGroup.swift
[23/84] Compiling ArgumentParser AsyncParsableCommand.swift
[24/88] Compiling ArgumentParser InputOrigin.swift
[25/88] Compiling ArgumentParser Name.swift
[26/88] Compiling ArgumentParser Parsed.swift
[27/88] Compiling ArgumentParser ParsedValues.swift
[28/88] Compiling ArgumentParser CommandConfiguration.swift
[29/88] Compiling ArgumentParser CommandGroup.swift
[30/88] Compiling ArgumentParser EnumerableFlag.swift
[31/88] Compiling ArgumentParser ExpressibleByArgument.swift
[32/88] Emitting module ArgumentParser
[33/88] Compiling ArgumentParser Platform.swift
[34/88] Compiling ArgumentParser SequenceExtensions.swift
[35/88] Compiling ArgumentParser StringExtensions.swift
[36/88] Compiling ArgumentParser Tree.swift
[37/88] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
[38/88] Compiling SwiftShell String.swift
[39/88] Compiling SwiftShell Stream.swift
[40/88] Compiling SwiftShell Array.swift
[41/88] Compiling SwiftShell Lazy-split.swift
[42/88] Compiling SwiftShell Process.swift
[43/88] Compiling ArgumentParser BashCompletionsGenerator.swift
[44/88] Compiling ArgumentParser CompletionsGenerator.swift
[45/88] Compiling ArgumentParser FishCompletionsGenerator.swift
[46/88] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/88] Compiling ArgumentParser Argument.swift
[48/88] Compiling ArgumentParser ArgumentDefinition.swift
[49/88] Compiling ArgumentParser ArgumentSet.swift
[50/88] Compiling ArgumentParser CommandParser.swift
[51/88] Compiling ArgumentParser InputKey.swift
[52/88] Compiling ArgumentParser ParsableArguments.swift
[53/88] Compiling ArgumentParser ParsableArgumentsValidation.swift
[54/88] Compiling ArgumentParser ParsableCommand.swift
[55/88] Compiling ArgumentParser ArgumentDecoder.swift
[56/88] Compiling ArgumentParser ArgumentHelp.swift
[57/88] Compiling ArgumentParser ArgumentVisibility.swift
[58/88] Compiling ArgumentParser CompletionKind.swift
[59/88] Compiling ArgumentParser Errors.swift
[60/88] Compiling ArgumentParser Flag.swift
[61/88] Compiling ArgumentParser ParserError.swift
[62/88] Compiling ArgumentParser SplitArguments.swift
[63/88] Compiling ArgumentParser DumpHelpGenerator.swift
[64/88] Compiling ArgumentParser HelpCommand.swift
[65/88] Compiling SwiftShell Bash.swift
[66/88] Compiling ArgumentParser HelpGenerator.swift
[67/88] Compiling ArgumentParser MessageInfo.swift
[68/88] Compiling ArgumentParser UsageGenerator.swift
[69/88] Compiling ArgumentParser CollectionExtensions.swift
[70/88] Compiling SwiftShell Files.swift
[71/88] Compiling SwiftShell Command.swift
[72/88] Emitting module SwiftShell
[73/88] Compiling SwiftShell Context.swift
[74/88] Compiling SwiftKeychainWrapper KeychainWrapper.swift
[75/88] Compiling SwiftKeychainWrapper KeychainWrapperSubscript.swift
[76/88] Emitting module SwiftKeychainWrapper
[77/113] Emitting module Engine
[78/115] Compiling Engine EmptyResponse.swift
[79/115] Compiling Engine Clamping.swift
[80/115] Compiling Engine JWTClaims.swift
[81/115] Compiling Engine JWTHeader.swift
[82/115] Compiling Engine Keychain.swift
[83/115] Compiling Engine UIView+Extensions.swift
[84/115] Compiling Engine UIViewController+Extensions.swift
[85/115] Compiling Engine LoggableError.swift
[86/115] Compiling Engine Network.swift
[87/115] Compiling Engine NetworkError.swift
[88/115] Compiling Engine Engine.swift
[89/115] Compiling Engine Bundle+Extensions.swift
[90/115] Compiling Engine FileManager+Extensions.swift
[91/115] Compiling Engine Endpoint.swift
[92/115] Compiling Engine HTTPMethod.swift
[93/115] Compiling Engine Json.swift
[94/115] Compiling Engine Service.swift
[95/115] Compiling Engine DataWrapper.swift
[96/115] Compiling Engine ProcessInfo+Extensions.swift
[97/115] Compiling Engine String+Extensions.swift
[98/115] Compiling Engine String+Random.swift
[99/115] Compiling Engine UserDefaults+PropertyWrapper.swift
[100/115] Compiling Engine UIColor+Extensions.swift
[101/115] Compiling Engine URL+Extensions.swift
[102/115] Compiling Engine URLRequest+Extensions.swift
[103/115] Compiling Engine JWT.swift
[104/145] Compiling Core Runtime.swift
[105/146] Compiling Core Core.swift
[106/146] Compiling Core ProcessInfo+Extensions.swift
[107/146] Compiling ASCKit ASCPayload.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ASCKit/Sources/ASCKit/ASCService.swift:221:44: error: type of expression is ambiguous without a type annotation
219 |         }
220 |
221 |         guard let tester: BetaTester = try await list(filters: [Filter(key: BetaTester.FilterKey.email, value: email)]).first else {
    |                                            `- error: type of expression is ambiguous without a type annotation
222 |             throw AscError.noUserFound(email)
223 |         }
[108/146] Compiling ASCKit ASCService.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ASCKit/Sources/ASCKit/ASCService.swift:221:44: error: type of expression is ambiguous without a type annotation
219 |         }
220 |
221 |         guard let tester: BetaTester = try await list(filters: [Filter(key: BetaTester.FilterKey.email, value: email)]).first else {
    |                                            `- error: type of expression is ambiguous without a type annotation
222 |             throw AscError.noUserFound(email)
223 |         }
[109/148] Compiling Core SimctlList.swift
[110/148] Compiling Core Xcodebuild.swift
[111/148] Compiling Core Device.swift
[112/148] Compiling Core Mint.swift
[113/148] 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
[114/148] 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 |
[117/148] 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 {
[118/148] 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
[119/148] Compiling Core Zip.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[120/148] Compiling ASCKit AscEndpoint.swift
[121/148] Compiling ASCKit AscError.swift
[122/148] Compiling ASCKit Constants.swift
[123/148] Compiling ASCKit Filter.swift
[124/148] Compiling ASCKit Model.swift
[125/148] Compiling ASCKit PagedItemLoader.swift
[126/148] Compiling ASCKit ApiKey.swift
[127/148] Compiling ASCKit App.swift
[128/148] Emitting module ASCKit
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ASCKit/Sources/ASCKit/ASCService.swift:221:44: error: type of expression is ambiguous without a type annotation
219 |         }
220 |
221 |         guard let tester: BetaTester = try await list(filters: [Filter(key: BetaTester.FilterKey.email, value: email)]).first else {
    |                                            `- error: type of expression is ambiguous without a type annotation
222 |             throw AscError.noUserFound(email)
223 |         }
[129/158] Compiling ASCKit BetaTester.swift
[130/158] Compiling ASCKit BetaTesterInvitationResponse.swift
[131/158] Compiling ASCKit AppStoreVersion.swift
[132/158] Compiling ASCKit BetaGroup.swift
[133/158] Compiling ASCKit Build.swift
[134/158] Compiling ASCKit BundleId.swift
[135/158] Compiling ASCKit PageableModel.swift
[136/158] Compiling ASCKit Relation.swift
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
Building for debugging...
[1/14] Write swift-version-2F0A5646E1D333AE.txt
[3/30] Emitting module ArgumentParserToolInfo
[4/30] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/69] Compiling SwiftKeychainWrapper KeychainWrapperSubscript.swift
[6/69] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
[7/69] Emitting module SwiftKeychainWrapper
[8/69] Compiling SwiftKeychainWrapper KeychainWrapper.swift
[9/69] Compiling SwiftShell String.swift
[10/69] Compiling SwiftShell Process.swift
[11/69] Compiling SwiftShell Stream.swift
[12/69] Compiling SwiftShell Lazy-split.swift
[13/69] Compiling SwiftShell Array.swift
[14/69] Compiling SwiftShell Files.swift
[15/69] Compiling SwiftShell Context.swift
[16/69] Compiling SwiftShell Bash.swift
[17/69] Compiling SwiftShell Command.swift
[18/69] Emitting module SwiftShell
[19/94] Emitting module ArgumentParser
[20/98] Emitting module Engine
[21/100] Compiling Engine Endpoint.swift
[22/100] Compiling Engine HTTPMethod.swift
[23/100] Compiling Engine Json.swift
[24/100] Compiling Engine EmptyResponse.swift
[25/100] Compiling Engine Clamping.swift
[26/100] Compiling Engine ProcessInfo+Extensions.swift
[27/100] Compiling Engine String+Extensions.swift
[28/100] Compiling Engine String+Random.swift
[29/100] Compiling Engine UserDefaults+PropertyWrapper.swift
[30/100] Compiling Engine UIColor+Extensions.swift
[31/100] Compiling Engine UIView+Extensions.swift
[32/100] Compiling Engine UIViewController+Extensions.swift
[33/100] Compiling Engine Service.swift
[34/100] Compiling Engine DataWrapper.swift
[35/100] Compiling Engine Engine.swift
[36/100] Compiling Engine Bundle+Extensions.swift
[37/100] Compiling Engine FileManager+Extensions.swift
[38/100] Compiling Engine JWTClaims.swift
[39/100] Compiling Engine JWTHeader.swift
[40/100] Compiling Engine Keychain.swift
[41/100] Compiling Engine URL+Extensions.swift
[42/100] Compiling Engine URLRequest+Extensions.swift
[43/100] Compiling Engine JWT.swift
[44/100] Compiling Engine LoggableError.swift
[45/100] Compiling Engine Network.swift
[46/100] Compiling Engine NetworkError.swift
[47/100] Compiling ArgumentParser ParserError.swift
[48/100] Compiling ArgumentParser SplitArguments.swift
[49/100] Compiling ArgumentParser DumpHelpGenerator.swift
[50/100] Compiling ArgumentParser HelpCommand.swift
[51/100] Compiling ArgumentParser Platform.swift
[52/100] Compiling ArgumentParser SequenceExtensions.swift
[53/100] Compiling ArgumentParser StringExtensions.swift
[54/100] Compiling ArgumentParser Tree.swift
[55/100] Compiling ArgumentParser HelpGenerator.swift
[56/100] Compiling ArgumentParser MessageInfo.swift
[57/100] Compiling ArgumentParser UsageGenerator.swift
[58/100] Compiling ArgumentParser CollectionExtensions.swift
[63/100] Compiling ArgumentParser ParsableArguments.swift
[64/100] Compiling ArgumentParser ParsableArgumentsValidation.swift
[65/100] Compiling ArgumentParser ParsableCommand.swift
[66/100] Compiling ArgumentParser ArgumentDecoder.swift
[67/130] Compiling ASCKit BetaTester.swift
[68/130] Compiling ASCKit BetaTesterInvitationResponse.swift
[69/130] Compiling ASCKit Build.swift
[70/130] Compiling ASCKit BundleId.swift
[71/130] Compiling ASCKit ASCHeader.swift
[72/130] Compiling ASCKit ASCKit.swift
[73/130] Compiling ASCKit ASCPayload.swift
[74/130] Compiling ASCKit ASCService.swift
[75/130] Compiling ASCKit AscEndpoint.swift
[76/130] Compiling ASCKit AscError.swift
[77/130] Compiling ASCKit Constants.swift
[78/130] Compiling ASCKit Filter.swift
[79/130] Compiling ASCKit Model.swift
[80/130] Compiling ASCKit PagedItemLoader.swift
[81/130] Compiling ASCKit ApiKey.swift
[82/130] Compiling ASCKit App.swift
[83/130] Compiling ASCKit AppStoreVersion.swift
[84/130] Compiling ASCKit BetaGroup.swift
[91/130] Compiling Core Logger.swift
[92/131] Compiling Core Xcodebuild.swift
[97/133] Compiling Core Zip.swift
[100/133] Compiling Core Mint.swift
[101/133] Compiling Core Runtime.swift
[102/133] Compiling Core Device.swift
[103/133] Compiling Core JSONWebToken.swift
[104/133] Emitting module Core
[105/133] Compiling Core SimctlList.swift
[106/133] Compiling Core Simctl.swift
[119/133] Emitting module ASCKit
[120/143] Compiling ASCKit PageableModel.swift
[121/143] Compiling ASCKit Relation.swift
[122/153] Compiling Playground Playground.swift
[123/153] Emitting module Playground
[123/153] Write Objects.LinkFileList
[125/153] Emitting module Push
[126/153] Compiling Push PushService.swift
[127/153] Compiling Push Push.swift
[128/153] Compiling Push Fcm.swift
[129/153] Compiling Push PushEndpoint.swift
[130/153] Compiling Push Apns.swift
[130/153] Write Objects.LinkFileList
[132/153] 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 protocol 'ExpressibleByArgument'; 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 protocol 'ExpressibleByArgument'; 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) {
[133/153] Compiling ASC Apps.swift
[134/153] Emitting module Snap
[135/153] Compiling Snap Snap.swift
[136/153] 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 protocol 'ExpressibleByArgument'; 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 protocol 'ExpressibleByArgument'; 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/sub/BundleIds.swift:116:1: warning: extension declares a conformance of imported type 'Platform' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
114 | }
115 |
116 | extension BundleId.Platform: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'Platform' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
[136/153] Write Objects.LinkFileList
[138/153] Compiling ASC Keys.swift
[139/153] Compiling ASC Builds.swift
[140/153] Compiling ASC BundleIds.swift
/Users/admin/builder/spi-builder-workspace/Sources/ASC/commands/sub/BundleIds.swift:116:1: warning: extension declares a conformance of imported type 'Platform' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
114 | }
115 |
116 | extension BundleId.Platform: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'Platform' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ASCKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
[141/153] Compiling ASC BetaTesters.swift
[142/153] Compiling ASC BetaGroups.swift
[142/153] Linking playground
[144/153] Compiling ASC ASC.swift
[145/153] Compiling ASC AppStoreVersions.swift
[145/153] Applying playground
[146/153] Write Objects.LinkFileList
[147/153] Linking push
[148/153] Applying push
[149/153] Linking snap
[150/153] Applying snap
[151/153] Linking asc
[152/153] Applying asc
Build complete! (7.32s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "engine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/blackjacx/Engine"
    },
    {
      "identity" : "asckit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/blackjacx/ASCKit"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "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/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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/blackjacx/assist/develop
Repository:               Blackjacx/Assist
Swift version used:       6.1
Target:                   Snap
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            release/6.2 -> FETCH_HEAD
 * [new branch]      release/6.2 -> origin/release/6.2
HEAD is now at 8799b69 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Snap'...
Finished extracting symbol information for 'Snap'. (2.49s)
Building documentation for 'Snap'...
Finished building documentation for 'Snap' (0.13s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/blackjacx/assist/develop
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/jrendel/SwiftKeychainWrapper
Updating https://github.com/blackjacx/ASCKit
Updated https://github.com/jrendel/SwiftKeychainWrapper (1.16s)
Updated https://github.com/blackjacx/ASCKit (1.17s)
Updating https://github.com/blackjacx/Engine
Updating https://github.com/apple/swift-argument-parser
Updating https://github.com/kareman/SwiftShell
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.20s)
Updated https://github.com/apple/swift-argument-parser (0.52s)
Updated https://github.com/kareman/SwiftShell (0.52s)
Updated https://github.com/blackjacx/Engine (0.52s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.33s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.51s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.4.0 (0.47s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.1.0 (0.48s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (0.57s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.77s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.48s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/7] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit SourceRange.swift
[8/57] Compiling SymbolKit Metadata.swift
[9/57] Compiling SymbolKit Module.swift
[10/57] Compiling SymbolKit OperatingSystem.swift
[11/57] Compiling SymbolKit Platform.swift
[12/57] Compiling SymbolKit GenericConstraint.swift
[13/57] Compiling SymbolKit GenericParameter.swift
[14/57] Compiling SymbolKit Generics.swift
[15/57] Compiling SymbolKit Namespace.swift
[16/57] Compiling SymbolKit Mixin+Equals.swift
[17/57] Compiling SymbolKit Mixin+Hash.swift
[18/57] Compiling SymbolKit Mixin.swift
[19/57] Compiling SymbolKit LineList.swift
[20/57] Compiling SymbolKit Position.swift
[21/57] Compiling SymbolKit Relationship.swift
[22/57] Compiling SymbolKit RelationshipKind.swift
[23/57] Compiling SymbolKit SourceOrigin.swift
[24/57] Compiling SymbolKit GenericConstraints.swift
[25/57] Compiling SymbolKit Swift.swift
[26/57] Compiling SymbolKit DeclarationFragments.swift
[27/57] Compiling SymbolKit Fragment.swift
[28/57] Compiling SymbolKit FragmentKind.swift
[29/57] Compiling SymbolKit FunctionParameter.swift
[30/57] Compiling SymbolKit FunctionSignature.swift
[31/57] Compiling SymbolKit Identifier.swift
[32/57] Compiling SymbolKit KindIdentifier.swift
[33/57] Compiling SymbolKit Location.swift
[34/57] Compiling SymbolKit Mutability.swift
[35/57] Compiling SymbolKit Names.swift
[36/57] Compiling SymbolKit SPI.swift
[37/57] Compiling SymbolKit Snippet.swift
[38/57] Compiling SymbolKit Extension.swift
[39/57] Compiling SymbolKit Symbol.swift
[40/57] Compiling SymbolKit SymbolKind.swift
[41/57] Compiling SymbolKit SymbolGraph.swift
[42/57] Compiling SymbolKit GraphCollector.swift
[43/57] Compiling SymbolKit SemanticVersion.swift
[44/57] Compiling SymbolKit AccessControl.swift
[45/57] Compiling SymbolKit Availability.swift
[46/57] Compiling SymbolKit AvailabilityItem.swift
[47/57] Compiling SymbolKit Domain.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.76s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'Snap' complete! (0.41s)
Target:                   Push
Extracting symbol information for 'Push'...
Finished extracting symbol information for 'Push'. (0.54s)
Building documentation for 'Push'...
Finished building documentation for 'Push' (0.13s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/blackjacx/assist/develop
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.33s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'Push' complete! (0.40s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/blackjacx/assist/develop/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/blackjacx/assist/develop/linkable-paths.json
Target:                   ASC
Extracting symbol information for 'ASC'...
Finished extracting symbol information for 'ASC'. (0.53s)
Building documentation for 'ASC'...
Finished building documentation for 'ASC' (0.49s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/blackjacx/assist/develop
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.31s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'ASC' complete! (0.38s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/blackjacx/assist/develop/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/blackjacx/assist/develop/linkable-paths.json
    2458
15	/Users/admin/builder/spi-builder-workspace/.docs/blackjacx/assist/develop
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/blackjacx/assist/develop
File count: 2458
Doc size:   15.0MB
Preparing doc bundle ...
Uploading prod-blackjacx-assist-develop-d59e275f.zip to s3://spi-docs-inbox/prod-blackjacx-assist-develop-d59e275f.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [41%]
Copying... [51%]
Copying... [62%]
Copying... [70%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.