The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of DeepLink, reference v0.1.0 (f25c3d), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 22:30:32 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 DeepLink-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

SwiftCompile normal arm64 Compiling\ DeepLinkPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/DeepLinkPlugin.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/DeepLinkPlugin.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Host.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/Host.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/Host.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PathItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/PathItem.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/PathItem.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Property.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/Property.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/Property.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ QueryItem.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/QueryItem.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/QueryItem.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ QueryItems.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/QueryItems.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/QueryItems.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TypedStringURLComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/TypedStringURLComponent.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/TypedStringURLComponent.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/TypedStringURLComponent.swift:6:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
public struct TypedStringURLComponent: ExtensionMacro, MemberMacro {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
  public static func expansion(
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:55:15: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
  static func expansion(
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/TypedStringURLComponent.swift:14:18: warning: TODO: Fix when multiple protocols are provided
        #warning("TODO: Fix when multiple protocols are provided")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ User.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/User.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/User.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ DeepLinkPlugin (in target 'DeepLinkPlugin' from project 'DeepLink')
EmitSwiftModule normal arm64 (in target 'DeepLinkPlugin' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/DeepLink.swift:6:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
public struct DeepLink: MemberMacro {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
  public static func expansion(
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:55:15: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
  static func expansion(
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/TypedStringURLComponent.swift:6:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
public struct TypedStringURLComponent: ExtensionMacro, MemberMacro {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
  public static func expansion(
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:55:15: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
  static func expansion(
              ^
SwiftCompile normal arm64 Compiling\ DeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/DeepLink.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/DeepLink.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DeepLinkPlugin/DeepLink.swift:6:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
public struct DeepLink: MemberMacro {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
  public static func expansion(
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:55:15: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
  static func expansion(
              ^
SwiftDriverJobDiscovery normal arm64 Emitting module for DeepLinkPlugin (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftDriver\ Compilation\ Requirements DeepLinkPlugin normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DeepLinkPlugin' from project 'DeepLink')
    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 DeepLinkPlugin -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin-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/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.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 -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.swiftmodule (in target 'DeepLinkPlugin' from project 'DeepLink')
    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/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.swiftdoc (in target 'DeepLinkPlugin' from project 'DeepLink')
    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/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.abi.json (in target 'DeepLinkPlugin' from project 'DeepLink')
    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/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.swiftsourceinfo (in target 'DeepLinkPlugin' from project 'DeepLink')
    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/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling User.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64 Compiling Property.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64 Compiling PathItem.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64 Compiling QueryItem.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64 Compiling QueryItems.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64 Compiling Host.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64 Compiling DeepLinkPlugin.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64 Compiling TypedStringURLComponent.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64 Compiling DeepLink.swift (in target 'DeepLinkPlugin' from project 'DeepLink')
SwiftDriver\ Compilation DeepLinkPlugin normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DeepLinkPlugin' from project 'DeepLink')
    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 DeepLinkPlugin -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin-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/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.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 -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin normal (in target 'DeepLinkPlugin' from project 'DeepLink')
    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-macos10.15 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug/DeepLinkPlugin.build/Objects-normal/arm64/DeepLinkPlugin.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftDiagnostics.build/Objects-normal/arm64/SwiftDiagnostics.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax510.build/Objects-normal/arm64/SwiftSyntax510.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax600.build/Objects-normal/arm64/SwiftSyntax600.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax601.build/Objects-normal/arm64/SwiftSyntax601.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax602.build/Objects-normal/arm64/SwiftSyntax602.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax603.build/Objects-normal/arm64/SwiftSyntax603.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntaxBuilder.build/Objects-normal/arm64/SwiftSyntaxBuilder.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftBasicFormat.build/Objects-normal/arm64/SwiftBasicFormat.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftParser.build/Objects-normal/arm64/SwiftParser.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftParserDiagnostics.build/Objects-normal/arm64/SwiftParserDiagnostics.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntaxMacros.build/Objects-normal/arm64/SwiftSyntaxMacros.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftCompilerPlugin.build/Objects-normal/arm64/SwiftCompilerPlugin.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftOperators.build/Objects-normal/arm64/SwiftOperators.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntaxMacroExpansion.build/Objects-normal/arm64/SwiftSyntaxMacroExpansion.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftCompilerPluginMessageHandling.build/Objects-normal/arm64/SwiftCompilerPluginMessageHandling.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin (in target 'DeepLinkPlugin' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin
SwiftDriver DeepLink normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DeepLink' from project 'DeepLink')
    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 DeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink-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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink_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/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DeepLink normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DeepLink' from project 'DeepLink')
    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 DeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink-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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink_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/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DeepLink normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DeepLink' from project 'DeepLink')
    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 DeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink-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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink_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/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/DeepLink.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/DeepLink.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Typealises.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/Typealises.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/Typealises.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ DeepLink (in target 'DeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
EmitSwiftModule normal arm64 (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DeepLink+canOpen.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/DeepLink+canOpen.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/DeepLink+canOpen.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TypedStringURLComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/TypedStringURLComponent.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/TypedStringURLComponent.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Macros.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/Macros.swift (in target 'DeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/Macros.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ DeepLink (in target 'DeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
EmitSwiftModule normal armv7k (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/DeepLink.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/DeepLink.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DeepLink+canOpen.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/DeepLink+canOpen.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/DeepLink+canOpen.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DeepLink (in target 'DeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
EmitSwiftModule normal arm64_32 (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Typealises.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/Typealises.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/Typealises.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling DeepLink+canOpen.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal arm64_32 Compiling\ DeepLink+canOpen.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/DeepLink+canOpen.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/DeepLink+canOpen.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling DeepLink+canOpen.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal arm64_32 Compiling\ TypedStringURLComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/TypedStringURLComponent.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/TypedStringURLComponent.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling TypedStringURLComponent.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal armv7k Compiling\ TypedStringURLComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/TypedStringURLComponent.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/TypedStringURLComponent.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for DeepLink (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal armv7k Compiling\ Macros.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/Macros.swift (in target 'DeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/Macros.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ DeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/DeepLink.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/DeepLink.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for DeepLink (in target 'DeepLink' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64_32 Emitting module for DeepLink (in target 'DeepLink' from project 'DeepLink')
SwiftDriver\ Compilation\ Requirements DeepLink normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DeepLink' from project 'DeepLink')
    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 DeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink-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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink_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/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Macros.swift (in target 'DeepLink' from project 'DeepLink')
SwiftDriver\ Compilation\ Requirements DeepLink normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DeepLink' from project 'DeepLink')
    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 DeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink-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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink_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/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements DeepLink normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DeepLink' from project 'DeepLink')
    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 DeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink-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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink_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/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.swiftmodule (in target 'DeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/DeepLink-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink-Swift.h (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/DeepLink-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.swiftdoc (in target 'DeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.abi.json (in target 'DeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.swiftmodule (in target 'DeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.swiftdoc (in target 'DeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.abi.json (in target 'DeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.swiftmodule (in target 'DeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.swiftdoc (in target 'DeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.abi.json (in target 'DeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.swiftsourceinfo (in target 'DeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.swiftsourceinfo (in target 'DeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.swiftsourceinfo (in target 'DeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ Typealises.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/Typealises.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/Typealises.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Macros.swift /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/Macros.swift (in target 'DeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DeepLink/Macros.swift (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling TypedStringURLComponent.swift (in target 'DeepLink' from project 'DeepLink')
SwiftDriverJobDiscovery normal armv7k Compiling Macros.swift (in target 'DeepLink' from project 'DeepLink')
SwiftDriver CallsheetDeepLink normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CallsheetDeepLink' from project 'DeepLink')
    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 CallsheetDeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink-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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink_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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CallsheetDeepLink normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CallsheetDeepLink' from project 'DeepLink')
    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 CallsheetDeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink-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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink_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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ CallsheetDeepLink (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
EmitSwiftModule normal armv7k (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CallsheetDeepLink (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
EmitSwiftModule normal arm64_32 (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling TypedStringURLComponent.swift (in target 'DeepLink' from project 'DeepLink')
SwiftDriver CallsheetDeepLink normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CallsheetDeepLink' from project 'DeepLink')
    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 CallsheetDeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink-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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink_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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling DeepLink+canOpen.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal arm64_32 Compiling\ ActivateInputCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/ActivateInputCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/ActivateInputCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ CallsheetDeepLink (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
EmitSwiftModule normal arm64 (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Typealises.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal armv7k Compiling\ CallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/CallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/CallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/CallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/CallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling DeepLink.swift (in target 'DeepLink' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64 Compiling Typealises.swift (in target 'DeepLink' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64 Compiling DeepLink.swift (in target 'DeepLink' from project 'DeepLink')
SwiftDriver\ Compilation DeepLink normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DeepLink' from project 'DeepLink')
    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 DeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink-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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink_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/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation DeepLink normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DeepLink' from project 'DeepLink')
    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 DeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink-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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink_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/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink-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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/Binary/DeepLink.o normal armv7k (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink_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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/Binary/DeepLink.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/Binary/DeepLink.o normal arm64 (in target 'DeepLink' from project 'DeepLink')
    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-watchos6.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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink_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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/Binary/DeepLink.o
SwiftCompile normal armv7k Compiling\ SearchCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/SearchCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/SearchCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Macros.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal arm64 Compiling\ TVEpisodeCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/TVEpisodeCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/TVEpisodeCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ SearchCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/SearchCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/SearchCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling CallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal armv7k Compiling\ TVSeasonCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/TVSeasonCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/TVSeasonCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling CallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal arm64_32 Compiling\ CallsheetMediaType.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/CallsheetMediaType.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/CallsheetMediaType.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for CallsheetDeepLink (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftDriver\ Compilation\ Requirements CallsheetDeepLink normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CallsheetDeepLink' from project 'DeepLink')
    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 CallsheetDeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink-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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink_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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling ActivateInputCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal arm64_32 Compiling\ MediaDetailsCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/MediaDetailsCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/MediaDetailsCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.swiftmodule (in target 'CallsheetDeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Compiling CallsheetMediaType.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.swiftdoc (in target 'CallsheetDeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.abi.json (in target 'CallsheetDeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.swiftsourceinfo (in target 'CallsheetDeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal armv7k Compiling SearchCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal arm64 Compiling\ TVSeasonCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/TVSeasonCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/TVSeasonCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal armv7k Compiling\ TVEpisodeCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/TVEpisodeCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/TVEpisodeCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal armv7k Compiling\ MediaDetailsCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/MediaDetailsCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/MediaDetailsCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftDriverJobDiscovery normal arm64 Compiling TVEpisodeCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal arm64 Compiling\ CallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/CallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/CallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling SearchCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal arm64_32 Compiling\ TVSeasonCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/TVSeasonCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/TVSeasonCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftDriverJobDiscovery normal armv7k Compiling TVSeasonCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal arm64 Compiling\ MediaDetailsCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/MediaDetailsCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/MediaDetailsCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Emitting module for CallsheetDeepLink (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftDriver\ Compilation\ Requirements CallsheetDeepLink normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CallsheetDeepLink' from project 'DeepLink')
    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 CallsheetDeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink-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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink_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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for CallsheetDeepLink (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftDriver\ Compilation\ Requirements CallsheetDeepLink normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CallsheetDeepLink' from project 'DeepLink')
    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 CallsheetDeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink-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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink_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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.swiftmodule (in target 'CallsheetDeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/CallsheetDeepLink-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink-Swift.h (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/CallsheetDeepLink-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.swiftdoc (in target 'CallsheetDeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.abi.json (in target 'CallsheetDeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.swiftmodule (in target 'CallsheetDeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.swiftdoc (in target 'CallsheetDeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.abi.json (in target 'CallsheetDeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.swiftsourceinfo (in target 'CallsheetDeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.swiftsourceinfo (in target 'CallsheetDeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ TVEpisodeCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/TVEpisodeCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/TVEpisodeCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64 Compiling\ ActivateInputCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/ActivateInputCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/ActivateInputCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling MediaDetailsCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal armv7k Compiling\ ActivateInputCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/ActivateInputCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/ActivateInputCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling CallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal armv7k Compiling\ CallsheetMediaType.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/CallsheetMediaType.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/CallsheetMediaType.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Typealises.swift (in target 'DeepLink' from project 'DeepLink')
SwiftCompile normal arm64 Compiling\ SearchCallsheetDeepLink.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/SearchCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/SearchCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftDriverJobDiscovery normal arm64_32 Compiling DeepLink.swift (in target 'DeepLink' from project 'DeepLink')
SwiftDriver\ Compilation DeepLink normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DeepLink' from project 'DeepLink')
    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 DeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink-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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink_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/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling TVSeasonCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftCompile normal arm64 Compiling\ CallsheetMediaType.swift /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/CallsheetMediaType.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CallsheetDeepLink/CallsheetMediaType.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/Binary/DeepLink.o normal arm64_32 (in target 'DeepLink' from project 'DeepLink')
    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-watchos6.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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink_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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/Binary/DeepLink.o
SwiftDriverJobDiscovery normal armv7k Compiling TVEpisodeCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftDriverJobDiscovery normal armv7k Compiling MediaDetailsCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.o normal arm64\ armv7k\ arm64_32 (in target 'DeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/Binary/DeepLink.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/Binary/DeepLink.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/Binary/DeepLink.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.o
ExtractAppIntentsMetadata (in target 'DeepLink' from project 'DeepLink')
    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 DeepLink --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 6.0 --bundle-identifier spi-builder-workspace.DeepLink --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/DeepLink.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/DeepLink.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64/DeepLink.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/armv7k/DeepLink.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/DeepLink.build/Objects-normal/arm64_32/DeepLink.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 15:30:31.883 appintentsmetadataprocessor[1642:8657] Starting appintentsmetadataprocessor export
2025-04-27 15:30:31.916 appintentsmetadataprocessor[1642:8657] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling ActivateInputCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64 Compiling MediaDetailsCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftDriverJobDiscovery normal armv7k Compiling ActivateInputCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftDriverJobDiscovery normal armv7k Compiling CallsheetMediaType.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftDriver\ Compilation CallsheetDeepLink normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CallsheetDeepLink' from project 'DeepLink')
    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 CallsheetDeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink-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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink_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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling TVSeasonCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64 Compiling CallsheetMediaType.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftDriverJobDiscovery normal arm64_32 Compiling TVEpisodeCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftDriver\ Compilation CallsheetDeepLink normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CallsheetDeepLink' from project 'DeepLink')
    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 CallsheetDeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink-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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink_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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SearchCallsheetDeepLink.swift (in target 'CallsheetDeepLink' from project 'DeepLink')
SwiftDriver\ Compilation CallsheetDeepLink normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CallsheetDeepLink' from project 'DeepLink')
    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 CallsheetDeepLink -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DeepLinkPlugin\#DeepLinkPlugin -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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink-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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink_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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.o (in target 'DeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeepLink.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/Binary/CallsheetDeepLink.o normal armv7k (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.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/PackageFrameworks -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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink_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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/Binary/CallsheetDeepLink.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/Binary/CallsheetDeepLink.o normal arm64_32 (in target 'CallsheetDeepLink' from project 'DeepLink')
    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-watchos6.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/PackageFrameworks -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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink_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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/Binary/CallsheetDeepLink.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/Binary/CallsheetDeepLink.o normal arm64 (in target 'CallsheetDeepLink' from project 'DeepLink')
    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-watchos6.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/PackageFrameworks -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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink_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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/Binary/CallsheetDeepLink.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.o normal arm64\ armv7k\ arm64_32 (in target 'CallsheetDeepLink' from project 'DeepLink')
    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/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/Binary/CallsheetDeepLink.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/Binary/CallsheetDeepLink.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/Binary/CallsheetDeepLink.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.o
ExtractAppIntentsMetadata (in target 'CallsheetDeepLink' from project 'DeepLink')
    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 CallsheetDeepLink --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 6.0 --bundle-identifier spi-builder-workspace.CallsheetDeepLink --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/CallsheetDeepLink.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/CallsheetDeepLink.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64/CallsheetDeepLink.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/armv7k/CallsheetDeepLink.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeepLink.build/Debug-watchos/CallsheetDeepLink.build/Objects-normal/arm64_32/CallsheetDeepLink.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 15:30:31.969 appintentsmetadataprocessor[1651:8707] Starting appintentsmetadataprocessor export
2025-04-27 15:30:31.999 appintentsmetadataprocessor[1651:8707] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.o (in target 'CallsheetDeepLink' from project 'DeepLink')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CallsheetDeepLink.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "DeepLink",
  "name" : "DeepLink",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DeepLink",
      "targets" : [
        "DeepLink"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CallsheetDeepLink",
      "targets" : [
        "CallsheetDeepLink"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DeepLinkPlugin",
      "targets" : [
        "DeepLinkPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OvercastDeepLinkTests",
      "module_type" : "SwiftTarget",
      "name" : "OvercastDeepLinkTests",
      "path" : "Tests/OvercastDeepLinkTests",
      "sources" : [
        "OvercastPodcastPageUniversalLinkTests.swift",
        "OvercastSubscribeDeepLinkTests.swift"
      ],
      "target_dependencies" : [
        "DeepLinkTestSupport",
        "OvercastDeepLink"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OvercastDeepLink",
      "module_type" : "SwiftTarget",
      "name" : "OvercastDeepLink",
      "path" : "Sources/OvercastDeepLink",
      "sources" : [
        "OvercastPodcastPageUniversalLink.swift",
        "OvercastSubscribeDeepLink.swift"
      ],
      "target_dependencies" : [
        "DeepLink"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MailDeepLinkTests",
      "module_type" : "SwiftTarget",
      "name" : "MailDeepLinkTests",
      "path" : "Tests/MailDeepLinkTests",
      "sources" : [
        "ComposeEmailDeepLinkTests.swift"
      ],
      "target_dependencies" : [
        "DeepLinkTestSupport",
        "MailDeepLink"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MailDeepLink",
      "module_type" : "SwiftTarget",
      "name" : "MailDeepLink",
      "path" : "Sources/MailDeepLink",
      "sources" : [
        "ComposeEmailDeepLink.swift",
        "MailDeepLink.swift"
      ],
      "target_dependencies" : [
        "DeepLink"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IvoryDeepLinkTests",
      "module_type" : "SwiftTarget",
      "name" : "IvoryDeepLinkTests",
      "path" : "Tests/IvoryDeepLinkTests",
      "sources" : [
        "IvoryUserProfileDeepLinkTests.swift",
        "MastodonAccountTests.swift"
      ],
      "target_dependencies" : [
        "DeepLinkTestSupport",
        "IvoryDeepLink"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IvoryDeepLink",
      "module_type" : "SwiftTarget",
      "name" : "IvoryDeepLink",
      "path" : "Sources/IvoryDeepLink",
      "sources" : [
        "IvoryDeepLink.swift",
        "IvoryUserProfileDeepLink.swift",
        "MastodonAccount.swift"
      ],
      "target_dependencies" : [
        "DeepLink"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FeedbackAssistantDeepLinkTests",
      "module_type" : "SwiftTarget",
      "name" : "FeedbackAssistantDeepLinkTests",
      "path" : "Tests/FeedbackAssistantDeepLinkTests",
      "sources" : [
        "NewFeedbackFeedbackAssistantDeepLinkTests.swift"
      ],
      "target_dependencies" : [
        "DeepLinkTestSupport",
        "FeedbackAssistantDeepLink"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeedbackAssistantDeepLink",
      "module_type" : "SwiftTarget",
      "name" : "FeedbackAssistantDeepLink",
      "path" : "Sources/FeedbackAssistantDeepLink",
      "sources" : [
        "FeedbackAssistantDeepLink.swift",
        "NewFeedbackFeedbackAssistantDeepLink.swift"
      ],
      "target_dependencies" : [
        "DeepLink"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DeepLinkTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "DeepLinkTestSupport",
      "path" : "Sources/DeepLinkTestSupport",
      "sources" : [
        "AssertEqual.swift",
        "queryItemsAreInIncreasingOrder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DeepLinkPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "DeepLinkPluginTests",
      "path" : "Tests/DeepLinkPluginTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "DeepLinkTests.swift"
      ],
      "target_dependencies" : [
        "DeepLinkPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeepLinkPlugin",
      "module_type" : "SwiftTarget",
      "name" : "DeepLinkPlugin",
      "path" : "Sources/DeepLinkPlugin",
      "product_dependencies" : [
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "DeepLink",
        "CallsheetDeepLink",
        "DeepLinkPlugin"
      ],
      "sources" : [
        "DeepLink.swift",
        "DeepLinkPlugin.swift",
        "Host.swift",
        "PathItem.swift",
        "Property.swift",
        "QueryItem.swift",
        "QueryItems.swift",
        "TypedStringURLComponent.swift",
        "User.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "DeepLink",
      "module_type" : "SwiftTarget",
      "name" : "DeepLink",
      "path" : "Sources/DeepLink",
      "product_memberships" : [
        "DeepLink",
        "CallsheetDeepLink"
      ],
      "sources" : [
        "DeepLink+canOpen.swift",
        "DeepLink.swift",
        "Macros.swift",
        "Typealises.swift",
        "TypedStringURLComponent.swift"
      ],
      "target_dependencies" : [
        "DeepLinkPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CallsheetDeepLinkTests",
      "module_type" : "SwiftTarget",
      "name" : "CallsheetDeepLinkTests",
      "path" : "Tests/CallsheetDeepLinkTests",
      "sources" : [
        "ActivateInputCallsheetDeepLinkTests.swift",
        "MediaDetailsCallsheetDeepLinkTests.swift",
        "SearchCallsheetDeepLinkTests.swift",
        "TVEpisodeCallsheetDeepLinkTests.swift",
        "TVSeasonCallsheetDeepLinkTests.swift"
      ],
      "target_dependencies" : [
        "CallsheetDeepLink",
        "DeepLinkTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CallsheetDeepLink",
      "module_type" : "SwiftTarget",
      "name" : "CallsheetDeepLink",
      "path" : "Sources/CallsheetDeepLink",
      "product_memberships" : [
        "CallsheetDeepLink"
      ],
      "sources" : [
        "ActivateInputCallsheetDeepLink.swift",
        "CallsheetDeepLink.swift",
        "CallsheetMediaType.swift",
        "MediaDetailsCallsheetDeepLink.swift",
        "SearchCallsheetDeepLink.swift",
        "TVEpisodeCallsheetDeepLink.swift",
        "TVSeasonCallsheetDeepLink.swift"
      ],
      "target_dependencies" : [
        "DeepLink"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.