Build Information
Successful build of PodcastIndexKit, reference 0.5.0 (bcceae), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Dec 2025 18:16:05 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 PodcastIndexKit -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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SparrowTek/PodcastIndexKit.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SparrowTek/PodcastIndexKit
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at bcceaeb update readme
Cloned https://github.com/SparrowTek/PodcastIndexKit.git
Revision (git rev-parse @):
bcceaebe7b24474222ec22b81918ab7e9c38d8f4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SparrowTek/PodcastIndexKit.git at 0.5.0
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/SparrowTek/PodcastIndexKit.git
https://github.com/SparrowTek/PodcastIndexKit.git
{
"dependencies" : [
],
"manifest_display_name" : "PodcastIndexKit",
"name" : "PodcastIndexKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "PodcastIndexKit",
"targets" : [
"PodcastIndexKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PodcastIndexKit",
"module_type" : "SwiftTarget",
"name" : "PodcastIndexKit",
"path" : "Sources/PodcastIndexKit",
"product_memberships" : [
"PodcastIndexKit"
],
"sources" : [
"Models/AppleReplacementPodcast.swift",
"Models/AppleReplacementSearchResponse.swift",
"Models/CategoriesResponse.swift",
"Models/Category.swift",
"Models/DataResponse.swift",
"Models/Destination.swift",
"Models/Episode.swift",
"Models/EpisodeArrayResponse.swift",
"Models/EpisodeResponse.swift",
"Models/Podcast.swift",
"Models/PodcastArrayResponse.swift",
"Models/PodcastResponse.swift",
"Models/PubNotifyResponse.swift",
"Models/RandomEpisodeResponse.swift",
"Models/Soundbite.swift",
"Models/SoundbiteArrayResponse.swift",
"Models/StatProperty.swift",
"Models/StatsResponse.swift",
"Models/Transcript.swift",
"Models/Value.swift",
"Models/ValueResponse.swift",
"Networking.swift",
"Networking/Encoding/JSONParameterEncoder.swift",
"Networking/Encoding/ParameterEncoding.swift",
"Networking/Encoding/URLParameterEncoder.swift",
"Networking/Extensions/CharacterSet.swift",
"Networking/Extensions/Encodable.swift",
"Networking/Service/EndpointType.swift",
"Networking/Service/HTTPMethod.swift",
"Networking/Service/HTTPTask.swift",
"Networking/Service/NetworkRouter.swift",
"Networking/Service/NetworkingProtocol.swift",
"Networking/Service/StatusCode.swift",
"PodcastActor.swift",
"PodcastCodable.swift",
"PodcastEnvironment.swift",
"PodcastIndexKit.swift",
"Services/AppleReplacementService.swift",
"Services/CategoriesService.swift",
"Services/EpisodesService.swift",
"Services/HubService.swift",
"Services/PodcastsService.swift",
"Services/RecentService.swift",
"Services/SearchService.swift",
"Services/ServiceHelper.swift",
"Services/StatsService.swift",
"Services/ValueService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
PodcastIndexKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: PodcastIndexKit
{
"dependencies" : [
],
"manifest_display_name" : "PodcastIndexKit",
"name" : "PodcastIndexKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "PodcastIndexKit",
"targets" : [
"PodcastIndexKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PodcastIndexKit",
"module_type" : "SwiftTarget",
"name" : "PodcastIndexKit",
"path" : "Sources/PodcastIndexKit",
"product_memberships" : [
"PodcastIndexKit"
],
"sources" : [
"Models/AppleReplacementPodcast.swift",
"Models/AppleReplacementSearchResponse.swift",
"Models/CategoriesResponse.swift",
"Models/Category.swift",
"Models/DataResponse.swift",
"Models/Destination.swift",
"Models/Episode.swift",
"Models/EpisodeArrayResponse.swift",
"Models/EpisodeResponse.swift",
"Models/Podcast.swift",
"Models/PodcastArrayResponse.swift",
"Models/PodcastResponse.swift",
"Models/PubNotifyResponse.swift",
"Models/RandomEpisodeResponse.swift",
"Models/Soundbite.swift",
"Models/SoundbiteArrayResponse.swift",
"Models/StatProperty.swift",
"Models/StatsResponse.swift",
"Models/Transcript.swift",
"Models/Value.swift",
"Models/ValueResponse.swift",
"Networking.swift",
"Networking/Encoding/JSONParameterEncoder.swift",
"Networking/Encoding/ParameterEncoding.swift",
"Networking/Encoding/URLParameterEncoder.swift",
"Networking/Extensions/CharacterSet.swift",
"Networking/Extensions/Encodable.swift",
"Networking/Service/EndpointType.swift",
"Networking/Service/HTTPMethod.swift",
"Networking/Service/HTTPTask.swift",
"Networking/Service/NetworkRouter.swift",
"Networking/Service/NetworkingProtocol.swift",
"Networking/Service/StatusCode.swift",
"PodcastActor.swift",
"PodcastCodable.swift",
"PodcastEnvironment.swift",
"PodcastIndexKit.swift",
"Services/AppleReplacementService.swift",
"Services/CategoriesService.swift",
"Services/EpisodesService.swift",
"Services/HubService.swift",
"Services/PodcastsService.swift",
"Services/RecentService.swift",
"Services/SearchService.swift",
"Services/ServiceHelper.swift",
"Services/StatsService.swift",
"Services/ValueService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"PodcastIndexKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PodcastIndexKit -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 PodcastIndexKit -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
PodcastIndexKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'PodcastIndexKit' in project 'PodcastIndexKit'
➜ Explicit dependency on target 'PodcastIndexKit' in project 'PodcastIndexKit'
Target 'PodcastIndexKit' in project 'PodcastIndexKit' (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: 7dfa8bab847bce16fb2225d64b1b3b3e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7dfa8bab847bce16fb2225d64b1b3b3e.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/PodcastIndexKit.modulemap (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/PodcastIndexKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/PodcastIndexKit.DependencyMetadataFileList (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/PodcastIndexKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/PodcastIndexKit.DependencyStaticMetadataFileList (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/PodcastIndexKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.SwiftFileList (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.LinkFileList (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.SwiftConstValuesFileList (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit_const_extract_protocols.json (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit-OutputFileMap.json (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit_const_extract_protocols.json (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.SwiftFileList (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.SwiftConstValuesFileList (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.LinkFileList (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit-OutputFileMap.json (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/PodcastIndexKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/PodcastIndexKit.modulemap (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/PodcastIndexKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver PodcastIndexKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PodcastIndexKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos10.0 -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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit-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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit_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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver PodcastIndexKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PodcastIndexKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos10.0 -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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit-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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit_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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Destination.swift,\ Episode.swift,\ EpisodeArrayResponse.swift,\ EpisodeResponse.swift,\ Podcast.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Destination.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Episode.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/EpisodeArrayResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/EpisodeResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Podcast.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Destination.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Episode.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/EpisodeArrayResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/EpisodeResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Podcast.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ValueResponse.swift,\ Networking.swift,\ JSONParameterEncoder.swift,\ ParameterEncoding.swift,\ URLParameterEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/ValueResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Encoding/JSONParameterEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Encoding/ParameterEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Encoding/URLParameterEncoder.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/ValueResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Encoding/JSONParameterEncoder.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Encoding/ParameterEncoding.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Encoding/URLParameterEncoder.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AppleReplacementPodcast.swift,\ AppleReplacementSearchResponse.swift,\ CategoriesResponse.swift,\ Category.swift,\ DataResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/AppleReplacementPodcast.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/AppleReplacementSearchResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/CategoriesResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Category.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/DataResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/AppleReplacementPodcast.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/AppleReplacementSearchResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/CategoriesResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Category.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/DataResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PodcastArrayResponse.swift,\ PodcastResponse.swift,\ PubNotifyResponse.swift,\ RandomEpisodeResponse.swift,\ Soundbite.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/PodcastArrayResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/PodcastResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/PubNotifyResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/RandomEpisodeResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Soundbite.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/PodcastArrayResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/PodcastResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/PubNotifyResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/RandomEpisodeResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Soundbite.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SoundbiteArrayResponse.swift,\ StatProperty.swift,\ StatsResponse.swift,\ Transcript.swift,\ Value.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/SoundbiteArrayResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/StatProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/StatsResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Transcript.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Value.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/SoundbiteArrayResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/StatProperty.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/StatsResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Transcript.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Value.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CharacterSet.swift,\ Encodable.swift,\ EndpointType.swift,\ HTTPMethod.swift,\ HTTPTask.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Extensions/CharacterSet.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Extensions/Encodable.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/EndpointType.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/HTTPTask.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Extensions/CharacterSet.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Extensions/Encodable.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/EndpointType.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/HTTPMethod.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/HTTPTask.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ PodcastIndexKit (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
EmitSwiftModule normal arm64 (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ PodcastIndexKit (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
EmitSwiftModule normal arm64_32 (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ PodcastEnvironment.swift,\ PodcastIndexKit.swift,\ AppleReplacementService.swift,\ CategoriesService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastIndexKit.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/AppleReplacementService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/CategoriesService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastEnvironment.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastIndexKit.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/AppleReplacementService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/CategoriesService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PodcastEnvironment.swift,\ PodcastIndexKit.swift,\ AppleReplacementService.swift,\ CategoriesService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastIndexKit.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/AppleReplacementService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/CategoriesService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastEnvironment.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastIndexKit.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/AppleReplacementService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/CategoriesService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ EpisodesService.swift,\ HubService.swift,\ PodcastsService.swift,\ RecentService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/EpisodesService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/HubService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/PodcastsService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/RecentService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/EpisodesService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/HubService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/PodcastsService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/RecentService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ NetworkRouter.swift,\ NetworkingProtocol.swift,\ StatusCode.swift,\ PodcastActor.swift,\ PodcastCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/NetworkRouter.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/NetworkingProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/StatusCode.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastActor.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastCodable.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/NetworkRouter.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/NetworkingProtocol.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/StatusCode.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastActor.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastCodable.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Emitting module for PodcastIndexKit (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriverJobDiscovery normal arm64 Emitting module for PodcastIndexKit (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriver\ Compilation\ Requirements PodcastIndexKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PodcastIndexKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos10.0 -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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit-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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit_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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling PodcastArrayResponse.swift, PodcastResponse.swift, PubNotifyResponse.swift, RandomEpisodeResponse.swift, Soundbite.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriver\ Compilation\ Requirements PodcastIndexKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PodcastIndexKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos10.0 -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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit-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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit_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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ SearchService.swift,\ ServiceHelper.swift,\ StatsService.swift,\ ValueService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/SearchService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/ServiceHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/StatsService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/ValueService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/SearchService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/ServiceHelper.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/StatsService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/ValueService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SearchService.swift,\ ServiceHelper.swift,\ StatsService.swift,\ ValueService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/SearchService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/ServiceHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/StatsService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/ValueService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/SearchService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/ServiceHelper.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/StatsService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/ValueService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Destination.swift, Episode.swift, EpisodeArrayResponse.swift, EpisodeResponse.swift, Podcast.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/PodcastIndexKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit-Swift.h (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/PodcastIndexKit-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling EpisodesService.swift, HubService.swift, PodcastsService.swift, RecentService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.swiftmodule (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.swiftdoc (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.abi.json (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/arm64_32-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling SoundbiteArrayResponse.swift, StatProperty.swift, StatsResponse.swift, Transcript.swift, Value.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.swiftmodule (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.swiftdoc (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.abi.json (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.swiftsourceinfo (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.swiftsourceinfo (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling AppleReplacementPodcast.swift, AppleReplacementSearchResponse.swift, CategoriesResponse.swift, Category.swift, DataResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64_32 Compiling\ PodcastArrayResponse.swift,\ PodcastResponse.swift,\ PubNotifyResponse.swift,\ RandomEpisodeResponse.swift,\ Soundbite.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/PodcastArrayResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/PodcastResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/PubNotifyResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/RandomEpisodeResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Soundbite.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/PodcastArrayResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/PodcastResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/PubNotifyResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/RandomEpisodeResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Soundbite.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ValueResponse.swift,\ Networking.swift,\ JSONParameterEncoder.swift,\ ParameterEncoding.swift,\ URLParameterEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/ValueResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Encoding/JSONParameterEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Encoding/ParameterEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Encoding/URLParameterEncoder.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/ValueResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Encoding/JSONParameterEncoder.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Encoding/ParameterEncoding.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Encoding/URLParameterEncoder.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ AppleReplacementPodcast.swift,\ AppleReplacementSearchResponse.swift,\ CategoriesResponse.swift,\ Category.swift,\ DataResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/AppleReplacementPodcast.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/AppleReplacementSearchResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/CategoriesResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Category.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/DataResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/AppleReplacementPodcast.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/AppleReplacementSearchResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/CategoriesResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Category.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/DataResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Destination.swift,\ Episode.swift,\ EpisodeArrayResponse.swift,\ EpisodeResponse.swift,\ Podcast.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Destination.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Episode.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/EpisodeArrayResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/EpisodeResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Podcast.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Destination.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Episode.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/EpisodeArrayResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/EpisodeResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Podcast.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling NetworkRouter.swift, NetworkingProtocol.swift, StatusCode.swift, PodcastActor.swift, PodcastCodable.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64 Compiling\ NetworkRouter.swift,\ NetworkingProtocol.swift,\ StatusCode.swift,\ PodcastActor.swift,\ PodcastCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/NetworkRouter.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/NetworkingProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/StatusCode.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastActor.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastCodable.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/NetworkRouter.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/NetworkingProtocol.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/StatusCode.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastActor.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/PodcastCodable.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CharacterSet.swift, Encodable.swift, EndpointType.swift, HTTPMethod.swift, HTTPTask.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64_32 Compiling\ CharacterSet.swift,\ Encodable.swift,\ EndpointType.swift,\ HTTPMethod.swift,\ HTTPTask.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Extensions/CharacterSet.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Extensions/Encodable.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/EndpointType.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/HTTPTask.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Extensions/CharacterSet.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Extensions/Encodable.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/EndpointType.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/HTTPMethod.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Networking/Service/HTTPTask.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling PodcastEnvironment.swift, PodcastIndexKit.swift, AppleReplacementService.swift, CategoriesService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64_32 Compiling\ SoundbiteArrayResponse.swift,\ StatProperty.swift,\ StatsResponse.swift,\ Transcript.swift,\ Value.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/SoundbiteArrayResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/StatProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/StatsResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Transcript.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Value.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/SoundbiteArrayResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/StatProperty.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/StatsResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Transcript.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Models/Value.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling PodcastEnvironment.swift, PodcastIndexKit.swift, AppleReplacementService.swift, CategoriesService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64 Compiling\ EpisodesService.swift,\ HubService.swift,\ PodcastsService.swift,\ RecentService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/EpisodesService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/HubService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/PodcastsService.swift /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/RecentService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/EpisodesService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/HubService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/PodcastsService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PodcastIndexKit/Services/RecentService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ValueResponse.swift, Networking.swift, JSONParameterEncoder.swift, ParameterEncoding.swift, URLParameterEncoder.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling CharacterSet.swift, Encodable.swift, EndpointType.swift, HTTPMethod.swift, HTTPTask.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriverJobDiscovery normal arm64 Compiling SearchService.swift, ServiceHelper.swift, StatsService.swift, ValueService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling SearchService.swift, ServiceHelper.swift, StatsService.swift, ValueService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriverJobDiscovery normal arm64 Compiling NetworkRouter.swift, NetworkingProtocol.swift, StatusCode.swift, PodcastActor.swift, PodcastCodable.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriverJobDiscovery normal arm64 Compiling EpisodesService.swift, HubService.swift, PodcastsService.swift, RecentService.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriver\ Compilation PodcastIndexKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PodcastIndexKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos10.0 -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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit-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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit_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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/Binary/PodcastIndexKit.o normal arm64 (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
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-watchos10.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit_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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/Binary/PodcastIndexKit.o
SwiftDriverJobDiscovery normal arm64_32 Compiling ValueResponse.swift, Networking.swift, JSONParameterEncoder.swift, ParameterEncoding.swift, URLParameterEncoder.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling SoundbiteArrayResponse.swift, StatProperty.swift, StatsResponse.swift, Transcript.swift, Value.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling PodcastArrayResponse.swift, PodcastResponse.swift, PubNotifyResponse.swift, RandomEpisodeResponse.swift, Soundbite.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling AppleReplacementPodcast.swift, AppleReplacementSearchResponse.swift, CategoriesResponse.swift, Category.swift, DataResponse.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling Destination.swift, Episode.swift, EpisodeArrayResponse.swift, EpisodeResponse.swift, Podcast.swift (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
SwiftDriver\ Compilation PodcastIndexKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PodcastIndexKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos10.0 -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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit-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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit_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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/Binary/PodcastIndexKit.o normal arm64_32 (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
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-watchos10.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit_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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/Binary/PodcastIndexKit.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.o normal arm64\ arm64_32 (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
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/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/Binary/PodcastIndexKit.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/Binary/PodcastIndexKit.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.o
ExtractAppIntentsMetadata (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
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 PodcastIndexKit --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 10.0 --bundle-identifier spi-builder-workspace.PodcastIndexKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.appintents --target-triple arm64-apple-watchos10.0 --target-triple arm64_32-apple-watchos10.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/PodcastIndexKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/PodcastIndexKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64/PodcastIndexKit.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PodcastIndexKit.build/Debug-watchos/PodcastIndexKit.build/Objects-normal/arm64_32/PodcastIndexKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-12-28 10:16:04.920 appintentsmetadataprocessor[769:4529] Starting appintentsmetadataprocessor export
2025-12-28 10:16:04.960 appintentsmetadataprocessor[769:4529] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.o (in target 'PodcastIndexKit' from project 'PodcastIndexKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PodcastIndexKit.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PodcastIndexKit",
"name" : "PodcastIndexKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "PodcastIndexKit",
"targets" : [
"PodcastIndexKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PodcastIndexKit",
"module_type" : "SwiftTarget",
"name" : "PodcastIndexKit",
"path" : "Sources/PodcastIndexKit",
"product_memberships" : [
"PodcastIndexKit"
],
"sources" : [
"Models/AppleReplacementPodcast.swift",
"Models/AppleReplacementSearchResponse.swift",
"Models/CategoriesResponse.swift",
"Models/Category.swift",
"Models/DataResponse.swift",
"Models/Destination.swift",
"Models/Episode.swift",
"Models/EpisodeArrayResponse.swift",
"Models/EpisodeResponse.swift",
"Models/Podcast.swift",
"Models/PodcastArrayResponse.swift",
"Models/PodcastResponse.swift",
"Models/PubNotifyResponse.swift",
"Models/RandomEpisodeResponse.swift",
"Models/Soundbite.swift",
"Models/SoundbiteArrayResponse.swift",
"Models/StatProperty.swift",
"Models/StatsResponse.swift",
"Models/Transcript.swift",
"Models/Value.swift",
"Models/ValueResponse.swift",
"Networking.swift",
"Networking/Encoding/JSONParameterEncoder.swift",
"Networking/Encoding/ParameterEncoding.swift",
"Networking/Encoding/URLParameterEncoder.swift",
"Networking/Extensions/CharacterSet.swift",
"Networking/Extensions/Encodable.swift",
"Networking/Service/EndpointType.swift",
"Networking/Service/HTTPMethod.swift",
"Networking/Service/HTTPTask.swift",
"Networking/Service/NetworkRouter.swift",
"Networking/Service/NetworkingProtocol.swift",
"Networking/Service/StatusCode.swift",
"PodcastActor.swift",
"PodcastCodable.swift",
"PodcastEnvironment.swift",
"PodcastIndexKit.swift",
"Services/AppleReplacementService.swift",
"Services/CategoriesService.swift",
"Services/EpisodesService.swift",
"Services/HubService.swift",
"Services/PodcastsService.swift",
"Services/RecentService.swift",
"Services/SearchService.swift",
"Services/ServiceHelper.swift",
"Services/StatsService.swift",
"Services/ValueService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.