The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SegmentAppsFlyer, reference 1.3.2 (2bba24), with Swift 6.3 for iOS using Xcode 26.4 on 28 Apr 2026 08:42:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SegmentAppsFlyer -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/segment-integrations/analytics-swift-appsflyer.git
Reference: 1.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/segment-integrations/analytics-swift-appsflyer
 * tag               1.3.2      -> FETCH_HEAD
HEAD is now at 2bba247 Version 1.3.2
Cloned https://github.com/segment-integrations/analytics-swift-appsflyer.git
Revision (git rev-parse @):
2bba2470fed61753eb953578476773770cc7c0f5
SUCCESS checkout https://github.com/segment-integrations/analytics-swift-appsflyer.git at 1.3.2
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/segment-integrations/analytics-swift-appsflyer.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic
Fetching from https://github.com/segmentio/analytics-swift.git
Fetching from https://github.com/segmentio/sovran-swift.git
Fetching from https://github.com/segmentio/jsonsafeencoding-swift.git
Creating working copy of package ‘AppsFlyerFramework-Dynamic’
Checking out 6.17.8 of package ‘AppsFlyerFramework-Dynamic’
Creating working copy of package ‘sovran-swift’
Checking out 1.1.2 of package ‘sovran-swift’
Creating working copy of package ‘jsonsafeencoding-swift’
Checking out 2.0.0 of package ‘jsonsafeencoding-swift’
Creating working copy of package ‘analytics-swift’
Checking out 1.9.3 of package ‘analytics-swift’
Resolve Package Graph
Resolved source packages:
  Sovran: https://github.com/segmentio/sovran-swift.git @ 1.1.2
  SegmentAppsFlyer: /Users/admin/builder/spi-builder-workspace
  JSONSafeEncoding: https://github.com/segmentio/jsonsafeencoding-swift.git @ 2.0.0
  AppsFlyerLib: https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic @ 6.17.8
  Segment: https://github.com/segmentio/analytics-swift.git @ 1.9.3
