The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Assist, reference develop (e1ec76), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 16:46:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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
Fetching https://github.com/blackjacx/ASCKit
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/kishikawakatsumi/KeychainAccess
Fetching https://github.com/blackjacx/Engine
Fetching https://github.com/apple/swift-argument-parser
[1/4891] Fetching swiftshell
[295/5728] Fetching swiftshell, engine
[455/6533] Fetching swiftshell, engine, asckit
[1024/10921] Fetching swiftshell, engine, asckit, keychainaccess
[3065/28444] Fetching swiftshell, engine, asckit, keychainaccess, swift-argument-parser
Fetched https://github.com/blackjacx/Engine from cache (0.92s)
[3201/27607] Fetching swiftshell, asckit, keychainaccess, swift-argument-parser
Fetched https://github.com/kareman/SwiftShell from cache (1.64s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.65s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (1.65s)
Fetched https://github.com/blackjacx/ASCKit from cache (1.65s)
Creating working copy for https://github.com/apple/swift-argument-parser
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Creating working copy for https://github.com/kareman/SwiftShell
Creating working copy for https://github.com/blackjacx/ASCKit
Creating working copy for https://github.com/blackjacx/Engine
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.7.2
Working copy of https://github.com/blackjacx/Engine resolved at 0.3.1
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "engine",
          "name": "Engine",
          "url": "https://github.com/blackjacx/Engine",
          "version": "0.3.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Engine",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "keychainaccess",
              "name": "KeychainAccess",
              "url": "https://github.com/kishikawakatsumi/KeychainAccess",
              "version": "4.2.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainAccess",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "asckit",
          "name": "ASCKit",
          "url": "https://github.com/blackjacx/ASCKit",
          "version": "0.7.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ASCKit",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "engine",
              "name": "Engine",
              "url": "https://github.com/blackjacx/Engine",
              "version": "0.3.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Engine",
              "traits": [
                "default"
              ],
              "dependencies": [
                {
                  "identity": "keychainaccess",
                  "name": "KeychainAccess",
                  "url": "https://github.com/kishikawakatsumi/KeychainAccess",
                  "version": "4.2.2",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainAccess",
                  "traits": [
                    "default"
                  ],
                  "dependencies": [
                  ]
                }
              ]
            }
          ]
        },
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.7.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "swiftshell",
          "name": "SwiftShell",
          "url": "https://github.com/kareman/SwiftShell",
          "version": "5.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftShell",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Blackjacx/Assist.git
