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 WealthsimpleDownloader, reference v2.0.2 (af3e30), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 03:13:12 UTC.

Swift 6 data race errors: 19

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WealthsimpleDownloader -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/WealthsimpleDownloader.git
Reference: v2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/WealthsimpleDownloader
 * tag               v2.0.2     -> FETCH_HEAD
HEAD is now at af3e30a Add online bill payment type
Cloned https://github.com/Nef10/WealthsimpleDownloader.git
Revision (git rev-parse @):
af3e30a235d0311de7b37536095f8cf6470abd51
SUCCESS checkout https://github.com/Nef10/WealthsimpleDownloader.git at v2.0.2
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Nef10/WealthsimpleDownloader.git
https://github.com/Nef10/WealthsimpleDownloader.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WealthsimpleDownloader",
  "name" : "WealthsimpleDownloader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Wealthsimple",
      "targets" : [
        "Wealthsimple"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WealthsimpleTests",
      "module_type" : "SwiftTarget",
      "name" : "WealthsimpleTests",
      "path" : "Tests/WealthsimpleTests",
      "sources" : [
        "Extensions/StringCamelCaseTests.swift",
        "WealthsimpleDownloaderTests.swift"
      ],
      "target_dependencies" : [
        "Wealthsimple"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wealthsimple",
      "module_type" : "SwiftTarget",
      "name" : "Wealthsimple",
      "path" : "Sources/Wealthsimple",
      "product_memberships" : [
        "Wealthsimple"
      ],
      "sources" : [
        "Extensions/String+CamelCase.swift",
        "Token.swift",
        "TransactionError.swift",
        "WealthsimpleAccount.swift",
        "WealthsimpleAsset.swift",
        "WealthsimpleDownloader.swift",
        "WealthsimplePosition.swift",
        "WealthsimpleTransaction.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  WealthsimpleDownloader: /Users/admin/builder/spi-builder-workspace
resolved source packages: WealthsimpleDownloader
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WealthsimpleDownloader",
  "name" : "WealthsimpleDownloader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Wealthsimple",
      "targets" : [
        "Wealthsimple"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WealthsimpleTests",
      "module_type" : "SwiftTarget",
      "name" : "WealthsimpleTests",
      "path" : "Tests/WealthsimpleTests",
      "sources" : [
        "Extensions/StringCamelCaseTests.swift",
        "WealthsimpleDownloaderTests.swift"
      ],
      "target_dependencies" : [
        "Wealthsimple"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wealthsimple",
      "module_type" : "SwiftTarget",
      "name" : "Wealthsimple",
      "path" : "Sources/Wealthsimple",
      "product_memberships" : [
        "Wealthsimple"
      ],
      "sources" : [
        "Extensions/String+CamelCase.swift",
        "Token.swift",
        "TransactionError.swift",
        "WealthsimpleAccount.swift",
        "WealthsimpleAsset.swift",
        "WealthsimpleDownloader.swift",
        "WealthsimplePosition.swift",
        "WealthsimpleTransaction.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "WealthsimpleDownloader"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WealthsimpleDownloader -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme WealthsimpleDownloader -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  WealthsimpleDownloader: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Wealthsimple' in project 'WealthsimpleDownloader'
        ➜ Explicit dependency on target 'Wealthsimple' in project 'WealthsimpleDownloader'
    Target 'Wealthsimple' in project 'WealthsimpleDownloader' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 938cea586533b4797957cb89c3179d21
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/938cea586533b4797957cb89c3179d21.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Wealthsimple.DependencyMetadataFileList (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Wealthsimple.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Wealthsimple.modulemap (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Wealthsimple.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Wealthsimple.DependencyStaticMetadataFileList (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Wealthsimple.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_const_extract_protocols.json (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftConstValuesFileList (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftFileList (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-OutputFileMap.json (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.LinkFileList (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Wealthsimple.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Wealthsimple.modulemap (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Wealthsimple.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Wealthsimple normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Wealthsimple -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Token.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:20:10: warning: associated value 'invalidJsonType(json:)' of 'Sendable'-conforming enum 'TokenError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidJsonType(json: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:24:10: warning: associated value 'missingResultParamenter(json:)' of 'Sendable'-conforming enum 'TokenError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case missingResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:37:24: warning: static property 'url' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var url = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token")!
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:37:24: note: convert 'url' to a 'let' constant to make 'Sendable' shared state immutable
    private static var url = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token")!
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:37:24: note: add '@MainActor' to make static property 'url' part of global actor 'MainActor'
    private static var url = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token")!
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:37:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var url = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token")!
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:38:24: warning: static property 'testUrl' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var testUrl = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token/info")!
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:38:24: note: convert 'testUrl' to a 'let' constant to make 'Sendable' shared state immutable
    private static var testUrl = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token/info")!
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:38:24: note: add '@MainActor' to make static property 'testUrl' part of global actor 'MainActor'
    private static var testUrl = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token/info")!
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:38:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var testUrl = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token/info")!
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:39:24: warning: static property 'clientId' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var clientId = "4da53ac2b03225bed1550eba8e4611e086c7b905a3855e6ed12ea08c246758fa" // From the website
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:39:24: note: convert 'clientId' to a 'let' constant to make 'Sendable' shared state immutable
    private static var clientId = "4da53ac2b03225bed1550eba8e4611e086c7b905a3855e6ed12ea08c246758fa" // From the website
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:39:24: note: add '@MainActor' to make static property 'clientId' part of global actor 'MainActor'
    private static var clientId = "4da53ac2b03225bed1550eba8e4611e086c7b905a3855e6ed12ea08c246758fa" // From the website
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:39:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var clientId = "4da53ac2b03225bed1550eba8e4611e086c7b905a3855e6ed12ea08c246758fa" // From the website
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:40:24: warning: static property 'scope' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var scope = "invest.read mfda.read mercer.read trade.read" // the clientId supports some write scopes, but as this library only reads we limit it for safety
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:40:24: note: convert 'scope' to a 'let' constant to make 'Sendable' shared state immutable
    private static var scope = "invest.read mfda.read mercer.read trade.read" // the clientId supports some write scopes, but as this library only reads we limit it for safety
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:40:24: note: add '@MainActor' to make static property 'scope' part of global actor 'MainActor'
    private static var scope = "invest.read mfda.read mercer.read trade.read" // the clientId supports some write scopes, but as this library only reads we limit it for safety
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:40:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var scope = "invest.read mfda.read mercer.read trade.read" // the clientId supports some write scopes, but as this library only reads we limit it for safety
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:121:98: warning: capture of 'credentialStorage' with non-sendable type 'any CredentialStorage' in a '@Sendable' closure
            handleTokenResponse(data: data, response: response, error: error, credentialStorage: credentialStorage, completion: completion)
                                                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleDownloader.swift:13:17: note: protocol 'CredentialStorage' does not conform to the 'Sendable' protocol
public protocol CredentialStorage {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:121:129: warning: capture of 'completion' with non-sendable type '(Result<Token, TokenError>) -> Void' in a '@Sendable' closure
            handleTokenResponse(data: data, response: response, error: error, credentialStorage: credentialStorage, completion: completion)
                                                                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:121:129: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            handleTokenResponse(data: data, response: response, error: error, credentialStorage: credentialStorage, completion: completion)
                                                                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:180:25: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure
                        completion(false)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:180:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                        completion(false)
                        ^
SwiftCompile normal arm64 Compiling\ TransactionError.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/TransactionError.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/TransactionError.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/TransactionError.swift:19:10: warning: associated value 'invalidJsonType(json:)' of 'Sendable'-conforming enum 'TransactionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidJsonType(json: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/TransactionError.swift:21:10: warning: associated value 'missingResultParamenter(json:)' of 'Sendable'-conforming enum 'TransactionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case missingResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/TransactionError.swift:23:10: warning: associated value 'invalidResultParamenter(json:)' of 'Sendable'-conforming enum 'TransactionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidResultParamenter(json: [String: Any])
         ^
SwiftCompile normal arm64 Compiling\ WealthsimpleAsset.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAsset.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAsset.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAsset.swift:13:10: warning: associated value 'missingResultParamenter(json:)' of 'Sendable'-conforming enum 'AssetError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case missingResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAsset.swift:15:10: warning: associated value 'invalidResultParamenter(json:)' of 'Sendable'-conforming enum 'AssetError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidResultParamenter(json: [String: Any])
         ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ Wealthsimple (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
EmitSwiftModule normal arm64 (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:20:10: warning: associated value 'invalidJsonType(json:)' of 'Sendable'-conforming enum 'TokenError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidJsonType(json: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:24:10: warning: associated value 'missingResultParamenter(json:)' of 'Sendable'-conforming enum 'TokenError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case missingResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:37:24: warning: static property 'url' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var url = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token")!
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:37:24: note: convert 'url' to a 'let' constant to make 'Sendable' shared state immutable
    private static var url = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token")!
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:37:24: note: add '@MainActor' to make static property 'url' part of global actor 'MainActor'
    private static var url = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token")!
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:37:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var url = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token")!
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:38:24: warning: static property 'testUrl' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var testUrl = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token/info")!
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:38:24: note: convert 'testUrl' to a 'let' constant to make 'Sendable' shared state immutable
    private static var testUrl = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token/info")!
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:38:24: note: add '@MainActor' to make static property 'testUrl' part of global actor 'MainActor'
    private static var testUrl = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token/info")!
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:38:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var testUrl = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token/info")!
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:39:24: warning: static property 'clientId' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var clientId = "4da53ac2b03225bed1550eba8e4611e086c7b905a3855e6ed12ea08c246758fa" // From the website
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:39:24: note: convert 'clientId' to a 'let' constant to make 'Sendable' shared state immutable
    private static var clientId = "4da53ac2b03225bed1550eba8e4611e086c7b905a3855e6ed12ea08c246758fa" // From the website
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:39:24: note: add '@MainActor' to make static property 'clientId' part of global actor 'MainActor'
    private static var clientId = "4da53ac2b03225bed1550eba8e4611e086c7b905a3855e6ed12ea08c246758fa" // From the website
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:39:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var clientId = "4da53ac2b03225bed1550eba8e4611e086c7b905a3855e6ed12ea08c246758fa" // From the website
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:40:24: warning: static property 'scope' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var scope = "invest.read mfda.read mercer.read trade.read" // the clientId supports some write scopes, but as this library only reads we limit it for safety
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:40:24: note: convert 'scope' to a 'let' constant to make 'Sendable' shared state immutable
    private static var scope = "invest.read mfda.read mercer.read trade.read" // the clientId supports some write scopes, but as this library only reads we limit it for safety
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:40:24: note: add '@MainActor' to make static property 'scope' part of global actor 'MainActor'
    private static var scope = "invest.read mfda.read mercer.read trade.read" // the clientId supports some write scopes, but as this library only reads we limit it for safety
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:40:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var scope = "invest.read mfda.read mercer.read trade.read" // the clientId supports some write scopes, but as this library only reads we limit it for safety
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/TransactionError.swift:19:10: warning: associated value 'invalidJsonType(json:)' of 'Sendable'-conforming enum 'TransactionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidJsonType(json: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/TransactionError.swift:21:10: warning: associated value 'missingResultParamenter(json:)' of 'Sendable'-conforming enum 'TransactionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case missingResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/TransactionError.swift:23:10: warning: associated value 'invalidResultParamenter(json:)' of 'Sendable'-conforming enum 'TransactionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAccount.swift:22:10: warning: associated value 'invalidJsonType(json:)' of 'Sendable'-conforming enum 'AccountError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidJsonType(json: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAccount.swift:24:10: warning: associated value 'missingResultParamenter(json:)' of 'Sendable'-conforming enum 'AccountError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case missingResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAccount.swift:26:10: warning: associated value 'invalidResultParamenter(json:)' of 'Sendable'-conforming enum 'AccountError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAsset.swift:13:10: warning: associated value 'missingResultParamenter(json:)' of 'Sendable'-conforming enum 'AssetError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case missingResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAsset.swift:15:10: warning: associated value 'invalidResultParamenter(json:)' of 'Sendable'-conforming enum 'AssetError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:22:10: warning: associated value 'invalidJsonType(json:)' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidJsonType(json: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:24:10: warning: associated value 'missingResultParamenter(json:)' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case missingResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:26:10: warning: associated value 'invalidResultParamenter(json:)' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:53:24: warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var dateFormatter: DateFormatter = {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:53:24: note: convert 'dateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    private static var dateFormatter: DateFormatter = {
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:53:24: note: add '@MainActor' to make static property 'dateFormatter' part of global actor 'MainActor'
    private static var dateFormatter: DateFormatter = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:53:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var dateFormatter: DateFormatter = {
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift:119:24: warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var dateFormatter: DateFormatter = {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift:119:24: note: convert 'dateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    private static var dateFormatter: DateFormatter = {
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift:119:24: note: add '@MainActor' to make static property 'dateFormatter' part of global actor 'MainActor'
    private static var dateFormatter: DateFormatter = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift:119:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var dateFormatter: DateFormatter = {
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ String+CamelCase.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Extensions/String+CamelCase.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Extensions/String+CamelCase.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ WealthsimpleTransaction.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift:119:24: warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var dateFormatter: DateFormatter = {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift:119:24: note: convert 'dateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    private static var dateFormatter: DateFormatter = {
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift:119:24: note: add '@MainActor' to make static property 'dateFormatter' part of global actor 'MainActor'
    private static var dateFormatter: DateFormatter = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift:119:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var dateFormatter: DateFormatter = {
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift:208:94: warning: capture of 'completion' with non-sendable type '(Result<[any Transaction], TransactionError>) -> Void' in a '@Sendable' closure
                    handleResponse(data: data, response: response, error: error, completion: completion)
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift:208:94: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    handleResponse(data: data, response: response, error: error, completion: completion)
                                                                                             ^
SwiftCompile normal arm64 Compiling\ WealthsimpleDownloader.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleDownloader.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleDownloader.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ WealthsimplePosition.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:22:10: warning: associated value 'invalidJsonType(json:)' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidJsonType(json: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:24:10: warning: associated value 'missingResultParamenter(json:)' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case missingResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:26:10: warning: associated value 'invalidResultParamenter(json:)' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:53:24: warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var dateFormatter: DateFormatter = {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:53:24: note: convert 'dateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    private static var dateFormatter: DateFormatter = {
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:53:24: note: add '@MainActor' to make static property 'dateFormatter' part of global actor 'MainActor'
    private static var dateFormatter: DateFormatter = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:53:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var dateFormatter: DateFormatter = {
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:112:94: warning: capture of 'completion' with non-sendable type '(Result<[any Position], PositionError>) -> Void' in a '@Sendable' closure
                    handleResponse(data: data, response: response, error: error, completion: completion)
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:112:94: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    handleResponse(data: data, response: response, error: error, completion: completion)
                                                                                             ^
SwiftCompile normal arm64 Compiling\ WealthsimpleAccount.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAccount.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAccount.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAccount.swift:22:10: warning: associated value 'invalidJsonType(json:)' of 'Sendable'-conforming enum 'AccountError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidJsonType(json: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAccount.swift:24:10: warning: associated value 'missingResultParamenter(json:)' of 'Sendable'-conforming enum 'AccountError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case missingResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAccount.swift:26:10: warning: associated value 'invalidResultParamenter(json:)' of 'Sendable'-conforming enum 'AccountError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case invalidResultParamenter(json: [String: Any])
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAccount.swift:107:94: warning: capture of 'completion' with non-sendable type '(Result<[any Account], AccountError>) -> Void' in a '@Sendable' closure
                    handleResponse(data: data, response: response, error: error, completion: completion)
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAccount.swift:107:94: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    handleResponse(data: data, response: response, error: error, completion: completion)
                                                                                             ^
SwiftDriverJobDiscovery normal arm64 Emitting module for Wealthsimple (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriver\ Compilation\ Requirements Wealthsimple normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Wealthsimple -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Wealthsimple-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Wealthsimple-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftmodule (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftdoc (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.abi.json (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftsourceinfo (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimplePosition.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimpleAsset.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimpleDownloader.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64 Compiling String+CamelCase.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64 Compiling Token.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64 Compiling TransactionError.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimpleAccount.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimpleTransaction.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriver\ Compilation Wealthsimple normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Wealthsimple -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.o normal (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.o
ExtractAppIntentsMetadata (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Wealthsimple --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.Wealthsimple --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Wealthsimple.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Wealthsimple.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 20:13:11.638 appintentsmetadataprocessor[714:4024] Starting appintentsmetadataprocessor export
2025-04-28 20:13:11.674 appintentsmetadataprocessor[714:4024] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.o (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Wealthsimple.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:3cdf1f817c76da5b4eb1617cf2526b48a403e5ac, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3cdf1f817c76da5b4eb1617cf2526b48a403e5ac, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3cdf1f817c76da5b4eb1617cf2526b48a403e5ac, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3cdf1f817c76da5b4eb1617cf2526b48a403e5ac, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WealthsimpleDownloader",
  "name" : "WealthsimpleDownloader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Wealthsimple",
      "targets" : [
        "Wealthsimple"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WealthsimpleTests",
      "module_type" : "SwiftTarget",
      "name" : "WealthsimpleTests",
      "path" : "Tests/WealthsimpleTests",
      "sources" : [
        "Extensions/StringCamelCaseTests.swift",
        "WealthsimpleDownloaderTests.swift"
      ],
      "target_dependencies" : [
        "Wealthsimple"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wealthsimple",
      "module_type" : "SwiftTarget",
      "name" : "Wealthsimple",
      "path" : "Sources/Wealthsimple",
      "product_memberships" : [
        "Wealthsimple"
      ],
      "sources" : [
        "Extensions/String+CamelCase.swift",
        "Token.swift",
        "TransactionError.swift",
        "WealthsimpleAccount.swift",
        "WealthsimpleAsset.swift",
        "WealthsimpleDownloader.swift",
        "WealthsimplePosition.swift",
        "WealthsimpleTransaction.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.