Build Information
Successful build of JSONFragmentDecoding, reference master (3f2db3
), with Swift 6.1 for watchOS using Xcode 16.3 on 25 Apr 2025 16:27:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONFragmentDecoding-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hamishknight/json-fragment-decoding.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hamishknight/json-fragment-decoding
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3f2db34 Update README.md
Cloned https://github.com/hamishknight/json-fragment-decoding.git
Revision (git rev-parse @):
3f2db349e61da342f7b324a24a980207144a0e8e
SUCCESS checkout https://github.com/hamishknight/json-fragment-decoding.git at master
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/hamishknight/json-fragment-decoding.git
https://github.com/hamishknight/json-fragment-decoding.git
{
"dependencies" : [
],
"manifest_display_name" : "JSONFragmentDecoding",
"name" : "JSONFragmentDecoding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONFragmentDecoding",
"targets" : [
"JSONFragmentDecoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONFragmentDecodingTests",
"module_type" : "SwiftTarget",
"name" : "JSONFragmentDecodingTests",
"path" : "Tests/JSONFragmentDecodingTests",
"sources" : [
"JSONFragmentDecodingTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"JSONFragmentDecoding"
],
"type" : "test"
},
{
"c99name" : "JSONFragmentDecoding",
"module_type" : "SwiftTarget",
"name" : "JSONFragmentDecoding",
"path" : "Sources/JSONFragmentDecoding",
"product_memberships" : [
"JSONFragmentDecoding"
],
"sources" : [
"JSONFragmentDecoding.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "JSONFragmentDecoding",
"name" : "JSONFragmentDecoding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONFragmentDecoding",
"targets" : [
"JSONFragmentDecoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONFragmentDecodingTests",
"module_type" : "SwiftTarget",
"name" : "JSONFragmentDecodingTests",
"path" : "Tests/JSONFragmentDecodingTests",
"sources" : [
"JSONFragmentDecodingTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"JSONFragmentDecoding"
],
"type" : "test"
},
{
"c99name" : "JSONFragmentDecoding",
"module_type" : "SwiftTarget",
"name" : "JSONFragmentDecoding",
"path" : "Sources/JSONFragmentDecoding",
"product_memberships" : [
"JSONFragmentDecoding"
],
"sources" : [
"JSONFragmentDecoding.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "JSONFragmentDecoding",
"schemes" : [
"JSONFragmentDecoding",
"JSONFragmentDecoding-Package",
"JSONFragmentDecodingTests"
],
"targets" : [
"JSONFragmentDecoding",
"JSONFragmentDecodingPackageDescription",
"JSONFragmentDecodingPackageTests",
"JSONFragmentDecodingTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONFragmentDecoding-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme JSONFragmentDecoding-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'JSONFragmentDecoding' in project 'JSONFragmentDecoding' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0bf9df3140b91790282ac0f36285e8d4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0bf9df3140b91790282ac0f36285e8d4.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_const_extract_protocols.json (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-OutputFileMap.json (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-OutputFileMap.json (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.LinkFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftConstValuesFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_const_extract_protocols.json (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.LinkFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftConstValuesFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyStaticMetadataFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyMetadataFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Headers (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Info.plist /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj/JSONFragmentDecoding_Info.plist (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj/JSONFragmentDecoding_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Info.plist
SwiftDriver JSONFragmentDecoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONFragmentDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -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.2 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver JSONFragmentDecoding normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONFragmentDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.4 -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.2 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONFragmentDecoding (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONFragmentDecoding/JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745598463827972-swift-frontend-JSONFragmentDecoding-all-arm64_apple_watchos11.4-swiftmodule-Onone-1062674989.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.0895 seconds (3.4554 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0162 ( 36.9%) 0.0171 ( 37.5%) 0.0333 ( 37.2%) 1.6612 ( 48.1%) parse-and-resolve-imports
0.0160 ( 36.4%) 0.0166 ( 36.3%) 0.0326 ( 36.4%) 1.6604 ( 48.1%) Import resolution
0.0016 ( 3.6%) 0.0079 ( 17.2%) 0.0094 ( 10.5%) 0.1195 ( 3.5%) load-stdlib
0.0021 ( 4.8%) 0.0010 ( 2.2%) 0.0031 ( 3.4%) 0.0031 ( 0.1%) SIL optimization
0.0018 ( 4.2%) 0.0007 ( 1.6%) 0.0026 ( 2.9%) 0.0026 ( 0.1%) perform-sema
0.0018 ( 4.2%) 0.0007 ( 1.5%) 0.0025 ( 2.8%) 0.0025 ( 0.1%) Type checking and Semantic analysis
0.0018 ( 4.1%) 0.0007 ( 1.5%) 0.0025 ( 2.8%) 0.0025 ( 0.1%) typecheck-decl
0.0007 ( 1.5%) 0.0003 ( 0.7%) 0.0010 ( 1.1%) 0.0010 ( 0.0%) typecheck-expr
0.0006 ( 1.4%) 0.0002 ( 0.4%) 0.0008 ( 0.9%) 0.0008 ( 0.0%) SILGen
0.0005 ( 1.1%) 0.0001 ( 0.3%) 0.0006 ( 0.7%) 0.0006 ( 0.0%) SILGen-function
0.0004 ( 0.8%) 0.0002 ( 0.3%) 0.0005 ( 0.6%) 0.0005 ( 0.0%) Serialization, swiftmodule
0.0001 ( 0.2%) 0.0001 ( 0.3%) 0.0002 ( 0.3%) 0.0002 ( 0.0%) import-clang-decl
0.0002 ( 0.4%) 0.0001 ( 0.2%) 0.0002 ( 0.3%) 0.0002 ( 0.0%) precheck-target
0.0001 ( 0.1%) 0.0000 ( 0.1%) 0.0001 ( 0.1%) 0.0001 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.1%) 0.0001 ( 0.0%) build-rewrite-system
0.0000 ( 0.0%) 0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) Serialization, swiftdoc
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0438 (100.0%) 0.0457 (100.0%) 0.0895 (100.0%) 3.4554 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0547 seconds (1.7933 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0248 (100.0%) 0.0299 (100.0%) 0.0547 (100.0%) 1.7933 (100.0%) Building Target
0.0248 (100.0%) 0.0299 (100.0%) 0.0547 (100.0%) 1.7933 (100.0%) Total
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ JSONFragmentDecoding (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745598463828128-swift-frontend-JSONFragmentDecoding-all-arm64_32_apple_watchos11.4-swiftmodule-Onone-151895479.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.7945 seconds (3.2483 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9644 ( 49.4%) 0.3877 ( 46.1%) 1.3522 ( 48.4%) 1.5603 ( 48.0%) parse-and-resolve-imports
0.9641 ( 49.4%) 0.3858 ( 45.8%) 1.3499 ( 48.3%) 1.5566 ( 47.9%) Import resolution
0.0118 ( 0.6%) 0.0302 ( 3.6%) 0.0420 ( 1.5%) 0.0716 ( 2.2%) load-stdlib
0.0022 ( 0.1%) 0.0077 ( 0.9%) 0.0099 ( 0.4%) 0.0121 ( 0.4%) perform-sema
0.0022 ( 0.1%) 0.0077 ( 0.9%) 0.0099 ( 0.4%) 0.0121 ( 0.4%) Type checking and Semantic analysis
0.0022 ( 0.1%) 0.0077 ( 0.9%) 0.0099 ( 0.4%) 0.0121 ( 0.4%) typecheck-decl
0.0008 ( 0.0%) 0.0046 ( 0.5%) 0.0054 ( 0.2%) 0.0066 ( 0.2%) typecheck-expr
0.0021 ( 0.1%) 0.0031 ( 0.4%) 0.0052 ( 0.2%) 0.0056 ( 0.2%) SIL optimization
0.0012 ( 0.1%) 0.0023 ( 0.3%) 0.0035 ( 0.1%) 0.0039 ( 0.1%) SILGen
0.0010 ( 0.1%) 0.0019 ( 0.2%) 0.0029 ( 0.1%) 0.0033 ( 0.1%) SILGen-function
0.0003 ( 0.0%) 0.0017 ( 0.2%) 0.0020 ( 0.1%) 0.0024 ( 0.1%) Serialization, swiftmodule
0.0002 ( 0.0%) 0.0010 ( 0.1%) 0.0012 ( 0.0%) 0.0013 ( 0.0%) precheck-target
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) import-clang-decl
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) build-rewrite-system
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) Serialization, swiftdoc
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
1.9527 (100.0%) 0.8418 (100.0%) 2.7945 (100.0%) 3.2483 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4233 seconds (1.6671 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9844 (100.0%) 0.4389 (100.0%) 1.4233 (100.0%) 1.6671 (100.0%) Building Target
0.9844 (100.0%) 0.4389 (100.0%) 1.4233 (100.0%) 1.6671 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONFragmentDecoding/JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ JSONFragmentDecoding.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFragmentDecoding/JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONFragmentDecoding/JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745598463828077-swift-frontend-JSONFragmentDecoding-JSONFragmentDecoding.swift-arm64_32_apple_watchos11.4-o-Onone-220015513.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3097 seconds (3.4389 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0184 ( 9.8%) 0.0315 ( 25.9%) 0.0499 ( 16.1%) 1.5740 ( 45.8%) parse-and-resolve-imports
0.0181 ( 9.6%) 0.0311 ( 25.5%) 0.0492 ( 15.9%) 1.5732 ( 45.7%) Import resolution
0.0015 ( 0.8%) 0.0078 ( 6.4%) 0.0093 ( 3.0%) 0.0895 ( 2.6%) load-stdlib
0.0723 ( 38.5%) 0.0172 ( 14.1%) 0.0895 ( 28.9%) 0.0895 ( 2.6%) build-rewrite-system
0.0122 ( 6.5%) 0.0042 ( 3.4%) 0.0164 ( 5.3%) 0.0168 ( 0.5%) SILGen
0.0100 ( 5.3%) 0.0066 ( 5.5%) 0.0167 ( 5.4%) 0.0167 ( 0.5%) import-clang-decl
0.0092 ( 4.9%) 0.0043 ( 3.5%) 0.0134 ( 4.3%) 0.0135 ( 0.4%) perform-sema
0.0091 ( 4.9%) 0.0043 ( 3.5%) 0.0134 ( 4.3%) 0.0134 ( 0.4%) Type checking and Semantic analysis
0.0069 ( 3.7%) 0.0037 ( 3.0%) 0.0106 ( 3.4%) 0.0106 ( 0.3%) typecheck-expr
0.0070 ( 3.7%) 0.0034 ( 2.8%) 0.0105 ( 3.4%) 0.0105 ( 0.3%) typecheck-decl
0.0066 ( 3.5%) 0.0032 ( 2.6%) 0.0098 ( 3.2%) 0.0098 ( 0.3%) typecheck-stmt
0.0044 ( 2.3%) 0.0022 ( 1.8%) 0.0065 ( 2.1%) 0.0065 ( 0.2%) IRGen
0.0047 ( 2.5%) 0.0014 ( 1.2%) 0.0061 ( 2.0%) 0.0063 ( 0.2%) SILGen-function
0.0046 ( 2.4%) 0.0001 ( 0.0%) 0.0046 ( 1.5%) 0.0046 ( 0.1%) SIL optimization
0.0022 ( 1.2%) 0.0009 ( 0.7%) 0.0031 ( 1.0%) 0.0031 ( 0.1%) precheck-target
0.0006 ( 0.3%) 0.0001 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1878 (100.0%) 0.1219 (100.0%) 0.3097 (100.0%) 3.4389 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.0403 seconds (2.6571 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7521 (100.0%) 0.2883 (100.0%) 1.0403 (100.0%) 2.6571 (100.0%) Building Target
0.7521 (100.0%) 0.2883 (100.0%) 1.0403 (100.0%) 2.6571 (100.0%) Total
SwiftCompile normal arm64 Compiling\ JSONFragmentDecoding.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFragmentDecoding/JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745598463828130-swift-frontend-JSONFragmentDecoding-JSONFragmentDecoding.swift-arm64_apple_watchos11.4-o-Onone-3387339284.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.9736 seconds (3.4303 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9616 ( 46.2%) 0.3903 ( 43.8%) 1.3520 ( 45.5%) 1.5579 ( 45.4%) parse-and-resolve-imports
0.9613 ( 46.2%) 0.3884 ( 43.6%) 1.3497 ( 45.4%) 1.5538 ( 45.3%) Import resolution
0.0717 ( 3.4%) 0.0136 ( 1.5%) 0.0853 ( 2.9%) 0.0852 ( 2.5%) build-rewrite-system
0.0119 ( 0.6%) 0.0253 ( 2.8%) 0.0372 ( 1.2%) 0.0718 ( 2.1%) load-stdlib
0.0092 ( 0.4%) 0.0140 ( 1.6%) 0.0232 ( 0.8%) 0.0262 ( 0.8%) perform-sema
0.0091 ( 0.4%) 0.0140 ( 1.6%) 0.0231 ( 0.8%) 0.0261 ( 0.8%) Type checking and Semantic analysis
0.0072 ( 0.3%) 0.0127 ( 1.4%) 0.0198 ( 0.7%) 0.0229 ( 0.7%) typecheck-decl
0.0068 ( 0.3%) 0.0091 ( 1.0%) 0.0159 ( 0.5%) 0.0176 ( 0.5%) typecheck-expr
0.0103 ( 0.5%) 0.0072 ( 0.8%) 0.0175 ( 0.6%) 0.0175 ( 0.5%) import-clang-decl
0.0115 ( 0.6%) 0.0036 ( 0.4%) 0.0151 ( 0.5%) 0.0156 ( 0.5%) SILGen
0.0062 ( 0.3%) 0.0045 ( 0.5%) 0.0107 ( 0.4%) 0.0110 ( 0.3%) typecheck-stmt
0.0047 ( 0.2%) 0.0032 ( 0.4%) 0.0079 ( 0.3%) 0.0079 ( 0.2%) IRGen
0.0039 ( 0.2%) 0.0017 ( 0.2%) 0.0056 ( 0.2%) 0.0058 ( 0.2%) SILGen-function
0.0022 ( 0.1%) 0.0026 ( 0.3%) 0.0049 ( 0.2%) 0.0052 ( 0.2%) precheck-target
0.0046 ( 0.2%) 0.0005 ( 0.1%) 0.0051 ( 0.2%) 0.0051 ( 0.1%) SIL optimization
0.0006 ( 0.0%) 0.0002 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
2.0829 (100.0%) 0.8908 (100.0%) 2.9736 (100.0%) 3.4303 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3982 seconds (2.6571 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.7183 (100.0%) 0.6799 (100.0%) 2.3982 (100.0%) 2.6571 (100.0%) Building Target
1.7183 (100.0%) 0.6799 (100.0%) 2.3982 (100.0%) 2.6571 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONFragmentDecoding/JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64_32 Emitting module for JSONFragmentDecoding (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
SwiftDriver\ Compilation\ Requirements JSONFragmentDecoding normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONFragmentDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.4 -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.2 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-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/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftdoc (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftmodule (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.abi.json (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftsourceinfo (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONFragmentDecoding (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
SwiftDriver\ Compilation\ Requirements JSONFragmentDecoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONFragmentDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -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.2 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-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/JSONFragmentDecoding.framework/Headers/JSONFragmentDecoding-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-Swift.h (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Headers/JSONFragmentDecoding-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftmodule (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftdoc (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftsourceinfo (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.abi.json (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
SwiftDriver\ Compilation JSONFragmentDecoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONFragmentDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -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.2 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
SwiftDriver\ Compilation JSONFragmentDecoding normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONFragmentDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.4 -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.2 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/Binary/JSONFragmentDecoding normal arm64 (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.LinkFileList -install_name @rpath/JSONFragmentDecoding.framework/JSONFragmentDecoding -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/Binary/JSONFragmentDecoding
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/Binary/JSONFragmentDecoding normal arm64_32 (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.LinkFileList -install_name @rpath/JSONFragmentDecoding.framework/JSONFragmentDecoding -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/Binary/JSONFragmentDecoding
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/JSONFragmentDecoding normal arm64\ arm64_32 (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/Binary/JSONFragmentDecoding /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/Binary/JSONFragmentDecoding -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/JSONFragmentDecoding
ExtractAppIntentsMetadata (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name JSONFragmentDecoding --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 11.4 --bundle-identifier JSONFragmentDecoding --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework --target-triple arm64-apple-watchos11.4 --target-triple arm64_32-apple-watchos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/JSONFragmentDecoding --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 09:27:46.714 appintentsmetadataprocessor[701:4013] Starting appintentsmetadataprocessor export
2025-04-25 09:27:46.716 appintentsmetadataprocessor[701:4013] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/JSONFragmentDecoding.framework/JSONFragmentDecoding.tbd (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/JSONFragmentDecoding -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/JSONFragmentDecoding.framework/JSONFragmentDecoding.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JSONFragmentDecoding",
"name" : "JSONFragmentDecoding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONFragmentDecoding",
"targets" : [
"JSONFragmentDecoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONFragmentDecodingTests",
"module_type" : "SwiftTarget",
"name" : "JSONFragmentDecodingTests",
"path" : "Tests/JSONFragmentDecodingTests",
"sources" : [
"JSONFragmentDecodingTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"JSONFragmentDecoding"
],
"type" : "test"
},
{
"c99name" : "JSONFragmentDecoding",
"module_type" : "SwiftTarget",
"name" : "JSONFragmentDecoding",
"path" : "Sources/JSONFragmentDecoding",
"product_memberships" : [
"JSONFragmentDecoding"
],
"sources" : [
"JSONFragmentDecoding.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.