resolved source packages: Sovran, SegmentAppsFlyer, JSONSafeEncoding, AppsFlyerLib, Segment
2026-04-28 04:42:32.050 xcodebuild[534:3119] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "analytics-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/segmentio/analytics-swift.git"
    },
    {
      "identity" : "appsflyerframework-dynamic",
      "requirement" : {
        "exact" : [
          "6.17.8"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic"
    }
  ],
  "manifest_display_name" : "SegmentAppsFlyer",
  "name" : "SegmentAppsFlyer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.1"
    }
  ],
  "products" : [
    {
      "name" : "SegmentAppsFlyer",
      "targets" : [
        "SegmentAppsFlyer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SegmentAppsFlyer",
      "module_type" : "SwiftTarget",
      "name" : "SegmentAppsFlyer",
      "path" : "Sources/SegmentAppsFlyer",
      "product_dependencies" : [
        "Segment",
        "AppsFlyerLib-Dynamic"
      ],
      "product_memberships" : [
        "SegmentAppsFlyer"
      ],
      "sources" : [
        "AppsFlyerDestination.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SegmentAppsFlyer"
    ]
  }
}
2026-04-28 04:42:39.505 xcodebuild[812:4523] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SegmentAppsFlyer -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SegmentAppsFlyer -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  JSONSafeEncoding: https://github.com/segmentio/jsonsafeencoding-swift.git @ 2.0.0
  SegmentAppsFlyer: /Users/admin/builder/spi-builder-workspace
  Sovran: https://github.com/segmentio/sovran-swift.git @ 1.1.2
  Segment: https://github.com/segmentio/analytics-swift.git @ 1.9.3
  AppsFlyerLib: https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic @ 6.17.8
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'SegmentAppsFlyer' in project 'SegmentAppsFlyer'
        ➜ Explicit dependency on target 'SegmentAppsFlyer' in project 'SegmentAppsFlyer'
        ➜ Explicit dependency on target 'Segment' in project 'Segment'
        ➜ Explicit dependency on target 'AppsFlyerLib-Dynamic' in project 'AppsFlyerLib'
    Target 'SegmentAppsFlyer' in project 'SegmentAppsFlyer'
        ➜ Explicit dependency on target 'Segment' in project 'Segment'
        ➜ Explicit dependency on target 'AppsFlyerLib-Dynamic' in project 'AppsFlyerLib'
    Target 'AppsFlyerLib-Dynamic' in project 'AppsFlyerLib' (no dependencies)
    Target 'Segment' in project 'Segment'
        ➜ Explicit dependency on target 'Segment' in project 'Segment'
        ➜ Explicit dependency on target 'Segment_Segment' in project 'Segment'
        ➜ Explicit dependency on target 'Sovran' in project 'Sovran'
        ➜ Explicit dependency on target 'JSONSafeEncoding' in project 'JSONSafeEncoding'
    Target 'Segment' in project 'Segment'
        ➜ Explicit dependency on target 'Segment_Segment' in project 'Segment'
        ➜ Explicit dependency on target 'Sovran' in project 'Sovran'
        ➜ Explicit dependency on target 'JSONSafeEncoding' in project 'JSONSafeEncoding'
    Target 'JSONSafeEncoding' in project 'JSONSafeEncoding'
        ➜ Explicit dependency on target 'JSONSafeEncoding' in project 'JSONSafeEncoding'
    Target 'JSONSafeEncoding' in project 'JSONSafeEncoding' (no dependencies)
    Target 'Sovran' in project 'Sovran'
        ➜ Explicit dependency on target 'Sovran' in project 'Sovran'
    Target 'Sovran' in project 'Sovran' (no dependencies)
    Target 'Segment_Segment' in project 'Segment' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: dda94ff915296a7cfb8c35923c233932
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/dda94ff915296a7cfb8c35923c233932.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Sovran.modulemap (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Sovran.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Sovran.DependencyMetadataFileList (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Sovran.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Sovran.DependencyStaticMetadataFileList (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Sovran.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.SwiftFileList (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.SwiftConstValuesFileList (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.LinkFileList (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran_const_extract_protocols.json (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran-OutputFileMap.json (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment_Segment.build/empty-Segment_Segment.plist (in target 'Segment_Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment_Segment.build/empty-Segment_Segment.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment_Segment.build/Segment_Segment.DependencyStaticMetadataFileList (in target 'Segment_Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment_Segment.build/Segment_Segment.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment_Segment.build/Segment_Segment.DependencyMetadataFileList (in target 'Segment_Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment_Segment.build/Segment_Segment.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Segment.modulemap (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Segment.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Segment.DependencyStaticMetadataFileList (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Segment.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Segment.DependencyMetadataFileList (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Segment.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.SwiftFileList (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.SwiftConstValuesFileList (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.LinkFileList (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment-OutputFileMap.json (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment_const_extract_protocols.json (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Sovran.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Sovran.modulemap (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Sovran.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/DerivedSources/resource_bundle_accessor.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_const_extract_protocols.json (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Segment.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Segment.modulemap (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Segment.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftFileList (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftConstValuesFileList (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.LinkFileList (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-OutputFileMap.json (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/JSONSafeEncoding.modulemap (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/JSONSafeEncoding.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/JSONSafeEncoding.DependencyStaticMetadataFileList (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/JSONSafeEncoding.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/JSONSafeEncoding.DependencyMetadataFileList (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/JSONSafeEncoding.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment_Segment.bundle (in target 'Segment_Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment_Segment.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/JSONSafeEncoding.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/JSONSafeEncoding.modulemap (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/JSONSafeEncoding.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
ProcessXCFramework /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/appsflyerframework-dynamic/AppsFlyerLib/AppsFlyerLib.xcframework /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AppsFlyerLib.framework ios
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-process-xcframework --xcframework /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/appsflyerframework-dynamic/AppsFlyerLib/AppsFlyerLib.xcframework --platform ios --target-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/appsflyerframework-dynamic/AppsFlyerLib/AppsFlyerLib.xcframework:1:1: note: The identity of “AppsFlyerLib.xcframework” is not recorded in your project.
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment_Segment.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Resources/PrivacyInfo.xcprivacy (in target 'Segment_Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment_Segment.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment_Segment.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment_Segment.build/empty-Segment_Segment.plist (in target 'Segment_Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment_Segment.build/empty-Segment_Segment.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment_Segment.bundle/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment_Segment.bundle (in target 'Segment_Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment_Segment.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment_Segment.bundle (in target 'Segment_Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment_Segment.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/SegmentAppsFlyer.DependencyStaticMetadataFileList (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/SegmentAppsFlyer.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/SegmentAppsFlyer.DependencyMetadataFileList (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/SegmentAppsFlyer.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/SegmentAppsFlyer.modulemap (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/SegmentAppsFlyer.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer_const_extract_protocols.json (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.SwiftFileList (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer-OutputFileMap.json (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.LinkFileList (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.SwiftConstValuesFileList (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SegmentAppsFlyer.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/SegmentAppsFlyer.modulemap (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/SegmentAppsFlyer.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver JSONSafeEncoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONSafeEncoding -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.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/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Sovran normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sovran -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.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/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-ABCXUGMOJ2Y64UUV2Y7D2BD52.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-AZAOCK6F554MUZT32IVY0H9WU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-C0JBBBFU09IEE46E6SRV4Q1QE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-87Z1ZXO1ICF314KKACY4HUBK8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-6TPSIDWYXNBLA4R5K8WO4R1U6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-2F1TLFMIYG87O875XOW4JCA6I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-CZOEYK3ZE2H1GST2SXCKMSTI4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-1UZ3PIGWNYDWKO4RKG8JKGDXH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-565O5PP7IF1NUBR8VGC9KQ0XG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-E112WBJLCCO8YEVKIIBLN111E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-B5BWU00VOG61G9AOF4IRYMH7A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-55R05UJ9OP6J0GUVQKCQ2JUC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-LW1ODH1EVGGYB87QNC42IG3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-CYVQLRLX0Z4HW57ZNJUKP0MPX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-EQZFBWWVW9KW6E3F3SNFCNB8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-BDFY0PWTCHRDMSGRRHNEC420M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-6EJIDGUP97A8AUBH8E5VMWPHN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-E9HS3HMP78PJ6KGCPCKFUCUBA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-CFY74N2OU9RJXSMJ80ALF0EW3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-C3D2CJ2NKDTWICORJSTRT3B20.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-CTU02QJ91OX1WXBASR1DGMARP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-85I3RD01DX6QDC0BOAFJC79GO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-BV2K5A80R7QF72PPJ2AL4LEFT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-55WQ5LB8ULK9Q3XB2SZOSNU4U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-2P43PJ5IH1F1FN66X6INYLBXN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-3HBCW452KADHV2JHDSQSLVUIK.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Sovran (in target 'Sovran' from project 'Sovran')
EmitSwiftModule normal arm64 (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ State.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/State.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/State.swift (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Subscriber.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Subscriber.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Subscriber.swift (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Action.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Action.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Action.swift (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Version.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Version.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Version.swift (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Store.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Store.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Store.swift (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Testing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Testing.swift (in target 'Sovran' from project 'Sovran')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift/Sources/Sovran/Testing.swift (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/JSONError.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/JSONError.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Version.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/Version.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/Version.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/JSONValue.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/JSONValue.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Sovran (in target 'Sovran' from project 'Sovran')
SwiftDriver\ Compilation\ Requirements Sovran normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sovran -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.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/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONSafeEncoding (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftCompile normal arm64 Compiling\ JSONSafeEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/JSONSafeEncoder.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/JSONSafeEncoder.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Sovran-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran-Swift.h (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Sovran-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Version.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.swiftmodule (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    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/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.swiftdoc (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    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/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.swiftmodule/arm64-apple-ios.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling Version.swift (in target 'Sovran' from project 'Sovran')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.abi.json (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    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/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.swiftsourceinfo (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    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/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver\ Compilation\ Requirements JSONSafeEncoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONSafeEncoding -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.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/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/Extensions.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/Extensions.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/JSONSafeEncoding-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-Swift.h (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/JSONSafeEncoding-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftmodule (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    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/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftdoc (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    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/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.abi.json (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    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/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftsourceinfo (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    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/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver Segment normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Segment -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name analytics_swift -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.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/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling State.swift (in target 'Sovran' from project 'Sovran')
SwiftDriverJobDiscovery normal arm64 Compiling Action.swift (in target 'Sovran' from project 'Sovran')
SwiftDriverJobDiscovery normal arm64 Compiling Subscriber.swift (in target 'Sovran' from project 'Sovran')
SwiftDriverJobDiscovery normal arm64 Compiling JSONError.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftDriverJobDiscovery normal arm64 Compiling Testing.swift (in target 'Sovran' from project 'Sovran')
SwiftDriverJobDiscovery normal arm64 Compiling Extensions.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftDriverJobDiscovery normal arm64 Compiling JSONValue.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftDriverJobDiscovery normal arm64 Compiling Store.swift (in target 'Sovran' from project 'Sovran')
SwiftDriver\ Compilation Sovran normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sovran -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.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/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.o normal (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -O0 -w -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran_lto.o -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-ECM3Y8QRH4Y5FMBKRS6YOJ85V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-7B0982Q6MLVXSQ78X3N07E0DK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-DS24CBWPGCFOVVACIMJMR6WFK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-EW2K9W0YQWC2T3Z1GGPY7GKXI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-C65Z4AWN875Y8VT8I6TBJNO60.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-B5AYCFP2SDP17JIMPAQ27JZ71.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-CVRWF2G44AHHP0GD8MIQFK79J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-6MYNCC2PN7EO7CJDQYQ323O67.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SystemConfiguration-1C1CMOOEXNLTICV99LRNU7K9W.pcm
SwiftDriverJobDiscovery normal arm64 Compiling JSONSafeEncoder.swift (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-75XGIDIZX2YINO3FAWB1CAWNZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-3MWML9BHMUP77EG09RM7WXG5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-5SJHMOKLYARC4395W6K72I0KP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-90DK842Y3EG42WOBO0TGPL81T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-D8Z5TIX292UEVDVLFYLBFQHUX.pcm
SwiftDriver\ Compilation JSONSafeEncoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONSafeEncoding -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.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/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-8K831DTOCJP10GM4X7WGEWY0X.pcm
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.o normal (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -O0 -w -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_lto.o -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-58E2KM3LSTQKD06R8G4WBFIFB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-779OHCQHYTK25WW3AXPUP5AKI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-9H3VMH21VO8IC6KMX771C76HI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-C2TXQQRTHPR4P0JLTT4RJULD6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-7XBWGXMD6XE972SNJU4J6IC3Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-MOMMY9RG6CXGEEDQ5S1SHP7L.pcm
ExtractAppIntentsMetadata (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.2rMZkY/Metal.xctoolchain --module-name Sovran --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk --xcode-version 17E192 --platform-family iOS --deployment-target 13.0 --bundle-identifier sovran-swift.Sovran --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Sovran.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Sovran.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sovran.build/Debug-iphoneos/Sovran.build/Objects-normal/arm64/Sovran.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-28 04:42:52.668 appintentsmetadataprocessor[942:5285] Starting appintentsmetadataprocessor export
2026-04-28 04:42:52.696 appintentsmetadataprocessor[942:5285] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.2rMZkY/Metal.xctoolchain --module-name JSONSafeEncoding --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk --xcode-version 17E192 --platform-family iOS --deployment-target 13.0 --bundle-identifier jsonsafeencoding-swift.JSONSafeEncoding --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/JSONSafeEncoding.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/JSONSafeEncoding.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONSafeEncoding.build/Debug-iphoneos/JSONSafeEncoding.build/Objects-normal/arm64/JSONSafeEncoding.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-28 04:42:52.668 appintentsmetadataprocessor[943:5287] Starting appintentsmetadataprocessor export
2026-04-28 04:42:52.696 appintentsmetadataprocessor[943:5287] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-75VH460NV1QUY0VQU4UOSW2NQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-20T4Q3416VKY8TYMM1ACF26SQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-AZZ9ECOQGW9T7SORXXCLAG8SJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-KMEF5CO892X5JD6NRL8AVBIJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-3TBDK2TU082Z8QQ932S15QU7J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-2Z3AWTCOYDOGH6K7J8MQR3ENJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-14ICUI3JR710PYOI3IV5YEWP8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-3D4DDE6DOD13ZZWZS3X2KJ9GO.pcm
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.o (in target 'Sovran' from project 'Sovran')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sovran-swift
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Sovran.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.o (in target 'JSONSafeEncoding' from project 'JSONSafeEncoding')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jsonsafeencoding-swift
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONSafeEncoding.o
SwiftEmitModule normal arm64 Emitting\ module\ for\ Segment (in target 'Segment' from project 'Segment')
EmitSwiftModule normal arm64 (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Telemetry.swift,\ UserAgent.swift,\ Utils.swift,\ iso8601.swift,\ Version.swift,\ Waiting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Telemetry.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/UserAgent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/iso8601.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Version.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Waiting.swift (in target 'Segment' from project 'Segment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Telemetry.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/UserAgent.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Utils.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/iso8601.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Version.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Waiting.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OutputFileStream.swift,\ CountBasedFlushPolicy.swift,\ FlushPolicy.swift,\ IntervalBasedFlushPolicy.swift,\ QueueTimer.swift,\ DataStore.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/OutputFileStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Policies/CountBasedFlushPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Policies/FlushPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Policies/IntervalBasedFlushPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/QueueTimer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/DataStore.swift (in target 'Segment' from project 'Segment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/OutputFileStream.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Policies/CountBasedFlushPolicy.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Policies/FlushPolicy.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Policies/IntervalBasedFlushPolicy.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/QueueTimer.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/DataStore.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Storage.swift,\ TransientDB.swift,\ DirectoryStore.swift,\ MemoryStore.swift,\ FileHandleExt.swift,\ LineStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/Storage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/TransientDB.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/Types/DirectoryStore.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/Types/MemoryStore.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/Utilities/FileHandleExt.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/Utilities/LineStream.swift (in target 'Segment' from project 'Segment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/Storage.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/TransientDB.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/Types/DirectoryStore.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/Types/MemoryStore.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/Utilities/FileHandleExt.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Storage/Utilities/LineStream.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ VendorSystem.swift,\ WindowsUtils.swift,\ iOSDelegation.swift,\ iOSLifecycleEvents.swift,\ iOSLifecycleMonitor.swift,\ watchOSDelegation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Vendors/VendorSystem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Vendors/WindowsUtils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/iOS/iOSDelegation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/watchOS/watchOSDelegation.swift (in target 'Segment' from project 'Segment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Vendors/VendorSystem.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Vendors/WindowsUtils.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/iOS/iOSDelegation.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/watchOS/watchOSDelegation.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ watchOSLifecycleEvents.swift,\ watchOSLifecycleMonitor.swift,\ SegmentDestination.swift,\ StartupQueue.swift,\ Settings.swift,\ Startup.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/watchOS/watchOSLifecycleEvents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/watchOS/watchOSLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/SegmentDestination.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/StartupQueue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Settings.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Startup.swift (in target 'Segment' from project 'Segment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/watchOS/watchOSLifecycleEvents.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/watchOS/watchOSLifecycleMonitor.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/SegmentDestination.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/StartupQueue.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Settings.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Startup.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONKeyPath.swift,\ Logging.swift,\ HTTPClient.swift,\ HTTPSession+Apple.swift,\ HTTPSession.swift,\ Noncodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/JSONKeyPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Logging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Networking/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Networking/HTTPSession+Apple.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Networking/HTTPSession.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Noncodable.swift (in target 'Segment' from project 'Segment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/JSONKeyPath.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Logging.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Networking/HTTPClient.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Networking/HTTPSession+Apple.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Networking/HTTPSession.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Noncodable.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DeviceToken.swift,\ LinuxLifecycleMonitor.swift,\ macOSLifecycleEvents.swift,\ macOSLifecycleMonitor.swift,\ AppleUtils.swift,\ LinuxUtils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/DeviceToken.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Linux/LinuxLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Mac/macOSLifecycleEvents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Mac/macOSLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Vendors/LinuxUtils.swift (in target 'Segment' from project 'Segment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/DeviceToken.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Linux/LinuxLifecycleMonitor.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Mac/macOSLifecycleEvents.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Mac/macOSLifecycleMonitor.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Platforms/Vendors/LinuxUtils.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ State.swift,\ Timeline.swift,\ Types.swift,\ Atomic.swift,\ CompletionGroup.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/State.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Timeline.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Types.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Atomic.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/CompletionGroup.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/JSON.swift (in target 'Segment' from project 'Segment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/State.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Timeline.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Types.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/Atomic.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/CompletionGroup.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Utilities/JSON.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Analytics.swift,\ Configuration.swift,\ Deprecations.swift,\ Errors.swift,\ Events.swift,\ ObjCAnalytics.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Analytics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Configuration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Deprecations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Events.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/ObjC/ObjCAnalytics.swift (in target 'Segment' from project 'Segment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/DerivedSources/resource_bundle_accessor.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Analytics.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Configuration.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Deprecations.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Errors.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Events.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/ObjC/ObjCAnalytics.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ObjCConfiguration.swift,\ ObjCEvents.swift,\ ObjCPlugin.swift,\ Plugins.swift,\ Context.swift,\ DestinationMetadataPlugin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/ObjC/ObjCConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/ObjC/ObjCEvents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/ObjC/ObjCPlugin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Context.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/DestinationMetadataPlugin.swift (in target 'Segment' from project 'Segment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/ObjC/ObjCConfiguration.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/ObjC/ObjCEvents.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/ObjC/ObjCPlugin.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/Context.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift/Sources/Segment/Plugins/DestinationMetadataPlugin.swift (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling OutputFileStream.swift, CountBasedFlushPolicy.swift, FlushPolicy.swift, IntervalBasedFlushPolicy.swift, QueueTimer.swift, DataStore.swift (in target 'Segment' from project 'Segment')
SwiftDriverJobDiscovery normal arm64 Compiling JSONKeyPath.swift, Logging.swift, HTTPClient.swift, HTTPSession+Apple.swift, HTTPSession.swift, Noncodable.swift (in target 'Segment' from project 'Segment')
SwiftDriverJobDiscovery normal arm64 Emitting module for Segment (in target 'Segment' from project 'Segment')
SwiftDriver\ Compilation\ Requirements Segment normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Segment -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name analytics_swift -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.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/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Segment-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment-Swift.h (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Segment-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.swiftmodule (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    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/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.swiftdoc (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    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/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.abi.json (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    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/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.swiftsourceinfo (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    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/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver SegmentAppsFlyer normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SegmentAppsFlyer -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.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/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Storage.swift, TransientDB.swift, DirectoryStore.swift, MemoryStore.swift, FileHandleExt.swift, LineStream.swift (in target 'Segment' from project 'Segment')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Analytics.swift, Configuration.swift, Deprecations.swift, Errors.swift, Events.swift, ObjCAnalytics.swift (in target 'Segment' from project 'Segment')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/AppsFlyerLib-JGZEVP4LXUPVQTHPRCMNFS7E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-9AX3RKEQL92U0NWGM7SNAFFWY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/BackgroundAssets-7JRQ9GF8JS4E1HW0IY7MLNHWT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ExtensionFoundation-3JBD1UQOCY7B2SQKSWJEFT1RJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/LocalAuthentication-DVDOMKCPRU5A0RD2GV1H79MHP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-D83SYUY05EMHOXUT7ILJR94QB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/StoreKit-TSTBMQXW5EFPCJGCWP6IQHNH.pcm
SwiftExplicitDependencyCompileModuleFromInterface arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/AppsFlyerLib-2HT3PZRCHDJHU.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling State.swift, Timeline.swift, Types.swift, Atomic.swift, CompletionGroup.swift, JSON.swift (in target 'Segment' from project 'Segment')
SwiftDriverJobDiscovery normal arm64 Compiling ObjCConfiguration.swift, ObjCEvents.swift, ObjCPlugin.swift, Plugins.swift, Context.swift, DestinationMetadataPlugin.swift (in target 'Segment' from project 'Segment')
SwiftEmitModule normal arm64 Emitting\ module\ for\ SegmentAppsFlyer (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
EmitSwiftModule normal arm64 (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling Version.swift (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
SwiftDriverJobDiscovery normal arm64 Emitting module for SegmentAppsFlyer (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
SwiftDriver\ Compilation\ Requirements SegmentAppsFlyer normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SegmentAppsFlyer -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.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/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SegmentAppsFlyer-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer-Swift.h (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SegmentAppsFlyer-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.swiftdoc (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    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/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.swiftmodule (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    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/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.abi.json (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    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/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.swiftsourceinfo (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    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/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DeviceToken.swift, LinuxLifecycleMonitor.swift, macOSLifecycleEvents.swift, macOSLifecycleMonitor.swift, AppleUtils.swift, LinuxUtils.swift (in target 'Segment' from project 'Segment')
SwiftDriverJobDiscovery normal arm64 Compiling watchOSLifecycleEvents.swift, watchOSLifecycleMonitor.swift, SegmentDestination.swift, StartupQueue.swift, Settings.swift, Startup.swift (in target 'Segment' from project 'Segment')
SwiftDriverJobDiscovery normal arm64 Compiling Telemetry.swift, UserAgent.swift, Utils.swift, iso8601.swift, Version.swift, Waiting.swift (in target 'Segment' from project 'Segment')
SwiftDriverJobDiscovery normal arm64 Compiling VendorSystem.swift, WindowsUtils.swift, iOSDelegation.swift, iOSLifecycleEvents.swift, iOSLifecycleMonitor.swift, watchOSDelegation.swift (in target 'Segment' from project 'Segment')
SwiftDriver\ Compilation Segment normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Segment -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name analytics_swift -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.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/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.o normal (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -O0 -w -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment_lto.o -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.o
ExtractAppIntentsMetadata (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.2rMZkY/Metal.xctoolchain --module-name Segment --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk --xcode-version 17E192 --platform-family iOS --deployment-target 13.0 --bundle-identifier analytics-swift.Segment --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Segment.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Segment.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segment.build/Debug-iphoneos/Segment.build/Objects-normal/arm64/Segment.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-28 04:42:55.421 appintentsmetadataprocessor[1010:5793] Starting appintentsmetadataprocessor export
2026-04-28 04:42:55.432 appintentsmetadataprocessor[1010:5793] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.o (in target 'Segment' from project 'Segment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/analytics-swift
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Segment.o
SwiftDriverJobDiscovery normal arm64 Compiling AppsFlyerDestination.swift (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
SwiftDriver\ Compilation SegmentAppsFlyer normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SegmentAppsFlyer -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.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/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.o normal (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer_lto.o -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.o
ExtractAppIntentsMetadata (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.2rMZkY/Metal.xctoolchain --module-name SegmentAppsFlyer --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk --xcode-version 17E192 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.SegmentAppsFlyer --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/SegmentAppsFlyer.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/SegmentAppsFlyer.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SegmentAppsFlyer.build/Debug-iphoneos/SegmentAppsFlyer.build/Objects-normal/arm64/SegmentAppsFlyer.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-28 04:42:55.680 appintentsmetadataprocessor[1015:5819] Starting appintentsmetadataprocessor export
2026-04-28 04:42:55.688 appintentsmetadataprocessor[1015:5819] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.o (in target 'SegmentAppsFlyer' from project 'SegmentAppsFlyer')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SegmentAppsFlyer.o
** BUILD SUCCEEDED **
2026-04-28 04:42:42.584 xcodebuild[820:4597] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
  "dependencies" : [
    {
      "identity" : "analytics-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/segmentio/analytics-swift.git"
    },
    {
      "identity" : "appsflyerframework-dynamic",
      "requirement" : {
        "exact" : [
          "6.17.8"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic"
    }
  ],
  "manifest_display_name" : "SegmentAppsFlyer",
  "name" : "SegmentAppsFlyer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.1"
    }
  ],
  "products" : [
    {
      "name" : "SegmentAppsFlyer",
      "targets" : [
        "SegmentAppsFlyer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SegmentAppsFlyer",
      "module_type" : "SwiftTarget",
      "name" : "SegmentAppsFlyer",
      "path" : "Sources/SegmentAppsFlyer",
      "product_dependencies" : [
        "Segment",
        "AppsFlyerLib-Dynamic"
      ],
      "product_memberships" : [
        "SegmentAppsFlyer"
      ],
      "sources" : [
        "AppsFlyerDestination.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.