[1/2339] Fetching assist
Fetched https://github.com/Blackjacx/Assist.git from cache (0.89s)
Fetching https://github.com/kareman/SwiftShell from cache
Fetching https://github.com/blackjacx/ASCKit from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetching https://github.com/blackjacx/Engine from cache
Fetched https://github.com/blackjacx/ASCKit from cache (0.57s)
Fetched https://github.com/kareman/SwiftShell from cache (0.57s)
Fetched https://github.com/blackjacx/Engine from cache (0.57s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.57s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.7.2 (1.13s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.3.1 (0.53s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess from cache
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (0.52s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (1.21s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.1 (0.65s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.58s)
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/blackjacx/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.7.2
Creating working copy for https://github.com/blackjacx/Engine
Working copy of https://github.com/blackjacx/Engine resolved at 0.3.1
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/Blackjacx/Assist.git
Working copy of https://github.com/Blackjacx/Assist.git resolved at develop (e1ec760)
Found 4 product dependencies
  - Engine
  - ASCKit
  - swift-argument-parser
  - SwiftShell
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Blackjacx/Assist.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/30] Write sources
[7/30] Write snap-entitlement.plist
[7/30] Write asc-entitlement.plist
[7/30] Write push-entitlement.plist
[10/30] Write sources
[11/30] Write playground-entitlement.plist
[12/30] Write sources
[17/30] Write swift-version--6988338F2F200930.txt
[19/44] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/44] Emitting module ArgumentParserToolInfo
[21/91] Compiling ArgumentParser InputKey.swift
[22/91] Compiling ArgumentParser InputOrigin.swift
[23/91] Compiling ArgumentParser Name.swift
[24/91] Compiling ArgumentParser Parsed.swift
[25/91] Compiling ArgumentParser ParsedValues.swift
[26/96] Emitting module ArgumentParser
[27/96] Compiling ArgumentParser ArgumentHelp.swift
[28/96] Compiling ArgumentParser ArgumentVisibility.swift
[29/96] Compiling ArgumentParser CompletionKind.swift
[30/96] Compiling ArgumentParser Errors.swift
[31/96] Compiling ArgumentParser Flag.swift
[32/96] Compiling ArgumentParser NameSpecification.swift
[33/96] Compiling ArgumentParser Option.swift
[34/96] Compiling ArgumentParser OptionGroup.swift
[35/96] Compiling ArgumentParser ParentCommand.swift
[36/96] Compiling ArgumentParser AsyncParsableCommand.swift
[37/96] Compiling ArgumentParser CodingKeyValidator.swift
[38/96] Compiling ArgumentParser NonsenseFlagsValidator.swift
[39/96] Compiling ArgumentParser ParsableArgumentsValidation.swift
[40/96] Compiling ArgumentParser PositionalArgumentsValidator.swift
[41/96] Compiling ArgumentParser UniqueNamesValidator.swift
[42/96] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/96] Compiling ArgumentParser CompletionsGenerator.swift
[44/96] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/96] Compiling ArgumentParser ZshCompletionsGenerator.swift
[46/96] Compiling ArgumentParser Argument.swift
[47/96] Compiling ArgumentParser ArgumentDiscussion.swift
[48/96] Compiling ArgumentParser ParserError.swift
[49/96] Compiling ArgumentParser SplitArguments.swift
[50/96] Compiling ArgumentParser DumpHelpGenerator.swift
[51/96] Compiling ArgumentParser HelpCommand.swift
[52/96] Compiling ArgumentParser HelpGenerator.swift
[53/96] Compiling ArgumentParser CommandConfiguration.swift
[54/96] Compiling ArgumentParser CommandGroup.swift
[55/96] Compiling ArgumentParser EnumerableFlag.swift
[56/96] Compiling ArgumentParser ExpressibleByArgument.swift
[57/96] Compiling ArgumentParser ParsableArguments.swift
[58/96] Compiling ArgumentParser ParsableCommand.swift
[59/96] Compiling ArgumentParser ArgumentDecoder.swift
[60/96] Compiling ArgumentParser ArgumentDefinition.swift
[61/96] Compiling ArgumentParser ArgumentSet.swift
[62/96] Compiling ArgumentParser CommandParser.swift
[63/96] Compiling SwiftShell String.swift
[64/96] Compiling ArgumentParser Platform.swift
[65/96] Compiling ArgumentParser SequenceExtensions.swift
[66/96] Compiling ArgumentParser StringExtensions.swift
[67/96] Compiling ArgumentParser SwiftExtensions.swift
[68/96] Compiling ArgumentParser Tree.swift
[69/96] Compiling ArgumentParser MessageInfo.swift
[70/96] Compiling ArgumentParser UsageGenerator.swift
[71/96] Compiling ArgumentParser CollectionExtensions.swift
[72/96] Compiling ArgumentParser Foundation.swift
[73/96] Compiling ArgumentParser Mutex.swift
[74/96] Compiling SwiftShell Process.swift
[75/96] Compiling SwiftShell Array.swift
[76/96] Compiling SwiftShell Files.swift
[77/96] Compiling SwiftShell Context.swift
[78/96] Compiling SwiftShell Lazy-split.swift
[79/96] Compiling SwiftShell Stream.swift
[80/96] Emitting module SwiftShell
[81/96] Compiling SwiftShell Bash.swift
[82/96] Compiling SwiftShell Command.swift
[83/96] Compiling KeychainAccess Keychain.swift
[84/96] Emitting module KeychainAccess
[85/122] Emitting module Engine
[86/124] Compiling Engine Engine.swift
[87/124] Compiling Engine Bundle+Extensions.swift
[88/124] Compiling Engine FileManager+Extensions.swift
[89/124] Compiling Engine UserDefaults+PropertyWrapper.swift
[90/124] Compiling Engine UIColor+Extensions.swift
[91/124] Compiling Engine OutputType.swift
[92/124] Compiling Engine Service.swift
[93/124] Compiling Engine DataWrapper.swift
[94/124] Compiling Engine UIView+Extensions.swift
[95/124] Compiling Engine UIViewController+Extensions.swift
[96/124] Compiling Engine JWTClaims.swift
[97/124] Compiling Engine JWTHeader.swift
[98/124] Compiling Engine Keychain.swift
[99/124] Compiling Engine ProcessInfo+Extensions.swift
[100/124] Compiling Engine String+Extensions.swift
[101/124] Compiling Engine String+Random.swift
[102/124] Compiling Engine EmptyResponse.swift
[103/124] Compiling Engine Clamping.swift
[104/124] Compiling Engine LoggableError.swift
[105/124] Compiling Engine Network.swift
[106/124] Compiling Engine NetworkError.swift
[107/124] Compiling Engine URL+Extensions.swift
[108/124] Compiling Engine URLRequest+Extensions.swift
[109/124] Compiling Engine JWT.swift
[110/124] Compiling Engine Endpoint.swift
[111/124] Compiling Engine HTTPMethod.swift
[112/124] Compiling Engine Json.swift
[113/158] Compiling Core Xcodebuild.swift
[114/159] Compiling Core Zip.swift
[115/159] Compiling ASCKit Constants.swift
[116/159] Compiling ASCKit Filter.swift
[117/159] Compiling ASCKit Model.swift
[118/161] Compiling Core SimctlList.swift
[119/161] Compiling Core Runtime.swift
[120/161] Compiling Core Mint.swift
[121/161] Compiling Core JSONWebToken.swift
[124/161] Compiling Core Device.swift
[125/161] Emitting module Core
[126/161] Compiling Core Log.swift
[127/161] Compiling Core Simctl.swift
[128/161] Emitting module ASCKit
[129/161] Compiling ASCKit AppStoreVersion.swift
[130/161] Compiling ASCKit BetaGroup.swift
[131/161] Compiling ASCKit PagedItemLoader.swift
[132/161] Compiling ASCKit TypedId.swift
[133/161] Compiling ASCKit AccessibilityDeclaration.swift
[134/161] Compiling ASCKit Build.swift
[135/161] Compiling ASCKit BundleId.swift
[136/172] Compiling Playground Playground.swift
[137/172] Emitting module Playground
[137/172] Write Objects.LinkFileList
[139/172] Compiling ASCKit PageableModel.swift
[140/172] Compiling ASCKit Relation.swift
[141/172] Compiling Push Fcm.swift
[142/172] 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 |
[143/172] Compiling Push PushService.swift
[144/172] Compiling Push PushEndpoint.swift
[145/172] Compiling Push Apns.swift
[146/172] 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 |
[146/172] Write Objects.LinkFileList
[148/172] Compiling ASCKit ASCHeader.swift
[149/172] Compiling ASCKit ASCKit.swift
[150/172] Compiling ASCKit ASCPayload.swift
[151/172] Compiling ASCKit App.swift
[152/172] Compiling ASCKit AppInfo.swift
[153/172] Compiling ASCKit AgeRatingDeclaration.swift
[154/172] Compiling ASCKit ApiKey.swift
[155/172] Compiling ASCKit ASCService.swift
[156/172] Compiling ASCKit AscEndpoint.swift
[157/172] Compiling ASCKit AscError.swift
[158/172] Compiling ASCKit BetaTester.swift
[159/172] Compiling ASCKit BetaTesterInvitationResponse.swift
[160/172] Compiling Snap Run.swift
[161/172] Emitting module Snap
[162/172] Compiling Snap Snap.swift
[162/172] Write Objects.LinkFileList
[163/184] Linking playground
[164/184] Applying playground
[165/184] Linking push
[166/184] Applying push
[167/184] Linking snap
[168/184] Applying snap
[170/184] Compiling ASC Builds.swift
[171/184] 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 |
[172/185] Compiling ASC Apps.swift
[173/185] Compiling ASC BetaGroups.swift
[174/185] Compiling ASC BetaTesters.swift
[175/185] 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 |
[176/185] 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 |
[177/185] Compiling ASC AppStoreVersions.swift
[178/185] 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 |
[179/185] Compiling ASC AppInfo.swift
[180/185] 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 |
[181/185] 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 |
[182/185] Compiling ASC Keys.swift
[182/185] Write Objects.LinkFileList
[183/185] Linking asc
[184/185] Applying asc
Build complete! (19.60s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/blackjacx/assist/develop
Repository:               Blackjacx/Assist
Swift version used:       6.3
Target:                   Snap
Extracting symbol information for 'Snap'...
Finished extracting symbol information for 'Snap'. (29.29s)
Building documentation for 'Snap'...
Finished building documentation for 'Snap' (0.60s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/blackjacx/assist/develop
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/blackjacx/ASCKit
Updated https://github.com/blackjacx/ASCKit (0.47s)
[1/2271] Fetching swift-docc-plugin
Updating https://github.com/apple/swift-argument-parser
Updating https://github.com/blackjacx/Engine
Updating https://github.com/kishikawakatsumi/KeychainAccess
Updating https://github.com/kareman/SwiftShell
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.14s)
Updated https://github.com/apple/swift-argument-parser (0.50s)
Updated https://github.com/blackjacx/Engine (0.50s)
Updated https://github.com/kishikawakatsumi/KeychainAccess (0.50s)
Updated https://github.com/kareman/SwiftShell (0.50s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.28s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.57s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.7.2 (0.52s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.3.1 (0.52s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (0.61s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.13s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.80s)
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.6
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Mixin+Equals.swift
[8/57] Compiling SymbolKit Mixin+Hash.swift
[9/57] Compiling SymbolKit Mixin.swift
[10/57] Compiling SymbolKit LineList.swift
[11/57] Compiling SymbolKit Position.swift
[12/57] Compiling SymbolKit DeclarationFragments.swift
[13/57] Compiling SymbolKit Fragment.swift
[14/57] Compiling SymbolKit FragmentKind.swift
[15/57] Compiling SymbolKit FunctionParameter.swift
[16/57] Compiling SymbolKit FunctionSignature.swift
[17/57] Compiling SymbolKit SemanticVersion.swift
[18/57] Compiling SymbolKit AccessControl.swift
[19/57] Compiling SymbolKit Availability.swift
[20/57] Compiling SymbolKit AvailabilityItem.swift
[21/57] Compiling SymbolKit Domain.swift
[22/57] Compiling SymbolKit SourceRange.swift
[23/57] Compiling SymbolKit Metadata.swift
[24/57] Compiling SymbolKit Module.swift
[25/57] Compiling SymbolKit OperatingSystem.swift
[26/57] Compiling SymbolKit Platform.swift
[27/57] Compiling SymbolKit GenericConstraint.swift
[28/57] Compiling SymbolKit GenericParameter.swift
[29/57] Compiling SymbolKit Generics.swift
[30/57] Compiling SymbolKit Namespace.swift
[31/57] Compiling SymbolKit Names.swift
[32/57] Compiling SymbolKit SPI.swift
[33/57] Compiling SymbolKit Snippet.swift
[34/57] Compiling SymbolKit Extension.swift
[35/57] Compiling SymbolKit Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit Identifier.swift
[41/57] Compiling SymbolKit KindIdentifier.swift
[42/57] Compiling SymbolKit Location.swift
[43/57] Compiling SymbolKit Mutability.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.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 SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract SnippetBuildCommand.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract URL+Status.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.29s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Snap' complete! (0.47s)
Target:                   Push
Extracting symbol information for 'Push'...
Finished extracting symbol information for 'Push'. (0.53s)
Building documentation for 'Push'...
Finished building documentation for 'Push' (0.14s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/blackjacx/assist/develop
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.33s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.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'. (1.29s)
Building documentation for 'ASC'...
Finished building documentation for 'ASC' (0.82s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/blackjacx/assist/develop
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.33s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'ASC' complete! (0.39s)
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
    3576
22	/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: 3576
Doc size:   22.0MB
Preparing doc bundle ...
Uploading prod-blackjacx-assist-develop-24ed3993.zip to s3://spi-docs-inbox/prod-blackjacx-assist-develop-24ed3993.zip
Copying... [11%]
Copying... [21%]
Copying... [31%]
Copying... [41%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.