This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build JSONDecoder with Swift 6.0 for watchOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme JSONDecoder-Package -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
411 | enum ParsingError: Error {
412 |
413 |     case ExpectedClosingBrace()
    |                              |- warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    |                              |- note: did you mean to remove the empty associated value list?
    |                              `- note: did you mean to explicitly add a 'Void' associated value?
414 |     case UnknownToken(token: JSONToken)
415 |     case ExpectedQuote(token: JSONToken)
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:414:10: warning: associated value 'UnknownToken(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
412 |
413 |     case ExpectedClosingBrace()
414 |     case UnknownToken(token: JSONToken)
    |          `- warning: associated value 'UnknownToken(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
415 |     case ExpectedQuote(token: JSONToken)
416 |     case ExpectedClosingBracket(token: JSONToken)
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | class JSONToken: CustomStringConvertible {
   |       `- note: class 'JSONToken' does not conform to the 'Sendable' protocol
10 |
11 |     let type: symbol
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:415:10: warning: associated value 'ExpectedQuote(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
413 |     case ExpectedClosingBrace()
414 |     case UnknownToken(token: JSONToken)
415 |     case ExpectedQuote(token: JSONToken)
    |          `- warning: associated value 'ExpectedQuote(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
416 |     case ExpectedClosingBracket(token: JSONToken)
417 |
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | class JSONToken: CustomStringConvertible {
   |       `- note: class 'JSONToken' does not conform to the 'Sendable' protocol
10 |
11 |     let type: symbol
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:416:10: warning: associated value 'ExpectedClosingBracket(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
414 |     case UnknownToken(token: JSONToken)
415 |     case ExpectedQuote(token: JSONToken)
416 |     case ExpectedClosingBracket(token: JSONToken)
    |          `- warning: associated value 'ExpectedClosingBracket(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
417 |
418 |     var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | class JSONToken: CustomStringConvertible {
   |       `- note: class 'JSONToken' does not conform to the 'Sendable' protocol
10 |
11 |     let type: symbol
SwiftCompile normal arm64 Compiling\ JSONScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONScanner.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONScanner.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONScanner.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONScanner.dia -target arm64-apple-watchos10.4 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -module-name JSONDecoder -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONScanner.o -index-unit-output-path /JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONScanner.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONScanner.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONScanner.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONScanner.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONScanner.dia -target arm64-apple-watchos10.4 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -module-name JSONDecoder -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONScanner.o -index-unit-output-path /JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONScanner.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ JSONScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONScanner.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONScanner.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONScanner.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONScanner.dia -target arm64_32-apple-watchos10.4 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -module-name JSONDecoder -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONScanner.o -index-unit-output-path /JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONScanner.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONScanner.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONScanner.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONScanner.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONScanner.dia -target arm64_32-apple-watchos10.4 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -module-name JSONDecoder -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONScanner.o -index-unit-output-path /JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONScanner.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONParser.dia -target arm64-apple-watchos10.4 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -module-name JSONDecoder -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONParser.o -index-unit-output-path /JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONParser.dia -target arm64-apple-watchos10.4 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -module-name JSONDecoder -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONParser.o -index-unit-output-path /JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    case ExpectedClosingBrace()
                             ^~
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to remove the empty associated value list?
    case ExpectedClosingBrace()
                             ^~

/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to explicitly add a 'Void' associated value?
    case ExpectedClosingBrace()
                             ^
                              Void
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:414:10: warning: associated value 'UnknownToken(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
    case UnknownToken(token: JSONToken)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
class JSONToken: CustomStringConvertible {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:415:10: warning: associated value 'ExpectedQuote(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
    case ExpectedQuote(token: JSONToken)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
class JSONToken: CustomStringConvertible {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:416:10: warning: associated value 'ExpectedClosingBracket(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
    case ExpectedClosingBracket(token: JSONToken)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
class JSONToken: CustomStringConvertible {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:283:47: warning: string interpolation produces a debug description for a function value; did you mean to make this explicit?
            return "JSONParser: parseTree = \(parseTree)"
                                              ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:283:47: note: use 'String(describing:)' to silence this warning
            return "JSONParser: parseTree = \(parseTree)"
                                              ^~~~~~~~~
                                              String(describing:  )
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:250:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:158:24: warning: function call causes an infinite recursion
            self.value = s_value
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:180:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:93:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
SwiftCompile normal arm64 Compiling\ JSONToken.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONToken.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONToken.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONToken.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONToken.dia -target arm64-apple-watchos10.4 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -module-name JSONDecoder -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONToken.o -index-unit-output-path /JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONToken.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONToken.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONToken.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONToken.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONToken.dia -target arm64-apple-watchos10.4 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -module-name JSONDecoder -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONToken.o -index-unit-output-path /JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONToken.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ JSONToken.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONToken.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONToken.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONToken.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONToken.dia -target arm64_32-apple-watchos10.4 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -module-name JSONDecoder -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONToken.o -index-unit-output-path /JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONToken.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONToken.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONToken.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONToken.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONToken.dia -target arm64_32-apple-watchos10.4 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -module-name JSONDecoder -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONToken.o -index-unit-output-path /JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONToken.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONParser.dia -target arm64_32-apple-watchos10.4 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -module-name JSONDecoder -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONParser.o -index-unit-output-path /JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONParser.dia -target arm64_32-apple-watchos10.4 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -module-name JSONDecoder -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONParser.o -index-unit-output-path /JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    case ExpectedClosingBrace()
                             ^~
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to remove the empty associated value list?
    case ExpectedClosingBrace()
                             ^~

/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to explicitly add a 'Void' associated value?
    case ExpectedClosingBrace()
                             ^
                              Void
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:414:10: warning: associated value 'UnknownToken(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
    case UnknownToken(token: JSONToken)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
class JSONToken: CustomStringConvertible {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:415:10: warning: associated value 'ExpectedQuote(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
    case ExpectedQuote(token: JSONToken)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
class JSONToken: CustomStringConvertible {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:416:10: warning: associated value 'ExpectedClosingBracket(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
    case ExpectedClosingBracket(token: JSONToken)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
class JSONToken: CustomStringConvertible {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:283:47: warning: string interpolation produces a debug description for a function value; did you mean to make this explicit?
            return "JSONParser: parseTree = \(parseTree)"
                                              ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:283:47: note: use 'String(describing:)' to silence this warning
            return "JSONParser: parseTree = \(parseTree)"
                                              ^~~~~~~~~
                                              String(describing:  )
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:250:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:158:24: warning: function call causes an infinite recursion
            self.value = s_value
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:180:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:93:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
SwiftDriverJobDiscovery normal arm64_32 Emitting module for JSONDecoder (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftDriver\ Compilation\ Requirements JSONDecoder normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name JSONDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64_32-apple-watchos10.4 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder-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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder_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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.swiftdoc (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.swiftmodule (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.abi.json (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.swiftsourceinfo (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONParser.swift (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONToken.swift (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONScanner.swift (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftDriver\ Compilation JSONDecoder normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name JSONDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64_32-apple-watchos10.4 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder-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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder_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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONDecoder (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftDriver\ Compilation\ Requirements JSONDecoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name JSONDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64-apple-watchos10.4 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Headers/JSONDecoder-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder-Swift.h (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Headers/JSONDecoder-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftmodule (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftdoc (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.abi.json (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftsourceinfo (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/Binary/JSONDecoder normal arm64_32 (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos10.4 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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 -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 -F/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.LinkFileList -install_name @rpath/JSONDecoder.framework/JSONDecoder -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/Binary/JSONDecoder
SwiftDriverJobDiscovery normal arm64 Compiling JSONScanner.swift (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftDriverJobDiscovery normal arm64 Compiling JSONParser.swift (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftDriverJobDiscovery normal arm64 Compiling JSONToken.swift (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftDriver\ Compilation JSONDecoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name JSONDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64-apple-watchos10.4 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_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/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/Binary/JSONDecoder normal arm64 (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos10.4 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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 -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 -F/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.LinkFileList -install_name @rpath/JSONDecoder.framework/JSONDecoder -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/Binary/JSONDecoder
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswift_StringProcessing.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftSwiftOnoneSupport.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswift_Concurrency.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCore.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
Undefined symbols for architecture arm64:
  "value witness table for Builtin.NativeObject", referenced from:
      full type metadata for JSONDecoder.JSONObject in JSONParser.o
      full type metadata for JSONDecoder.JSONArray in JSONParser.o
      full type metadata for JSONDecoder.JSONString in JSONParser.o
      full type metadata for JSONDecoder.JSONBool in JSONParser.o
      full type metadata for JSONDecoder.JSONNull in JSONParser.o
      full type metadata for JSONDecoder.JSONFloat in JSONParser.o
      full type metadata for JSONDecoder.JSONNumber in JSONParser.o
      ...
  "Swift.Dictionary.init() -> [A : B]", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
  "Swift.Array.init() -> [A]", referenced from:
      JSONDecoder.JSONObject.init() -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init() -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONParser.(parseObject in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseObject in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
      ...
  "Swift.Dictionary.subscript.setter : (A) -> B?", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      ...
  "method descriptor for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
      l_got.$sSH13_rawHashValue4seedS2i_tFTq in JSONToken.o
  "method descriptor for Swift.Hashable.hash(into: inout Swift.Hasher) -> ()", referenced from:
      l_got.$sSH4hash4intoys6HasherVz_tFTq in JSONToken.o
  "method descriptor for Swift.Hashable.hashValue.getter : Swift.Int", referenced from:
      l_got.$sSH9hashValueSivgTq in JSONToken.o
  "protocol descriptor for Swift.Hashable", referenced from:
      l_got.$sSHMp in JSONToken.o
  "base conformance descriptor for Swift.Hashable: Swift.Equatable", referenced from:
      l_got.$sSHSQTb in JSONToken.o
  "(extension in Swift):Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance JSONDecoder.symbol : Swift.Hashable in JSONDecoder in JSONToken.o
  "static Swift.Character.== infix(Swift.Character, Swift.Character) -> Swift.Bool", referenced from:
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      ...
  "Swift.Character.init(_builtinExtendedGraphemeClusterLiteral: Builtin.RawPointer, utf8CodeUnitCount: Builtin.Word, isASCII: Builtin.Int1) -> Swift.Character", referenced from:
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      ...
  "protocol witness table for Swift.Character : Swift.Equatable in Swift", referenced from:
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
  "dispatch thunk of static Swift.Equatable.== infix(A, A) -> Swift.Bool", referenced from:
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseObject in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseArray in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
  "method descriptor for static Swift.Equatable.== infix(A, A) -> Swift.Bool", referenced from:
      l_got.$sSQ2eeoiySbx_xtFZTq in JSONToken.o
  "protocol descriptor for Swift.Equatable", referenced from:
      l_got.$sSQMp in JSONToken.o
  "Swift.String.init(stringInterpolation: Swift.DefaultStringInterpolation) -> Swift.String", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONParser.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      ...
  "Swift.String.init(_builtinStringLiteral: Builtin.RawPointer, utf8CodeUnitCount: Builtin.Word, isASCII: Builtin.Int1) -> Swift.String", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      ...
  "static Swift.String.== infix(Swift.String, Swift.String) -> Swift.Bool", referenced from:
      JSONDecoder.JSONBool.init(value: Swift.String) -> JSONDecoder.JSONBool in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      commitString #1 () -> () in static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
  "Swift.String.append(Swift.Character) -> ()", referenced from:
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      ...
  "Swift.String.append(Swift.String) -> ()", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
  "type metadata for Swift.String", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.value.getter : Any? in JSONParser.o
      JSONDecoder.JSONString.value.setter : Any? in JSONParser.o
      JSONDecoder.JSONString.unbox() -> Swift.String in JSONParser.o
      ...
  "protocol witness table for Swift.String : Swift.Hashable in Swift", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
  "protocol witness table for Swift.String : Swift.Sequence in Swift", referenced from:
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
  "protocol conformance descriptor for Swift.String : Swift.StringProtocol in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in JSONParser.o
  "protocol witness table for Swift.String : Swift.TextOutputStreamable in Swift", referenced from:
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
  "protocol witness table for Swift.String : Swift.CustomStringConvertible in Swift", referenced from:
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
  "(extension in Swift):Swift.Sequence.enumerated() -> Swift.EnumeratedSequence<A>", referenced from:
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
  "(extension in Swift):Swift.Sequence< where A.Element: Swift.Equatable>.contains(A.Element) -> Swift.Bool", referenced from:
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
  "Swift.Array.count.getter : Swift.Int", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONParser.(next in _E65FB8C65C632DB571476CA123BB01E5)() throws -> () in JSONParser.o
      ...
  "Swift.Array.append(__owned A) -> ()", referenced from:
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      ...
  "type metadata accessor for Swift.Array", referenced from:
      Swift._finalizeUninitializedArray<A>(__owned [A]) -> [A] in JSONParser.o
  "protocol conformance descriptor for [A] : Swift.Collection in Swift", referenced from:
      lazy protocol witness table accessor for type [JSONDecoder.JSONObject] and conformance [A] : Swift.Collection in Swift in JSONParser.o
  "Swift.Array.subscript.getter : (Swift.Int) -> A", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONParser.(t in _E65FB8C65C632DB571476CA123BB01E5).getter : JSONDecoder.JSONToken in JSONParser.o
      ...
  "type metadata for Swift.Bool", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONBool.value.getter : Any? in JSONParser.o
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONBool.unbox() -> Swift.Bool in JSONParser.o
  "protocol witness table for Swift.Bool : Swift.CustomStringConvertible in Swift", referenced from:
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
  "type metadata for Swift.Float", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONFloat.value.getter : Any? in JSONParser.o
  "Swift.Float.init<A where A: Swift.StringProtocol>(A) -> Swift.Float?", referenced from:
      JSONDecoder.JSONFloat.init(value: Swift.String) -> JSONDecoder.JSONFloat in JSONParser.o
  "Swift.Int.init(bitPattern: Swift.OpaquePointer?) -> Swift.Int", referenced from:
      generic specialization <serialized, Swift.UInt64, Swift.UInt8, ()> of _swift_se0333_UnsafePointer_withMemoryRebound in JSONParser.o
  "type metadata for Swift.Int", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONNumber.value.getter : Any? in JSONParser.o
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONNumber.init(value: Swift.String) -> JSONDecoder.JSONNumber in JSONParser.o
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in JSONParser.o
      JSONDecoder.symbol.hash(into: inout Swift.Hasher) -> () in JSONToken.o
      ...
  "protocol witness table for Swift.Int : Swift.Hashable in Swift", referenced from:
      JSONDecoder.symbol.hash(into: inout Swift.Hasher) -> () in JSONToken.o
  "protocol conformance descriptor for Swift.Int : Swift.FixedWidthInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in JSONParser.o
  "protocol witness table for Swift.Int : Swift.CustomStringConvertible in Swift", referenced from:
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
  "(extension in Swift):Swift.Collection< where A.Iterator == Swift.IndexingIterator<A>>.makeIterator() -> Swift.IndexingIterator<A>", referenced from:
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
  "Swift._hashValue<A where A: Swift.Hashable>(for: A) -> Swift.Int", referenced from:
      JSONDecoder.symbol.hashValue.getter : Swift.Int in JSONToken.o
  "Swift._arrayForceCast<A, B>([A]) -> [B]", referenced from:
      JSONDecoder.JSONObject.init() -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init() -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
  "Swift.IndexingIterator.next() -> A.Element?", referenced from:
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
  "nominal type descriptor for Swift.IndexingIterator", referenced from:
      _symbolic _____ySay_____GG s16IndexingIteratorV 11JSONDecoder10JSONObjectC in JSONParser.o
  "(extension in Swift):Swift.FixedWidthInteger.init(Swift.String) -> A?", referenced from:
      JSONDecoder.JSONNumber.init(value: Swift.String) -> JSONDecoder.JSONNumber in JSONParser.o
  "Swift._assertionFailure(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      ...
  "Swift.EnumeratedSequence.makeIterator() -> Swift.EnumeratedSequence<A>.Iterator", referenced from:
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
  "Swift.EnumeratedSequence.Iterator.next() -> (offset: Swift.Int, element: A.Element)?", referenced from:
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
  "nominal type descriptor for Swift.EnumeratedSequence.Iterator", referenced from:
      _symbolic _____ySS_G s18EnumeratedSequenceV8IteratorV in JSONScanner.o
  "nominal type descriptor for Swift.EnumeratedSequence", referenced from:
      _symbolic _____ySSG s18EnumeratedSequenceV in JSONScanner.o
  "Swift._fatalErrorMessage(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
      generic specialization <serialized, Swift.UInt8> of Swift.UnsafeBufferPointer.init(start: Swift.UnsafePointer<A>?, count: Swift.Int) -> Swift.UnsafeBufferPointer<A> in JSONParser.o
      generic specialization <serialized, Swift.UInt8> of Swift.UnsafeBufferPointer.init(start: Swift.UnsafePointer<A>?, count: Swift.Int) -> Swift.UnsafeBufferPointer<A> in JSONParser.o
      closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in JSONParser.o
      generic specialization <serialized, ()> of closure #1 (Swift.UnsafePointer<Swift.UInt8>) throws -> A in closure #1 (Swift.UnsafePointer<Swift.UInt64>) throws -> A in Swift.Unicode.Scalar.withUTF8CodeUnits<A>((Swift.UnsafeBufferPointer<Swift.UInt8>) throws -> A) throws -> A in JSONParser.o
      generic specialization <serialized, Swift.UInt64, Swift.UInt8, ()> of _swift_se0333_UnsafePointer_withMemoryRebound in JSONParser.o
      closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in JSONParser.o
  "protocol descriptor for Swift.CustomStringConvertible", referenced from:
      l_got.$ss23CustomStringConvertibleMp in JSONParser.o
      l_got.$ss23CustomStringConvertibleMp in JSONToken.o
  "method descriptor for Swift.CustomStringConvertible.description.getter : Swift.String", referenced from:
      l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in JSONParser.o
      l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in JSONToken.o
  "Swift.DefaultStringInterpolation.appendInterpolation<A>(A) -> ()", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONParser.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONToken.description.getter : Swift.String in JSONToken.o
      JSONDecoder.JSONToken.description.getter : Swift.String in JSONToken.o
  "Swift.DefaultStringInterpolation.appendInterpolation<A where A: Swift.CustomStringConvertible>(A) -> ()", referenced from:
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
  "Swift.DefaultStringInterpolation.appendInterpolation<A where A: Swift.CustomStringConvertible, A: Swift.TextOutputStreamable>(A) -> ()", referenced from:
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
  "Swift.DefaultStringInterpolation.appendLiteral(Swift.String) -> ()", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      ...
  "Swift.DefaultStringInterpolation.init(literalCapacity: Swift.Int, interpolationCount: Swift.Int) -> Swift.DefaultStringInterpolation", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONParser.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      ...
  "Swift._allocateUninitializedArray<A>(Builtin.Word) -> ([A], Builtin.RawPointer)", referenced from:
      JSONDecoder.JSONParser.parseTree() throws -> JSONDecoder.JSONObject in JSONParser.o
  "protocol descriptor for Swift.Error", referenced from:
      _symbolic ___________pIegozo_ 11JSONDecoder10JSONObjectC s5ErrorP in JSONParser.o
      l_got.$ss5ErrorMp in JSONParser.o
  "method descriptor for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
      l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in JSONParser.o
  "method descriptor for Swift.Error._code.getter : Swift.Int", referenced from:
      l_got.$ss5ErrorP5_codeSivgTq in JSONParser.o
  "method descriptor for Swift.Error._domain.getter : Swift.String", referenced from:
      l_got.$ss5ErrorP7_domainSSvgTq in JSONParser.o
  "method descriptor for Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
      l_got.$ss5ErrorP9_userInfoyXlSgvgTq in JSONParser.o
  "(extension in Swift):Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
      protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance JSONDecoder.ParsingError : Swift.Error in JSONDecoder in JSONParser.o
  "(extension in Swift):Swift.Error._code.getter : Swift.Int", referenced from:
      protocol witness for Swift.Error._code.getter : Swift.Int in conformance JSONDecoder.ParsingError : Swift.Error in JSONDecoder in JSONParser.o
  "(extension in Swift):Swift.Error._domain.getter : Swift.String", referenced from:
      protocol witness for Swift.Error._domain.getter : Swift.String in conformance JSONDecoder.ParsingError : Swift.Error in JSONDecoder in JSONParser.o
  "(extension in Swift):Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
      protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance JSONDecoder.ParsingError : Swift.Error in JSONDecoder in JSONParser.o
  "Swift.print(_: Any..., separator: Swift.String, terminator: Swift.String) -> ()", referenced from:
      JSONDecoder.JSONParser.parseTree() throws -> JSONDecoder.JSONObject in JSONParser.o
  "Swift.Hasher.combine<A where A: Swift.Hashable>(A) -> ()", referenced from:
      JSONDecoder.symbol.hash(into: inout Swift.Hasher) -> () in JSONToken.o
  "type metadata for Any", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.unbox() -> Swift.String in JSONParser.o
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONBool.unbox() -> Swift.Bool in JSONParser.o
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
      ...
  "_OBJC_CLASS_$__TtCs12_SwiftObject", referenced from:
      full type metadata for JSONDecoder.JSONObject in JSONParser.o
      full type metadata for JSONDecoder.JSONParser in JSONParser.o
      full type metadata for JSONDecoder.JSONScanner in JSONScanner.o
      full type metadata for JSONDecoder.JSONToken in JSONToken.o
  "_OBJC_METACLASS_$__TtCs12_SwiftObject", referenced from:
      metaclass for JSONDecoder.JSONObject in JSONParser.o
      metaclass for JSONDecoder.JSONObject in JSONParser.o
      metaclass for JSONDecoder.JSONArray in JSONParser.o
      metaclass for JSONDecoder.JSONString in JSONParser.o
      metaclass for JSONDecoder.JSONBool in JSONParser.o
      metaclass for JSONDecoder.JSONNull in JSONParser.o
      metaclass for JSONDecoder.JSONFloat in JSONParser.o
      ...
  "__swift_stdlib_reportUnimplementedInitializerInFile", referenced from:
      closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in JSONParser.o
  "_swift_allocBox", referenced from:
      ___swift_allocate_boxed_opaque_existential_0 in JSONParser.o
  "_swift_allocError", referenced from:
      JSONDecoder.JSONParser.(next in _E65FB8C65C632DB571476CA123BB01E5)() throws -> () in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseArray in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
  "_swift_allocObject", referenced from:
      JSONDecoder.JSONObject.__allocating_init() -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.__allocating_init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONArray.__allocating_init(input: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONArray in JSONParser.o
      JSONDecoder.JSONArray.__allocating_init() -> JSONDecoder.JSONArray in JSONParser.o
      JSONDecoder.JSONArray.__allocating_init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONArray in JSONParser.o
      JSONDecoder.JSONString.__allocating_init(value: Swift.String) -> JSONDecoder.JSONString in JSONParser.o
      JSONDecoder.JSONString.__allocating_init() -> JSONDecoder.JSONString in JSONParser.o
      ...
  "_swift_beginAccess", referenced from:
      JSONDecoder.JSONObject.keys.getter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.keys.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.keys.modify : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.value.getter : Any? in JSONParser.o
      JSONDecoder.JSONObject.value.setter : Any? in JSONParser.o
      JSONDecoder.JSONObject.value.modify : Any? in JSONParser.o
      JSONDecoder.JSONObject.values.getter : [JSONDecoder.JSONObject?] in JSONParser.o
      ...
  "_swift_bridgeObjectRelease", referenced from:
      JSONDecoder.JSONObject.keys.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.keys.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.values.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.values.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      ...
  "_swift_bridgeObjectRetain", referenced from:
      JSONDecoder.JSONObject.keys.getter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.keys.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.values.getter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.values.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      ...
  "_swift_deallocClassInstance", referenced from:
      JSONDecoder.JSONObject.__deallocating_deinit in JSONParser.o
      JSONDecoder.JSONArray.__deallocating_deinit in JSONParser.o
      JSONDecoder.JSONString.__deallocating_deinit in JSONParser.o
      JSONDecoder.JSONBool.__deallocating_deinit in JSONParser.o
      JSONDecoder.JSONNull.__deallocating_deinit in JSONParser.o
      JSONDecoder.JSONFloat.__deallocating_deinit in JSONParser.o
      JSONDecoder.JSONNumber.__deallocating_deinit in JSONParser.o
      ...
  "_swift_deallocObject", referenced from:
      l_objectdestroy in JSONParser.o
      l_objectdestroy in JSONScanner.o
      l_objectdestroy.2 in JSONScanner.o
  "_swift_dynamicCast", referenced from:
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.unbox() -> Swift.String in JSONParser.o
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONBool.unbox() -> Swift.Bool in JSONParser.o
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
  "_swift_dynamicCastClass", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      ...
  "_swift_dynamicCastClassUnconditional", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      ...
  "_swift_endAccess", referenced from:
      JSONDecoder.JSONObject.keys.getter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.keys.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.keys.modify : [JSONDecoder.JSONObject?] with unmangled suffix ".resume.0" in JSONParser.o
      JSONDecoder.JSONObject.keys.modify : [JSONDecoder.JSONObject?] with unmangled suffix ".resume.0" in JSONParser.o
      JSONDecoder.JSONObject.value.getter : Any? in JSONParser.o
      JSONDecoder.JSONObject.value.setter : Any? in JSONParser.o
      JSONDecoder.JSONObject.value.modify : Any? with unmangled suffix ".resume.0" in JSONParser.o
      JSONDecoder.JSONObject.value.modify : Any? with unmangled suffix ".resume.0" in JSONParser.o
      ...
  "_swift_errorRelease", referenced from:
      JSONDecoder.JSONParser.parseTree() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseArray in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseArray in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
  "_swift_errorRetain", referenced from:
      JSONDecoder.JSONParser.parseTree() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseArray in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
  "_swift_getErrorValue", referenced from:
      JSONDecoder.JSONParser.parseTree() throws -> JSONDecoder.JSONObject in JSONParser.o
  "_swift_getTypeByMangledNameInContext2", referenced from:
      ___swift_instantiateConcreteTypeFromMangledName in JSONParser.o
  "_swift_getTypeByMangledNameInContextInMetadataState2", referenced from:
      ___swift_instantiateConcreteTypeFromMangledNameAbstract in JSONParser.o
  "_swift_getWitnessTable", referenced from:
      lazy protocol witness table accessor for type [JSONDecoder.JSONObject] and conformance [A] : Swift.Collection in Swift in JSONParser.o
      lazy protocol witness table accessor for type JSONDecoder.JSONObject and conformance JSONDecoder.JSONObject : Swift.CustomStringConvertible in JSONDecoder in JSONParser.o
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in JSONParser.o
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in JSONParser.o
      lazy protocol witness table accessor for type JSONDecoder.ParsingError and conformance JSONDecoder.ParsingError : Swift.Error in JSONDecoder in JSONParser.o
      lazy protocol witness table accessor for type JSONDecoder.symbol and conformance JSONDecoder.symbol : Swift.Equatable in JSONDecoder in JSONParser.o
      lazy protocol witness table accessor for type JSONDecoder.JSONToken and conformance JSONDecoder.JSONToken : Swift.CustomStringConvertible in JSONDecoder in JSONParser.o
      ...
  "_swift_isUniquelyReferenced_native", referenced from:
      JSONDecoder.JSONObject.deinit in JSONParser.o
  "_swift_release", referenced from:
      key path getter for JSONDecoder.JSONObject.keys : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      key path setter for JSONDecoder.JSONObject.keys : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      key path getter for JSONDecoder.JSONObject.value : Any? : JSONDecoder.JSONObject in JSONParser.o
      key path setter for JSONDecoder.JSONObject.value : Any? : JSONDecoder.JSONObject in JSONParser.o
      ___swift_destroy_boxed_opaque_existential_0 in JSONParser.o
      key path getter for JSONDecoder.JSONObject.values : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      key path setter for JSONDecoder.JSONObject.values : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      ...
  "_swift_retain", referenced from:
      JSONDecoder.JSONObject.key.getter : JSONDecoder.JSONObject? in JSONParser.o
      key path getter for JSONDecoder.JSONObject.keys : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      key path setter for JSONDecoder.JSONObject.keys : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      key path getter for JSONDecoder.JSONObject.value : Any? : JSONDecoder.JSONObject in JSONParser.o
      key path setter for JSONDecoder.JSONObject.value : Any? : JSONDecoder.JSONObject in JSONParser.o
      key path getter for JSONDecoder.JSONObject.values : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      key path setter for JSONDecoder.JSONObject.values : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      ...
  "_swift_willThrow", referenced from:
      JSONDecoder.JSONParser.parseTree() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(next in _E65FB8C65C632DB571476CA123BB01E5)() throws -> () in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseArray in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/Binary/JSONDecoder normal arm64 (in target 'JSONDecoder' from project 'JSONDecoder')
(1 failure)
Command line invocation:
    /Applications/Xcode-15.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 JSONDecoder-Package -destination generic/platform=watchos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'JSONDecoder' in project 'JSONDecoder' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'JSONDecoder' from project 'JSONDecoder')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/Binary/JSONDecoder normal arm64_32 (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos10.4 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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 -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 -F/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.LinkFileList -install_name @rpath/JSONDecoder.framework/JSONDecoder -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/JSONDecoder_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64_32/Binary/JSONDecoder
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/Binary/JSONDecoder normal arm64 (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos10.4 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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 -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 -F/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.LinkFileList -install_name @rpath/JSONDecoder.framework/JSONDecoder -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/Binary/JSONDecoder
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswift_Concurrency.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftSwiftOnoneSupport.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCore.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswift_StringProcessing.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
Undefined symbols for architecture arm64:
  "value witness table for Builtin.NativeObject", referenced from:
      full type metadata for JSONDecoder.JSONObject in JSONParser.o
      full type metadata for JSONDecoder.JSONArray in JSONParser.o
      full type metadata for JSONDecoder.JSONString in JSONParser.o
      full type metadata for JSONDecoder.JSONBool in JSONParser.o
      full type metadata for JSONDecoder.JSONNull in JSONParser.o
      full type metadata for JSONDecoder.JSONFloat in JSONParser.o
      full type metadata for JSONDecoder.JSONNumber in JSONParser.o
      ...
  "Swift.Dictionary.init() -> [A : B]", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
  "Swift.Array.init() -> [A]", referenced from:
      JSONDecoder.JSONObject.init() -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init() -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONParser.(parseObject in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseObject in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
      ...
  "Swift.Dictionary.subscript.setter : (A) -> B?", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      ...
  "method descriptor for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
      l_got.$sSH13_rawHashValue4seedS2i_tFTq in JSONToken.o
  "method descriptor for Swift.Hashable.hash(into: inout Swift.Hasher) -> ()", referenced from:
      l_got.$sSH4hash4intoys6HasherVz_tFTq in JSONToken.o
  "method descriptor for Swift.Hashable.hashValue.getter : Swift.Int", referenced from:
      l_got.$sSH9hashValueSivgTq in JSONToken.o
  "protocol descriptor for Swift.Hashable", referenced from:
      l_got.$sSHMp in JSONToken.o
  "base conformance descriptor for Swift.Hashable: Swift.Equatable", referenced from:
      l_got.$sSHSQTb in JSONToken.o
  "(extension in Swift):Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance JSONDecoder.symbol : Swift.Hashable in JSONDecoder in JSONToken.o
  "static Swift.Character.== infix(Swift.Character, Swift.Character) -> Swift.Bool", referenced from:
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      ...
  "Swift.Character.init(_builtinExtendedGraphemeClusterLiteral: Builtin.RawPointer, utf8CodeUnitCount: Builtin.Word, isASCII: Builtin.Int1) -> Swift.Character", referenced from:
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      ...
  "protocol witness table for Swift.Character : Swift.Equatable in Swift", referenced from:
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
  "dispatch thunk of static Swift.Equatable.== infix(A, A) -> Swift.Bool", referenced from:
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseObject in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseArray in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
  "method descriptor for static Swift.Equatable.== infix(A, A) -> Swift.Bool", referenced from:
      l_got.$sSQ2eeoiySbx_xtFZTq in JSONToken.o
  "protocol descriptor for Swift.Equatable", referenced from:
      l_got.$sSQMp in JSONToken.o
  "Swift.String.init(stringInterpolation: Swift.DefaultStringInterpolation) -> Swift.String", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONParser.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      ...
  "Swift.String.init(_builtinStringLiteral: Builtin.RawPointer, utf8CodeUnitCount: Builtin.Word, isASCII: Builtin.Int1) -> Swift.String", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      ...
  "static Swift.String.== infix(Swift.String, Swift.String) -> Swift.Bool", referenced from:
      JSONDecoder.JSONBool.init(value: Swift.String) -> JSONDecoder.JSONBool in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      commitString #1 () -> () in static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
  "Swift.String.append(Swift.Character) -> ()", referenced from:
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
      ...
  "Swift.String.append(Swift.String) -> ()", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
  "type metadata for Swift.String", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.value.getter : Any? in JSONParser.o
      JSONDecoder.JSONString.value.setter : Any? in JSONParser.o
      JSONDecoder.JSONString.unbox() -> Swift.String in JSONParser.o
      ...
  "protocol witness table for Swift.String : Swift.Hashable in Swift", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
  "protocol witness table for Swift.String : Swift.Sequence in Swift", referenced from:
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
  "protocol conformance descriptor for Swift.String : Swift.StringProtocol in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in JSONParser.o
  "protocol witness table for Swift.String : Swift.TextOutputStreamable in Swift", referenced from:
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
  "protocol witness table for Swift.String : Swift.CustomStringConvertible in Swift", referenced from:
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
  "(extension in Swift):Swift.Sequence.enumerated() -> Swift.EnumeratedSequence<A>", referenced from:
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
  "(extension in Swift):Swift.Sequence< where A.Element: Swift.Equatable>.contains(A.Element) -> Swift.Bool", referenced from:
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
  "Swift.Array.count.getter : Swift.Int", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONParser.(next in _E65FB8C65C632DB571476CA123BB01E5)() throws -> () in JSONParser.o
      ...
  "Swift.Array.append(__owned A) -> ()", referenced from:
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      ...
  "type metadata accessor for Swift.Array", referenced from:
      Swift._finalizeUninitializedArray<A>(__owned [A]) -> [A] in JSONParser.o
  "protocol conformance descriptor for [A] : Swift.Collection in Swift", referenced from:
      lazy protocol witness table accessor for type [JSONDecoder.JSONObject] and conformance [A] : Swift.Collection in Swift in JSONParser.o
  "Swift.Array.subscript.getter : (Swift.Int) -> A", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONParser.(t in _E65FB8C65C632DB571476CA123BB01E5).getter : JSONDecoder.JSONToken in JSONParser.o
      ...
  "type metadata for Swift.Bool", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONBool.value.getter : Any? in JSONParser.o
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONBool.unbox() -> Swift.Bool in JSONParser.o
  "protocol witness table for Swift.Bool : Swift.CustomStringConvertible in Swift", referenced from:
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
  "type metadata for Swift.Float", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONFloat.value.getter : Any? in JSONParser.o
  "Swift.Float.init<A where A: Swift.StringProtocol>(A) -> Swift.Float?", referenced from:
      JSONDecoder.JSONFloat.init(value: Swift.String) -> JSONDecoder.JSONFloat in JSONParser.o
  "Swift.Int.init(bitPattern: Swift.OpaquePointer?) -> Swift.Int", referenced from:
      generic specialization <serialized, Swift.UInt64, Swift.UInt8, ()> of _swift_se0333_UnsafePointer_withMemoryRebound in JSONParser.o
  "type metadata for Swift.Int", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONNumber.value.getter : Any? in JSONParser.o
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONNumber.init(value: Swift.String) -> JSONDecoder.JSONNumber in JSONParser.o
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in JSONParser.o
      JSONDecoder.symbol.hash(into: inout Swift.Hasher) -> () in JSONToken.o
      ...
  "protocol witness table for Swift.Int : Swift.Hashable in Swift", referenced from:
      JSONDecoder.symbol.hash(into: inout Swift.Hasher) -> () in JSONToken.o
  "protocol conformance descriptor for Swift.Int : Swift.FixedWidthInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in JSONParser.o
  "protocol witness table for Swift.Int : Swift.CustomStringConvertible in Swift", referenced from:
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
  "(extension in Swift):Swift.Collection< where A.Iterator == Swift.IndexingIterator<A>>.makeIterator() -> Swift.IndexingIterator<A>", referenced from:
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
  "Swift._hashValue<A where A: Swift.Hashable>(for: A) -> Swift.Int", referenced from:
      JSONDecoder.symbol.hashValue.getter : Swift.Int in JSONToken.o
  "Swift._arrayForceCast<A, B>([A]) -> [B]", referenced from:
      JSONDecoder.JSONObject.init() -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init() -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
  "Swift.IndexingIterator.next() -> A.Element?", referenced from:
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
  "nominal type descriptor for Swift.IndexingIterator", referenced from:
      _symbolic _____ySay_____GG s16IndexingIteratorV 11JSONDecoder10JSONObjectC in JSONParser.o
  "(extension in Swift):Swift.FixedWidthInteger.init(Swift.String) -> A?", referenced from:
      JSONDecoder.JSONNumber.init(value: Swift.String) -> JSONDecoder.JSONNumber in JSONParser.o
  "Swift._assertionFailure(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      ...
  "Swift.EnumeratedSequence.makeIterator() -> Swift.EnumeratedSequence<A>.Iterator", referenced from:
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
  "Swift.EnumeratedSequence.Iterator.next() -> (offset: Swift.Int, element: A.Element)?", referenced from:
      static JSONDecoder.JSONScanner.scan(input: Swift.String) -> [JSONDecoder.JSONToken] in JSONScanner.o
  "nominal type descriptor for Swift.EnumeratedSequence.Iterator", referenced from:
      _symbolic _____ySS_G s18EnumeratedSequenceV8IteratorV in JSONScanner.o
  "nominal type descriptor for Swift.EnumeratedSequence", referenced from:
      _symbolic _____ySSG s18EnumeratedSequenceV in JSONScanner.o
  "Swift._fatalErrorMessage(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
      generic specialization <serialized, Swift.UInt8> of Swift.UnsafeBufferPointer.init(start: Swift.UnsafePointer<A>?, count: Swift.Int) -> Swift.UnsafeBufferPointer<A> in JSONParser.o
      generic specialization <serialized, Swift.UInt8> of Swift.UnsafeBufferPointer.init(start: Swift.UnsafePointer<A>?, count: Swift.Int) -> Swift.UnsafeBufferPointer<A> in JSONParser.o
      closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in JSONParser.o
      generic specialization <serialized, ()> of closure #1 (Swift.UnsafePointer<Swift.UInt8>) throws -> A in closure #1 (Swift.UnsafePointer<Swift.UInt64>) throws -> A in Swift.Unicode.Scalar.withUTF8CodeUnits<A>((Swift.UnsafeBufferPointer<Swift.UInt8>) throws -> A) throws -> A in JSONParser.o
      generic specialization <serialized, Swift.UInt64, Swift.UInt8, ()> of _swift_se0333_UnsafePointer_withMemoryRebound in JSONParser.o
      closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in JSONParser.o
  "protocol descriptor for Swift.CustomStringConvertible", referenced from:
      l_got.$ss23CustomStringConvertibleMp in JSONParser.o
      l_got.$ss23CustomStringConvertibleMp in JSONToken.o
  "method descriptor for Swift.CustomStringConvertible.description.getter : Swift.String", referenced from:
      l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in JSONParser.o
      l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in JSONToken.o
  "Swift.DefaultStringInterpolation.appendInterpolation<A>(A) -> ()", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONParser.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONToken.description.getter : Swift.String in JSONToken.o
      JSONDecoder.JSONToken.description.getter : Swift.String in JSONToken.o
  "Swift.DefaultStringInterpolation.appendInterpolation<A where A: Swift.CustomStringConvertible>(A) -> ()", referenced from:
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
  "Swift.DefaultStringInterpolation.appendInterpolation<A where A: Swift.CustomStringConvertible, A: Swift.TextOutputStreamable>(A) -> ()", referenced from:
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
  "Swift.DefaultStringInterpolation.appendLiteral(Swift.String) -> ()", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      ...
  "Swift.DefaultStringInterpolation.init(literalCapacity: Swift.Int, interpolationCount: Swift.Int) -> Swift.DefaultStringInterpolation", referenced from:
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONArray.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONParser.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      JSONDecoder.ParsingError.description.getter : Swift.String in JSONParser.o
      ...
  "Swift._allocateUninitializedArray<A>(Builtin.Word) -> ([A], Builtin.RawPointer)", referenced from:
      JSONDecoder.JSONParser.parseTree() throws -> JSONDecoder.JSONObject in JSONParser.o
  "protocol descriptor for Swift.Error", referenced from:
      _symbolic ___________pIegozo_ 11JSONDecoder10JSONObjectC s5ErrorP in JSONParser.o
      l_got.$ss5ErrorMp in JSONParser.o
  "method descriptor for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
      l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in JSONParser.o
  "method descriptor for Swift.Error._code.getter : Swift.Int", referenced from:
      l_got.$ss5ErrorP5_codeSivgTq in JSONParser.o
  "method descriptor for Swift.Error._domain.getter : Swift.String", referenced from:
      l_got.$ss5ErrorP7_domainSSvgTq in JSONParser.o
  "method descriptor for Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
      l_got.$ss5ErrorP9_userInfoyXlSgvgTq in JSONParser.o
  "(extension in Swift):Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
      protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance JSONDecoder.ParsingError : Swift.Error in JSONDecoder in JSONParser.o
  "(extension in Swift):Swift.Error._code.getter : Swift.Int", referenced from:
      protocol witness for Swift.Error._code.getter : Swift.Int in conformance JSONDecoder.ParsingError : Swift.Error in JSONDecoder in JSONParser.o
  "(extension in Swift):Swift.Error._domain.getter : Swift.String", referenced from:
      protocol witness for Swift.Error._domain.getter : Swift.String in conformance JSONDecoder.ParsingError : Swift.Error in JSONDecoder in JSONParser.o
  "(extension in Swift):Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
      protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance JSONDecoder.ParsingError : Swift.Error in JSONDecoder in JSONParser.o
  "Swift.print(_: Any..., separator: Swift.String, terminator: Swift.String) -> ()", referenced from:
      JSONDecoder.JSONParser.parseTree() throws -> JSONDecoder.JSONObject in JSONParser.o
  "Swift.Hasher.combine<A where A: Swift.Hashable>(A) -> ()", referenced from:
      JSONDecoder.symbol.hash(into: inout Swift.Hasher) -> () in JSONToken.o
  "type metadata for Any", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.unbox() -> Swift.String in JSONParser.o
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONBool.unbox() -> Swift.Bool in JSONParser.o
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
      ...
  "_OBJC_CLASS_$__TtCs12_SwiftObject", referenced from:
      full type metadata for JSONDecoder.JSONObject in JSONParser.o
      full type metadata for JSONDecoder.JSONParser in JSONParser.o
      full type metadata for JSONDecoder.JSONScanner in JSONScanner.o
      full type metadata for JSONDecoder.JSONToken in JSONToken.o
  "_OBJC_METACLASS_$__TtCs12_SwiftObject", referenced from:
      metaclass for JSONDecoder.JSONObject in JSONParser.o
      metaclass for JSONDecoder.JSONObject in JSONParser.o
      metaclass for JSONDecoder.JSONArray in JSONParser.o
      metaclass for JSONDecoder.JSONString in JSONParser.o
      metaclass for JSONDecoder.JSONBool in JSONParser.o
      metaclass for JSONDecoder.JSONNull in JSONParser.o
      metaclass for JSONDecoder.JSONFloat in JSONParser.o
      ...
  "__swift_stdlib_reportUnimplementedInitializerInFile", referenced from:
      closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in JSONParser.o
  "_swift_allocBox", referenced from:
      ___swift_allocate_boxed_opaque_existential_0 in JSONParser.o
  "_swift_allocError", referenced from:
      JSONDecoder.JSONParser.(next in _E65FB8C65C632DB571476CA123BB01E5)() throws -> () in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseArray in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
  "_swift_allocObject", referenced from:
      JSONDecoder.JSONObject.__allocating_init() -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONObject.__allocating_init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONArray.__allocating_init(input: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONArray in JSONParser.o
      JSONDecoder.JSONArray.__allocating_init() -> JSONDecoder.JSONArray in JSONParser.o
      JSONDecoder.JSONArray.__allocating_init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONArray in JSONParser.o
      JSONDecoder.JSONString.__allocating_init(value: Swift.String) -> JSONDecoder.JSONString in JSONParser.o
      JSONDecoder.JSONString.__allocating_init() -> JSONDecoder.JSONString in JSONParser.o
      ...
  "_swift_beginAccess", referenced from:
      JSONDecoder.JSONObject.keys.getter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.keys.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.keys.modify : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.value.getter : Any? in JSONParser.o
      JSONDecoder.JSONObject.value.setter : Any? in JSONParser.o
      JSONDecoder.JSONObject.value.modify : Any? in JSONParser.o
      JSONDecoder.JSONObject.values.getter : [JSONDecoder.JSONObject?] in JSONParser.o
      ...
  "_swift_bridgeObjectRelease", referenced from:
      JSONDecoder.JSONObject.keys.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.keys.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.values.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.values.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      ...
  "_swift_bridgeObjectRetain", referenced from:
      JSONDecoder.JSONObject.keys.getter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.keys.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.values.getter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.values.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONObject.init(key: [JSONDecoder.JSONObject], value: [JSONDecoder.JSONObject]) -> JSONDecoder.JSONObject in JSONParser.o
      ...
  "_swift_deallocClassInstance", referenced from:
      JSONDecoder.JSONObject.__deallocating_deinit in JSONParser.o
      JSONDecoder.JSONArray.__deallocating_deinit in JSONParser.o
      JSONDecoder.JSONString.__deallocating_deinit in JSONParser.o
      JSONDecoder.JSONBool.__deallocating_deinit in JSONParser.o
      JSONDecoder.JSONNull.__deallocating_deinit in JSONParser.o
      JSONDecoder.JSONFloat.__deallocating_deinit in JSONParser.o
      JSONDecoder.JSONNumber.__deallocating_deinit in JSONParser.o
      ...
  "_swift_deallocObject", referenced from:
      l_objectdestroy in JSONParser.o
      l_objectdestroy in JSONScanner.o
      l_objectdestroy.2 in JSONScanner.o
  "_swift_dynamicCast", referenced from:
      JSONDecoder.JSONString.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONString.unbox() -> Swift.String in JSONParser.o
      JSONDecoder.JSONBool.description.getter : Swift.String in JSONParser.o
      JSONDecoder.JSONBool.unbox() -> Swift.Bool in JSONParser.o
      JSONDecoder.JSONNumber.description.getter : Swift.String in JSONParser.o
  "_swift_dynamicCastClass", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      ...
  "_swift_dynamicCastClassUnconditional", referenced from:
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONObject.unbox() -> [Swift.String : Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      JSONDecoder.JSONArray.unbox() -> [Any] in JSONParser.o
      ...
  "_swift_endAccess", referenced from:
      JSONDecoder.JSONObject.keys.getter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.keys.setter : [JSONDecoder.JSONObject?] in JSONParser.o
      JSONDecoder.JSONObject.keys.modify : [JSONDecoder.JSONObject?] with unmangled suffix ".resume.0" in JSONParser.o
      JSONDecoder.JSONObject.keys.modify : [JSONDecoder.JSONObject?] with unmangled suffix ".resume.0" in JSONParser.o
      JSONDecoder.JSONObject.value.getter : Any? in JSONParser.o
      JSONDecoder.JSONObject.value.setter : Any? in JSONParser.o
      JSONDecoder.JSONObject.value.modify : Any? with unmangled suffix ".resume.0" in JSONParser.o
      JSONDecoder.JSONObject.value.modify : Any? with unmangled suffix ".resume.0" in JSONParser.o
      ...
  "_swift_errorRelease", referenced from:
      JSONDecoder.JSONParser.parseTree() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseArray in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseArray in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
  "_swift_errorRetain", referenced from:
      JSONDecoder.JSONParser.parseTree() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseArray in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
  "_swift_getErrorValue", referenced from:
      JSONDecoder.JSONParser.parseTree() throws -> JSONDecoder.JSONObject in JSONParser.o
  "_swift_getTypeByMangledNameInContext2", referenced from:
      ___swift_instantiateConcreteTypeFromMangledName in JSONParser.o
  "_swift_getTypeByMangledNameInContextInMetadataState2", referenced from:
      ___swift_instantiateConcreteTypeFromMangledNameAbstract in JSONParser.o
  "_swift_getWitnessTable", referenced from:
      lazy protocol witness table accessor for type [JSONDecoder.JSONObject] and conformance [A] : Swift.Collection in Swift in JSONParser.o
      lazy protocol witness table accessor for type JSONDecoder.JSONObject and conformance JSONDecoder.JSONObject : Swift.CustomStringConvertible in JSONDecoder in JSONParser.o
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in JSONParser.o
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in JSONParser.o
      lazy protocol witness table accessor for type JSONDecoder.ParsingError and conformance JSONDecoder.ParsingError : Swift.Error in JSONDecoder in JSONParser.o
      lazy protocol witness table accessor for type JSONDecoder.symbol and conformance JSONDecoder.symbol : Swift.Equatable in JSONDecoder in JSONParser.o
      lazy protocol witness table accessor for type JSONDecoder.JSONToken and conformance JSONDecoder.JSONToken : Swift.CustomStringConvertible in JSONDecoder in JSONParser.o
      ...
  "_swift_isUniquelyReferenced_native", referenced from:
      JSONDecoder.JSONObject.deinit in JSONParser.o
  "_swift_release", referenced from:
      key path getter for JSONDecoder.JSONObject.keys : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      key path setter for JSONDecoder.JSONObject.keys : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      key path getter for JSONDecoder.JSONObject.value : Any? : JSONDecoder.JSONObject in JSONParser.o
      key path setter for JSONDecoder.JSONObject.value : Any? : JSONDecoder.JSONObject in JSONParser.o
      ___swift_destroy_boxed_opaque_existential_0 in JSONParser.o
      key path getter for JSONDecoder.JSONObject.values : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      key path setter for JSONDecoder.JSONObject.values : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      ...
  "_swift_retain", referenced from:
      JSONDecoder.JSONObject.key.getter : JSONDecoder.JSONObject? in JSONParser.o
      key path getter for JSONDecoder.JSONObject.keys : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      key path setter for JSONDecoder.JSONObject.keys : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      key path getter for JSONDecoder.JSONObject.value : Any? : JSONDecoder.JSONObject in JSONParser.o
      key path setter for JSONDecoder.JSONObject.value : Any? : JSONDecoder.JSONObject in JSONParser.o
      key path getter for JSONDecoder.JSONObject.values : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      key path setter for JSONDecoder.JSONObject.values : [JSONDecoder.JSONObject?] : JSONDecoder.JSONObject in JSONParser.o
      ...
  "_swift_willThrow", referenced from:
      JSONDecoder.JSONParser.parseTree() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(next in _E65FB8C65C632DB571476CA123BB01E5)() throws -> () in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.parse() throws -> JSONDecoder.JSONObject in JSONParser.o
      JSONDecoder.JSONParser.(parseArray in _E65FB8C65C632DB571476CA123BB01E5)() throws -> JSONDecoder.JSONObject in JSONParser.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-watchos/JSONDecoder.build/Objects-normal/arm64/Binary/JSONDecoder normal arm64 (in target 'JSONDecoder' from project 'JSONDecoder')
(1 failure)
BUILD FAILURE 6.0 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.