Build Information
Successful build of WealthsimpleDownloader, reference v2.0.2 (af3e30
), with Swift 6.1 for watchOS using Xcode 16.3 on 29 Apr 2025 03:13:15 UTC.
Swift 6 data race errors: 57
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 generic/platform=watchOS 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: watchOS
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 generic/platform=watchOS 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 generic/platform=watchOS "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/WatchOS.platform/Developer/SDKs/WatchOS11.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: 9f96db7ee21ca6449dfcdf9faeba6d6a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9f96db7ee21ca6449dfcdf9faeba6d6a.xcbuilddata
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
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Wealthsimple.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Wealthsimple.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Wealthsimple.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Wealthsimple.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Wealthsimple.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Wealthsimple normal arm64_32 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-watchos/Wealthsimple.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Wealthsimple normal armv7k 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-watchos/Wealthsimple.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ Wealthsimple (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
EmitSwiftModule normal armv7k (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 armv7k Compiling\ String+CamelCase.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Extensions/String+CamelCase.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal armv7k /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 armv7k Compiling\ WealthsimpleAccount.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAccount.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal armv7k /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)
^
SwiftCompile normal armv7k Compiling\ WealthsimpleAsset.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAsset.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal armv7k /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])
^
SwiftCompile normal armv7k Compiling\ WealthsimpleDownloader.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleDownloader.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal armv7k /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 armv7k Compiling\ WealthsimplePosition.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal armv7k /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\ 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\ 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\ 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)
^
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)
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Wealthsimple (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
EmitSwiftModule normal arm64_32 (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)
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Emitting module for Wealthsimple (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriver\ Compilation\ Requirements Wealthsimple normal armv7k 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-watchos/Wealthsimple.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ WealthsimpleAccount.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAccount.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64_32 /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)
^
SwiftCompile normal arm64_32 Compiling\ WealthsimpleAsset.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleAsset.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64_32 /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])
^
SwiftDriverJobDiscovery normal arm64 Compiling TransactionError.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64_32 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_32 /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
SwiftDriverJobDiscovery normal armv7k Compiling WealthsimpleDownloader.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64_32 Compiling\ WealthsimplePosition.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64_32 /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)
^
SwiftDriverJobDiscovery normal armv7k Compiling WealthsimpleAsset.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
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 armv7k Compiling String+CamelCase.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
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
SwiftDriverJobDiscovery normal arm64 Compiling String+CamelCase.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64_32 Compiling\ WealthsimpleTransaction.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64_32 /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)
^
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimpleTransaction.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
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_32 Compiling\ TransactionError.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/TransactionError.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64_32 /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])
^
SwiftDriverJobDiscovery normal armv7k Compiling WealthsimplePosition.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal armv7k Compiling WealthsimpleAccount.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64_32 Compiling\ Token.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64_32 /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)
^
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Wealthsimple (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriver\ Compilation\ Requirements Wealthsimple normal arm64_32 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-watchos/Wealthsimple.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimpleDownloader.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64_32 Compiling\ WealthsimpleDownloader.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleDownloader.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64_32 /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
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Wealthsimple-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Wealthsimple-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimpleAccount.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
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])
^
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)
^
SwiftDriverJobDiscovery normal arm64 Compiling Token.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal armv7k Compiling\ TransactionError.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/TransactionError.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal armv7k /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])
^
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimpleAsset.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal armv7k Compiling\ WealthsimpleTransaction.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal armv7k /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)
^
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimplePosition.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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling TransactionError.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal armv7k Compiling\ Token.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal armv7k /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)
^
SwiftDriverJobDiscovery normal armv7k Compiling WealthsimpleTransaction.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64/Binary/Wealthsimple.o normal arm64 (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-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64/Binary/Wealthsimple.o
SwiftDriverJobDiscovery normal armv7k Compiling Token.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriver\ Compilation Wealthsimple normal armv7k 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-watchos/Wealthsimple.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/armv7k/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/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/Binary/Wealthsimple.o normal armv7k (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 armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/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-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/Binary/Wealthsimple.o
SwiftDriverJobDiscovery normal arm64_32 Compiling String+CamelCase.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64_32 Compiling Token.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64_32 Compiling WealthsimpleDownloader.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64_32 Compiling WealthsimplePosition.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64_32 Compiling WealthsimpleTransaction.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64_32 Compiling WealthsimpleAsset.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64_32 Compiling TransactionError.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64_32 Compiling WealthsimpleAccount.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriver\ Compilation Wealthsimple normal arm64_32 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-watchos/Wealthsimple.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/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/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/Binary/Wealthsimple.o normal arm64_32 (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_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/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-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/Binary/Wealthsimple.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.o normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64/Binary/Wealthsimple.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/Binary/Wealthsimple.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/Binary/Wealthsimple.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.Wealthsimple --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wealthsimple.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Wealthsimple.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Wealthsimple.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/armv7k/Wealthsimple.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-watchos/Wealthsimple.build/Objects-normal/arm64_32/Wealthsimple.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 20:13:15.046 appintentsmetadataprocessor[737:4224] Starting appintentsmetadataprocessor export
2025-04-28 20:13:15.087 appintentsmetadataprocessor[737:4224] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Wealthsimple.o
** BUILD SUCCEEDED **
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.