Build Information
Successful build of WealthsimpleDownloader, reference main (2cd1f1
), with Swift 6.1 for tvOS using Xcode 16.3 on 29 Apr 2025 03:12:51 UTC.
Swift 6 data race errors: 19
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WealthsimpleDownloader -destination generic/platform=tvOS 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/WealthsimpleDownloader
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2cd1f19 Bump swift-actions/setup-swift from 2.2.0 to 2.3.0
Cloned https://github.com/Nef10/WealthsimpleDownloader.git
Revision (git rev-parse @):
2cd1f1942c60262c109139225fa897cd68a7c647
SUCCESS checkout https://github.com/Nef10/WealthsimpleDownloader.git at main
========================================
Build
========================================
Selected platform: tvOS
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=tvOS 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=tvOS "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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 675fbcfe4e88fd967492d5a1b781e467
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/675fbcfe4e88fd967492d5a1b781e467.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
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Wealthsimple.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Wealthsimple.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Wealthsimple.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Wealthsimple.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Wealthsimple.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ 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\ Token.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:20:10: warning: associated value 'invalidJsonType(json:)' of 'Sendable'-conforming enum 'TokenError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case invalidJsonType(json: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:24:10: warning: associated value 'missingResultParamenter(json:)' of 'Sendable'-conforming enum 'TokenError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case missingResultParamenter(json: [String: Any])
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:37:24: warning: static property 'url' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var url = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token")!
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:37:24: note: convert 'url' to a 'let' constant to make 'Sendable' shared state immutable
private static var url = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token")!
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:37:24: note: add '@MainActor' to make static property 'url' part of global actor 'MainActor'
private static var url = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:37:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var url = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:38:24: warning: static property 'testUrl' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var testUrl = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token/info")!
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:38:24: note: convert 'testUrl' to a 'let' constant to make 'Sendable' shared state immutable
private static var testUrl = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token/info")!
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:38:24: note: add '@MainActor' to make static property 'testUrl' part of global actor 'MainActor'
private static var testUrl = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token/info")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:38:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var testUrl = URL(string: "https://api.production.wealthsimple.com/v1/oauth/token/info")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:39:24: warning: static property 'clientId' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var clientId = "4da53ac2b03225bed1550eba8e4611e086c7b905a3855e6ed12ea08c246758fa" // From the website
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:39:24: note: convert 'clientId' to a 'let' constant to make 'Sendable' shared state immutable
private static var clientId = "4da53ac2b03225bed1550eba8e4611e086c7b905a3855e6ed12ea08c246758fa" // From the website
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:39:24: note: add '@MainActor' to make static property 'clientId' part of global actor 'MainActor'
private static var clientId = "4da53ac2b03225bed1550eba8e4611e086c7b905a3855e6ed12ea08c246758fa" // From the website
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:39:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var clientId = "4da53ac2b03225bed1550eba8e4611e086c7b905a3855e6ed12ea08c246758fa" // From the website
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:40:24: warning: static property 'scope' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var scope = "invest.read mfda.read mercer.read trade.read" // the clientId supports some write scopes, but as this library only reads we limit it for safety
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:40:24: note: convert 'scope' to a 'let' constant to make 'Sendable' shared state immutable
private static var scope = "invest.read mfda.read mercer.read trade.read" // the clientId supports some write scopes, but as this library only reads we limit it for safety
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:40:24: note: add '@MainActor' to make static property 'scope' part of global actor 'MainActor'
private static var scope = "invest.read mfda.read mercer.read trade.read" // the clientId supports some write scopes, but as this library only reads we limit it for safety
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:40:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var scope = "invest.read mfda.read mercer.read trade.read" // the clientId supports some write scopes, but as this library only reads we limit it for safety
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:121:98: warning: capture of 'credentialStorage' with non-sendable type 'any CredentialStorage' in a '@Sendable' closure
handleTokenResponse(data: data, response: response, error: error, credentialStorage: credentialStorage, completion: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleDownloader.swift:13:17: note: protocol 'CredentialStorage' does not conform to the 'Sendable' protocol
public protocol CredentialStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:121:129: warning: capture of 'completion' with non-sendable type '(Result<Token, TokenError>) -> Void' in a '@Sendable' closure
handleTokenResponse(data: data, response: response, error: error, credentialStorage: credentialStorage, completion: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:121:129: note: a function type must be marked '@Sendable' to conform to 'Sendable'
handleTokenResponse(data: data, response: response, error: error, credentialStorage: credentialStorage, completion: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:180:25: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure
completion(false)
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/Token.swift:180:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(false)
^
SwiftCompile normal arm64 Compiling\ 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\ 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\ 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)
^
SwiftCompile normal arm64 Compiling\ WealthsimplePosition.swift /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:22:10: warning: associated value 'invalidJsonType(json:)' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case invalidJsonType(json: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:24:10: warning: associated value 'missingResultParamenter(json:)' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case missingResultParamenter(json: [String: Any])
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:26:10: warning: associated value 'invalidResultParamenter(json:)' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case invalidResultParamenter(json: [String: Any])
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:53:24: warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var dateFormatter: DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:53:24: note: convert 'dateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
private static var dateFormatter: DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:53:24: note: add '@MainActor' to make static property 'dateFormatter' part of global actor 'MainActor'
private static var dateFormatter: DateFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:53:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var dateFormatter: DateFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:112:94: warning: capture of 'completion' with non-sendable type '(Result<[any Position], PositionError>) -> Void' in a '@Sendable' closure
handleResponse(data: data, response: response, error: error, completion: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Wealthsimple/WealthsimplePosition.swift:112:94: note: a function type must be marked '@Sendable' to conform to 'Sendable'
handleResponse(data: data, response: response, error: error, completion: completion)
^
SwiftCompile normal arm64 Compiling\ 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)
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 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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Wealthsimple-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Wealthsimple-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Wealthsimple.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Wealthsimple.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Wealthsimple.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Wealthsimple.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Wealthsimple.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Wealthsimple.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Wealthsimple.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Wealthsimple.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimpleDownloader.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64 Compiling Token.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimpleAccount.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64 Compiling String+CamelCase.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64 Compiling TransactionError.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimpleAsset.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
SwiftDriverJobDiscovery normal arm64 Compiling WealthsimpleTransaction.swift (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Wealthsimple.o normal (in target 'Wealthsimple' from project 'WealthsimpleDownloader')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.Wealthsimple --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Wealthsimple.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Wealthsimple.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/Wealthsimple.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/Wealthsimple.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WealthsimpleDownloader.build/Debug-appletvos/Wealthsimple.build/Objects-normal/arm64/Wealthsimple.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 20:12:50.250 appintentsmetadataprocessor[717:4057] Starting appintentsmetadataprocessor export
2025-04-28 20:12:50.287 appintentsmetadataprocessor[717:4057] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/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.