The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SourceMapper, reference 3.0.0 (6caa27), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 10:39:02 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SourceMapper-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/SourceMapper.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/SourceMapper
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at 6caa27e Move test suite to Swift Testing (#7)
Cloned https://github.com/johnfairh/SourceMapper.git
Revision (git rev-parse @):
6caa27efd77e2ced74b5eddecf9bff83bfc44d66
SUCCESS checkout https://github.com/johnfairh/SourceMapper.git at 3.0.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/johnfairh/SourceMapper.git
https://github.com/johnfairh/SourceMapper.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SourceMapper",
  "name" : "SourceMapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SourceMapper",
      "targets" : [
        "SourceMapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "srcmapcat",
      "targets" : [
        "Cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SourceMapperTests",
      "module_type" : "SwiftTarget",
      "name" : "SourceMapperTests",
      "path" : "Tests/SourceMapperTests",
      "sources" : [
        "TestBasics.swift",
        "TestHelpers.swift",
        "TestJSON.swift",
        "TestMappings.swift",
        "TestVLQ.swift"
      ],
      "target_dependencies" : [
        "SourceMapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SourceMapper",
      "module_type" : "SwiftTarget",
      "name" : "SourceMapper",
      "path" : "Sources/SourceMapper",
      "product_memberships" : [
        "SourceMapper",
        "srcmapcat"
      ],
      "sources" : [
        "Errors.swift",
        "JSON.swift",
        "Mappings.swift",
        "SourceMap.swift",
        "UnpackedSourceMap.swift",
        "VLQ.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cli",
      "module_type" : "SwiftTarget",
      "name" : "Cli",
      "path" : "Sources/Cli",
      "product_memberships" : [
        "srcmapcat"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SourceMapper"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SourceMapper",
  "name" : "SourceMapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SourceMapper",
      "targets" : [
        "SourceMapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "srcmapcat",
      "targets" : [
        "Cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SourceMapperTests",
      "module_type" : "SwiftTarget",
      "name" : "SourceMapperTests",
      "path" : "Tests/SourceMapperTests",
      "sources" : [
        "TestBasics.swift",
        "TestHelpers.swift",
        "TestJSON.swift",
        "TestMappings.swift",
        "TestVLQ.swift"
      ],
      "target_dependencies" : [
        "SourceMapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SourceMapper",
      "module_type" : "SwiftTarget",
      "name" : "SourceMapper",
      "path" : "Sources/SourceMapper",
      "product_memberships" : [
        "SourceMapper",
        "srcmapcat"
      ],
      "sources" : [
        "Errors.swift",
        "JSON.swift",
        "Mappings.swift",
        "SourceMap.swift",
        "UnpackedSourceMap.swift",
        "VLQ.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cli",
      "module_type" : "SwiftTarget",
      "name" : "Cli",
      "path" : "Sources/Cli",
      "product_memberships" : [
        "srcmapcat"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SourceMapper"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SourceMapper",
    "schemes" : [
      "SourceMapper-Package"
    ],
    "targets" : [
      "SourceMapper",
      "SourceMapperTests",
      "Cli"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SourceMapper-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SourceMapper-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Cli' in project 'SourceMapper'
        ➜ Explicit dependency on target 'SourceMapper' in project 'SourceMapper'
    Target 'SourceMapper' in project 'SourceMapper' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 566062495f3c7a6bee0acd3f97ca5499
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/566062495f3c7a6bee0acd3f97ca5499.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/SourceMapper.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/SourceMapper.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/SourceMapper.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/SourceMapper.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/SourceMapper.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/SourceMapper Versions/Current/SourceMapper (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/SourceMapper /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/SourceMapper
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Cli.DependencyStaticMetadataFileList (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Cli.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Cli.DependencyMetadataFileList (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Cli.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/DerivedSources/Entitlements.plist (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/DerivedSources/Entitlements.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.SwiftFileList (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli_const_extract_protocols.json (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.LinkFileList (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli-OutputFileMap.json (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli-OutputFileMap.json
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/Current A (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/SourceMapper.DependencyStaticMetadataFileList (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/SourceMapper.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/SourceMapper.DependencyMetadataFileList (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/SourceMapper.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper_const_extract_protocols.json (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.SwiftFileList (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.SwiftConstValuesFileList (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.LinkFileList (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper-OutputFileMap.json (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper-OutputFileMap.json
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Resources Versions/Current/Resources (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Modules Versions/Current/Modules (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Headers Versions/Current/Headers (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Resources (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Headers (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/SourceMapper.xcodeproj/SourceMapper_Info.plist (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/SourceMapper.xcodeproj/SourceMapper_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Resources/Info.plist
SwiftDriver SourceMapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SourceMapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.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/SourceMapper.build/Debug/SourceMapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/SourceMapper/Errors.swift (in target 'SourceMapper' from project 'SourceMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SourceMapper/Errors.swift (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745923136342017-swift-frontend-SourceMapper-Errors.swift-arm64_apple_macos13.0-o-Onone-345298090.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2994 seconds (5.1111 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0245 ( 17.1%)   0.0559 ( 35.8%)   0.0805 ( 26.9%)   2.4549 ( 48.0%)  parse-and-resolve-imports
   0.0243 ( 17.0%)   0.0558 ( 35.7%)   0.0801 ( 26.8%)   2.4546 ( 48.0%)  Import resolution
   0.0015 (  1.0%)   0.0062 (  4.0%)   0.0077 (  2.6%)   0.0674 (  1.3%)  load-stdlib
   0.0458 ( 32.0%)   0.0134 (  8.6%)   0.0592 ( 19.8%)   0.0591 (  1.2%)  build-rewrite-system
   0.0063 (  4.4%)   0.0089 (  5.7%)   0.0151 (  5.0%)   0.0177 (  0.3%)  SILGen
   0.0066 (  4.6%)   0.0027 (  1.7%)   0.0092 (  3.1%)   0.0092 (  0.2%)  perform-sema
   0.0065 (  4.6%)   0.0027 (  1.7%)   0.0092 (  3.1%)   0.0092 (  0.2%)  Type checking and Semantic analysis
   0.0032 (  2.3%)   0.0049 (  3.2%)   0.0082 (  2.7%)   0.0086 (  0.2%)  IRGen
   0.0067 (  4.7%)   0.0011 (  0.7%)   0.0078 (  2.6%)   0.0078 (  0.2%)  typecheck-stmt
   0.0052 (  3.6%)   0.0014 (  0.9%)   0.0066 (  2.2%)   0.0066 (  0.1%)  SILGen-function
   0.0039 (  2.7%)   0.0017 (  1.1%)   0.0056 (  1.9%)   0.0056 (  0.1%)  typecheck-decl
   0.0040 (  2.8%)   0.0003 (  0.2%)   0.0043 (  1.4%)   0.0043 (  0.1%)  typecheck-expr
   0.0027 (  1.9%)   0.0004 (  0.3%)   0.0031 (  1.0%)   0.0031 (  0.1%)  SIL optimization
   0.0008 (  0.6%)   0.0008 (  0.5%)   0.0017 (  0.6%)   0.0017 (  0.0%)  import-clang-decl
   0.0011 (  0.8%)   0.0000 (  0.0%)   0.0011 (  0.4%)   0.0011 (  0.0%)  precheck-target
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1433 (100.0%)   0.1561 (100.0%)   0.2994 (100.0%)   5.1111 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5624 seconds (3.0096 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3915 (100.0%)   0.1709 (100.0%)   0.5624 (100.0%)   3.0096 (100.0%)  Building Target
   0.3915 (100.0%)   0.1709 (100.0%)   0.5624 (100.0%)   3.0096 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/SourceMapper/JSON.swift (in target 'SourceMapper' from project 'SourceMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SourceMapper/JSON.swift (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745923136339895-swift-frontend-SourceMapper-JSON.swift-arm64_apple_macos13.0-o-Onone-3879065373.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4794 seconds (5.3851 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0233 (  7.9%)   0.0546 ( 29.4%)   0.0779 ( 16.2%)   2.4882 ( 46.2%)  parse-and-resolve-imports
   0.0230 (  7.8%)   0.0544 ( 29.3%)   0.0774 ( 16.1%)   2.4877 ( 46.2%)  Import resolution
   0.0748 ( 25.5%)   0.0224 ( 12.0%)   0.0972 ( 20.3%)   0.0971 (  1.8%)  build-rewrite-system
   0.0015 (  0.5%)   0.0082 (  4.4%)   0.0097 (  2.0%)   0.0947 (  1.8%)  load-stdlib
   0.0330 ( 11.2%)   0.0082 (  4.4%)   0.0412 (  8.6%)   0.0412 (  0.8%)  perform-sema
   0.0329 ( 11.2%)   0.0082 (  4.4%)   0.0411 (  8.6%)   0.0412 (  0.8%)  Type checking and Semantic analysis
   0.0237 (  8.1%)   0.0049 (  2.6%)   0.0285 (  6.0%)   0.0285 (  0.5%)  typecheck-stmt
   0.0204 (  7.0%)   0.0043 (  2.3%)   0.0247 (  5.2%)   0.0247 (  0.5%)  typecheck-expr
   0.0118 (  4.0%)   0.0082 (  4.4%)   0.0200 (  4.2%)   0.0200 (  0.4%)  import-clang-decl
   0.0150 (  5.1%)   0.0045 (  2.4%)   0.0194 (  4.1%)   0.0195 (  0.4%)  typecheck-decl
   0.0107 (  3.6%)   0.0022 (  1.2%)   0.0129 (  2.7%)   0.0129 (  0.2%)  SILGen
   0.0072 (  2.5%)   0.0039 (  2.1%)   0.0111 (  2.3%)   0.0111 (  0.2%)  IRGen
   0.0073 (  2.5%)   0.0013 (  0.7%)   0.0086 (  1.8%)   0.0086 (  0.2%)  SILGen-function
   0.0054 (  1.8%)   0.0001 (  0.0%)   0.0054 (  1.1%)   0.0054 (  0.1%)  SIL optimization
   0.0019 (  0.6%)   0.0002 (  0.1%)   0.0020 (  0.4%)   0.0020 (  0.0%)  precheck-target
   0.0010 (  0.3%)   0.0002 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.3%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2937 (100.0%)   0.1857 (100.0%)   0.4794 (100.0%)   5.3851 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8442 seconds (4.3657 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1259 (100.0%)   0.7182 (100.0%)   1.8442 (100.0%)   4.3657 (100.0%)  Building Target
   1.1259 (100.0%)   0.7182 (100.0%)   1.8442 (100.0%)   4.3657 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ UnpackedSourceMap.swift /Users/admin/builder/spi-builder-workspace/Sources/SourceMapper/UnpackedSourceMap.swift (in target 'SourceMapper' from project 'SourceMapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745923136342864-swift-frontend-SourceMapper-UnpackedSourceMap.swift-arm64_apple_macos13.0-o-Onone-3816298261.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5377 seconds (5.3428 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0289 (  9.3%)   0.0618 ( 27.3%)   0.0907 ( 16.9%)   2.4857 ( 46.5%)  parse-and-resolve-imports
   0.0287 (  9.2%)   0.0616 ( 27.2%)   0.0903 ( 16.8%)   2.4853 ( 46.5%)  Import resolution
   0.0745 ( 23.9%)   0.0225 (  9.9%)   0.0970 ( 18.0%)   0.0969 (  1.8%)  build-rewrite-system
   0.0122 (  3.9%)   0.0350 ( 15.5%)   0.0472 (  8.8%)   0.0616 (  1.2%)  load-stdlib
   0.0297 (  9.5%)   0.0084 (  3.7%)   0.0381 (  7.1%)   0.0383 (  0.7%)  perform-sema
   0.0296 (  9.5%)   0.0084 (  3.7%)   0.0380 (  7.1%)   0.0382 (  0.7%)  Type checking and Semantic analysis
   0.0236 (  7.6%)   0.0044 (  1.9%)   0.0280 (  5.2%)   0.0280 (  0.5%)  typecheck-stmt
   0.0191 (  6.1%)   0.0035 (  1.5%)   0.0226 (  4.2%)   0.0226 (  0.4%)  typecheck-expr
   0.0169 (  5.4%)   0.0054 (  2.4%)   0.0223 (  4.2%)   0.0226 (  0.4%)  typecheck-decl
   0.0124 (  4.0%)   0.0093 (  4.1%)   0.0216 (  4.0%)   0.0217 (  0.4%)  import-clang-decl
   0.0086 (  2.8%)   0.0011 (  0.5%)   0.0098 (  1.8%)   0.0098 (  0.2%)  SILGen
   0.0090 (  2.9%)   0.0003 (  0.1%)   0.0093 (  1.7%)   0.0093 (  0.2%)  SIL optimization
   0.0071 (  2.3%)   0.0008 (  0.3%)   0.0078 (  1.5%)   0.0078 (  0.1%)  SILGen-function
   0.0045 (  1.4%)   0.0028 (  1.2%)   0.0073 (  1.4%)   0.0073 (  0.1%)  IRGen
   0.0055 (  1.8%)   0.0008 (  0.3%)   0.0062 (  1.2%)   0.0062 (  0.1%)  precheck-target
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.3115 (100.0%)   0.2262 (100.0%)   0.5377 (100.0%)   5.3428 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9212 seconds (4.3602 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1488 (100.0%)   0.7723 (100.0%)   1.9212 (100.0%)   4.3602 (100.0%)  Building Target
   1.1488 (100.0%)   0.7723 (100.0%)   1.9212 (100.0%)   4.3602 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SourceMapper/UnpackedSourceMap.swift (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Mappings.swift /Users/admin/builder/spi-builder-workspace/Sources/SourceMapper/Mappings.swift (in target 'SourceMapper' from project 'SourceMapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745923136342201-swift-frontend-SourceMapper-Mappings.swift-arm64_apple_macos13.0-o-Onone-1695759841.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1407 seconds (6.0370 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6424 ( 42.5%)   0.2840 ( 45.1%)   0.9264 ( 43.3%)   2.8386 ( 47.0%)  parse-and-resolve-imports
   0.6422 ( 42.5%)   0.2838 ( 45.0%)   0.9260 ( 43.3%)   2.8382 ( 47.0%)  Import resolution
   0.0015 (  0.1%)   0.0063 (  1.0%)   0.0078 (  0.4%)   0.0798 (  1.3%)  load-stdlib
   0.0505 (  3.3%)   0.0120 (  1.9%)   0.0625 (  2.9%)   0.0625 (  1.0%)  build-rewrite-system
   0.0362 (  2.4%)   0.0083 (  1.3%)   0.0445 (  2.1%)   0.0445 (  0.7%)  perform-sema
   0.0361 (  2.4%)   0.0083 (  1.3%)   0.0445 (  2.1%)   0.0445 (  0.7%)  Type checking and Semantic analysis
   0.0316 (  2.1%)   0.0068 (  1.1%)   0.0384 (  1.8%)   0.0384 (  0.6%)  typecheck-stmt
   0.0117 (  0.8%)   0.0083 (  1.3%)   0.0200 (  0.9%)   0.0200 (  0.3%)  import-clang-decl
   0.0123 (  0.8%)   0.0032 (  0.5%)   0.0155 (  0.7%)   0.0155 (  0.3%)  typecheck-expr
   0.0093 (  0.6%)   0.0021 (  0.3%)   0.0115 (  0.5%)   0.0115 (  0.2%)  precheck-target
   0.0076 (  0.5%)   0.0036 (  0.6%)   0.0113 (  0.5%)   0.0113 (  0.2%)  IRGen
   0.0102 (  0.7%)   0.0000 (  0.0%)   0.0102 (  0.5%)   0.0102 (  0.2%)  SIL optimization
   0.0068 (  0.4%)   0.0009 (  0.2%)   0.0077 (  0.4%)   0.0077 (  0.1%)  SILGen
   0.0055 (  0.4%)   0.0015 (  0.2%)   0.0071 (  0.3%)   0.0071 (  0.1%)  typecheck-decl
   0.0050 (  0.3%)   0.0005 (  0.1%)   0.0055 (  0.3%)   0.0055 (  0.1%)  SILGen-function
   0.0008 (  0.1%)   0.0003 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0005 (  0.0%)   0.0000 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  typecheck-expr-pattern
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.5105 (100.0%)   0.6302 (100.0%)   2.1407 (100.0%)   6.0370 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.3592 seconds (4.3637 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5254 (100.0%)   0.8337 (100.0%)   2.3592 (100.0%)   4.3637 (100.0%)  Building Target
   1.5254 (100.0%)   0.8337 (100.0%)   2.3592 (100.0%)   4.3637 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SourceMapper/Mappings.swift (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ VLQ.swift /Users/admin/builder/spi-builder-workspace/Sources/SourceMapper/VLQ.swift (in target 'SourceMapper' from project 'SourceMapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745923136342420-swift-frontend-SourceMapper-VLQ.swift-arm64_apple_macos13.0-o-Onone-1411150610.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.4595 seconds (5.7684 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9808 ( 36.4%)   0.3158 ( 41.4%)   1.2966 ( 37.5%)   2.4168 ( 41.9%)  parse-and-resolve-imports
   0.9806 ( 36.4%)   0.3156 ( 41.4%)   1.2962 ( 37.5%)   2.4164 ( 41.9%)  Import resolution
   0.1456 (  5.4%)   0.0274 (  3.6%)   0.1730 (  5.0%)   0.1742 (  3.0%)  perform-sema
   0.1454 (  5.4%)   0.0274 (  3.6%)   0.1729 (  5.0%)   0.1741 (  3.0%)  Type checking and Semantic analysis
   0.1392 (  5.2%)   0.0207 (  2.7%)   0.1598 (  4.6%)   0.1600 (  2.8%)  typecheck-stmt
   0.1084 (  4.0%)   0.0223 (  2.9%)   0.1306 (  3.8%)   0.1318 (  2.3%)  typecheck-decl
   0.1117 (  4.1%)   0.0167 (  2.2%)   0.1284 (  3.7%)   0.1285 (  2.2%)  typecheck-expr
   0.0016 (  0.1%)   0.0061 (  0.8%)   0.0076 (  0.2%)   0.0724 (  1.3%)  load-stdlib
   0.0424 (  1.6%)   0.0049 (  0.6%)   0.0473 (  1.4%)   0.0472 (  0.8%)  build-rewrite-system
   0.0147 (  0.5%)   0.0001 (  0.0%)   0.0147 (  0.4%)   0.0147 (  0.3%)  SIL optimization
   0.0076 (  0.3%)   0.0017 (  0.2%)   0.0093 (  0.3%)   0.0093 (  0.2%)  IRGen
   0.0065 (  0.2%)   0.0008 (  0.1%)   0.0073 (  0.2%)   0.0073 (  0.1%)  SILGen
   0.0069 (  0.3%)   0.0004 (  0.0%)   0.0072 (  0.2%)   0.0072 (  0.1%)  precheck-target
   0.0048 (  0.2%)   0.0004 (  0.0%)   0.0052 (  0.1%)   0.0051 (  0.1%)  SILGen-function
   0.0012 (  0.0%)   0.0018 (  0.2%)   0.0031 (  0.1%)   0.0031 (  0.1%)  import-clang-decl
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.6975 (100.0%)   0.7620 (100.0%)   3.4595 (100.0%)   5.7684 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8398 seconds (3.0311 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4567 (100.0%)   0.3832 (100.0%)   1.8398 (100.0%)   3.0311 (100.0%)  Building Target
   1.4567 (100.0%)   0.3832 (100.0%)   1.8398 (100.0%)   3.0311 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SourceMapper/VLQ.swift (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ SourceMapper (in target 'SourceMapper' from project 'SourceMapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745923136343100-swift-frontend-SourceMapper-all-arm64_apple_macos13.0-swiftmodule-Onone-1416403234.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2821 seconds (5.4919 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0247 ( 18.9%)   0.0594 ( 39.2%)   0.0840 ( 29.8%)   2.6568 ( 48.4%)  parse-and-resolve-imports
   0.0244 ( 18.7%)   0.0591 ( 39.0%)   0.0836 ( 29.6%)   2.6564 ( 48.4%)  Import resolution
   0.0014 (  1.1%)   0.0051 (  3.4%)   0.0066 (  2.3%)   0.0693 (  1.3%)  load-stdlib
   0.0207 ( 15.9%)   0.0049 (  3.2%)   0.0257 (  9.1%)   0.0257 (  0.5%)  perform-sema
   0.0207 ( 15.8%)   0.0049 (  3.2%)   0.0255 (  9.1%)   0.0255 (  0.5%)  Type checking and Semantic analysis
   0.0203 ( 15.6%)   0.0047 (  3.1%)   0.0250 (  8.9%)   0.0250 (  0.5%)  typecheck-decl
   0.0055 (  4.2%)   0.0058 (  3.8%)   0.0113 (  4.0%)   0.0120 (  0.2%)  SIL optimization
   0.0048 (  3.6%)   0.0015 (  1.0%)   0.0063 (  2.2%)   0.0063 (  0.1%)  build-rewrite-system
   0.0016 (  1.2%)   0.0032 (  2.1%)   0.0048 (  1.7%)   0.0055 (  0.1%)  Serialization, swiftmodule
   0.0027 (  2.1%)   0.0007 (  0.5%)   0.0034 (  1.2%)   0.0034 (  0.1%)  SILGen
   0.0007 (  0.6%)   0.0009 (  0.6%)   0.0016 (  0.6%)   0.0016 (  0.0%)  import-clang-decl
   0.0007 (  0.5%)   0.0008 (  0.5%)   0.0015 (  0.5%)   0.0015 (  0.0%)  Serialization, swiftdoc
   0.0010 (  0.8%)   0.0002 (  0.1%)   0.0012 (  0.4%)   0.0012 (  0.0%)  SILGen-function
   0.0008 (  0.6%)   0.0003 (  0.2%)   0.0012 (  0.4%)   0.0012 (  0.0%)  typecheck-expr
   0.0002 (  0.2%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1305 (100.0%)   0.1516 (100.0%)   0.2821 (100.0%)   5.4919 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1382 seconds (2.7752 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0593 (100.0%)   0.0789 (100.0%)   0.1382 (100.0%)   2.7752 (100.0%)  Building Target
   0.0593 (100.0%)   0.0789 (100.0%)   0.1382 (100.0%)   2.7752 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SourceMap.swift /Users/admin/builder/spi-builder-workspace/Sources/SourceMapper/SourceMap.swift (in target 'SourceMapper' from project 'SourceMapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745923136342599-swift-frontend-SourceMapper-SourceMap.swift-arm64_apple_macos13.0-o-Onone-2904463077.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6247 seconds (5.7252 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0241 (  5.6%)   0.0548 ( 28.4%)   0.0789 ( 12.6%)   2.5959 ( 45.3%)  parse-and-resolve-imports
   0.0239 (  5.5%)   0.0546 ( 28.2%)   0.0785 ( 12.6%)   2.5955 ( 45.3%)  Import resolution
   0.0747 ( 17.3%)   0.0219 ( 11.3%)   0.0966 ( 15.5%)   0.0964 (  1.7%)  build-rewrite-system
   0.0015 (  0.3%)   0.0050 (  2.6%)   0.0064 (  1.0%)   0.0730 (  1.3%)  load-stdlib
   0.0492 ( 11.4%)   0.0100 (  5.2%)   0.0593 (  9.5%)   0.0593 (  1.0%)  perform-sema
   0.0492 ( 11.4%)   0.0100 (  5.2%)   0.0592 (  9.5%)   0.0592 (  1.0%)  Type checking and Semantic analysis
   0.0522 ( 12.1%)   0.0070 (  3.6%)   0.0592 (  9.5%)   0.0592 (  1.0%)  typecheck-stmt
   0.0404 (  9.4%)   0.0049 (  2.6%)   0.0453 (  7.3%)   0.0453 (  0.8%)  typecheck-expr
   0.0284 (  6.6%)   0.0063 (  3.3%)   0.0347 (  5.5%)   0.0347 (  0.6%)  typecheck-decl
   0.0260 (  6.0%)   0.0019 (  1.0%)   0.0279 (  4.5%)   0.0279 (  0.5%)  SILGen
   0.0233 (  5.4%)   0.0014 (  0.7%)   0.0247 (  4.0%)   0.0247 (  0.4%)  SILGen-function
   0.0122 (  2.8%)   0.0097 (  5.0%)   0.0219 (  3.5%)   0.0219 (  0.4%)  import-clang-decl
   0.0081 (  1.9%)   0.0043 (  2.2%)   0.0124 (  2.0%)   0.0124 (  0.2%)  IRGen
   0.0113 (  2.6%)   0.0010 (  0.5%)   0.0123 (  2.0%)   0.0123 (  0.2%)  precheck-target
   0.0062 (  1.4%)   0.0000 (  0.0%)   0.0063 (  1.0%)   0.0063 (  0.1%)  SIL optimization
   0.0009 (  0.2%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4315 (100.0%)   0.1932 (100.0%)   0.6247 (100.0%)   5.7252 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7588 seconds (4.3626 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1103 (100.0%)   0.6485 (100.0%)   1.7588 (100.0%)   4.3626 (100.0%)  Building Target
   1.1103 (100.0%)   0.6485 (100.0%)   1.7588 (100.0%)   4.3626 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SourceMapper/SourceMap.swift (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for SourceMapper (in target 'SourceMapper' from project 'SourceMapper')
SwiftDriver\ Compilation\ Requirements SourceMapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SourceMapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.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/SourceMapper.build/Debug/SourceMapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Headers/SourceMapper-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper-Swift.h (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Headers/SourceMapper-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Modules/SourceMapper.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.swiftdoc (in target 'SourceMapper' from project 'SourceMapper')
    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/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Modules/SourceMapper.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Modules/SourceMapper.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.swiftmodule (in target 'SourceMapper' from project 'SourceMapper')
    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/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Modules/SourceMapper.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Modules/SourceMapper.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.abi.json (in target 'SourceMapper' from project 'SourceMapper')
    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/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Modules/SourceMapper.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Modules/SourceMapper.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.swiftsourceinfo (in target 'SourceMapper' from project 'SourceMapper')
    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/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Modules/SourceMapper.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
ProcessProductPackaging "" /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Cli.xcent (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace

    Entitlements:

    {
    "com.apple.application-identifier" = "";
    "com.apple.security.get-task-allow" = 1;
}

    builtin-productPackagingUtility -entitlements -format xml -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Cli.xcent
ProcessProductPackagingDER /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Cli.xcent /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Cli.xcent.der (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/derq query -f xml -i /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Cli.xcent -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Cli.xcent.der --raw
SwiftDriver Cli normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Cli -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.SwiftFileList -DDEBUG -stats-output-dir .stats -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.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/SourceMapper.build/Debug/Cli.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Cli (in target 'Cli' from project 'SourceMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cli/main.swift (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745923139213846-swift-frontend-Cli-all-arm64_apple_macos13.0-swiftmodule-Onone-3891687859.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2450 seconds (5.0103 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0234 ( 15.2%)   0.0264 ( 28.9%)   0.0498 ( 20.3%)   2.4193 ( 48.3%)  parse-and-resolve-imports
   0.0233 ( 15.2%)   0.0263 ( 28.8%)   0.0496 ( 20.2%)   2.4191 ( 48.3%)  Import resolution
   0.0012 (  0.8%)   0.0029 (  3.2%)   0.0041 (  1.7%)   0.0304 (  0.6%)  load-stdlib
   0.0202 ( 13.2%)   0.0062 (  6.8%)   0.0264 ( 10.8%)   0.0264 (  0.5%)  perform-sema
   0.0202 ( 13.1%)   0.0061 (  6.7%)   0.0263 ( 10.7%)   0.0263 (  0.5%)  Type checking and Semantic analysis
   0.0199 ( 13.0%)   0.0060 (  6.6%)   0.0260 ( 10.6%)   0.0260 (  0.5%)  typecheck-stmt
   0.0194 ( 12.6%)   0.0059 (  6.5%)   0.0253 ( 10.3%)   0.0253 (  0.5%)  typecheck-expr
   0.0104 (  6.8%)   0.0039 (  4.3%)   0.0143 (  5.9%)   0.0143 (  0.3%)  precheck-target
   0.0080 (  5.2%)   0.0032 (  3.5%)   0.0113 (  4.6%)   0.0113 (  0.2%)  typecheck-decl
   0.0041 (  2.7%)   0.0009 (  1.0%)   0.0050 (  2.1%)   0.0050 (  0.1%)  build-rewrite-system
   0.0024 (  1.6%)   0.0023 (  2.5%)   0.0047 (  1.9%)   0.0047 (  0.1%)  import-clang-decl
   0.0004 (  0.3%)   0.0010 (  1.0%)   0.0014 (  0.6%)   0.0014 (  0.0%)  SIL optimization
   0.0003 (  0.2%)   0.0001 (  0.1%)   0.0004 (  0.2%)   0.0004 (  0.0%)  Serialization, swiftmodule
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  SILGen
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  Serialization, swiftdoc
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  Serialization, swiftsourceinfo
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.1537 (100.0%)   0.0914 (100.0%)   0.2450 (100.0%)   5.0103 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0841 seconds (2.4799 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0461 (100.0%)   0.0379 (100.0%)   0.0841 (100.0%)   2.4799 (100.0%)  Building Target
   0.0461 (100.0%)   0.0379 (100.0%)   0.0841 (100.0%)   2.4799 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/Cli/main.swift (in target 'Cli' from project 'SourceMapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745923139213508-swift-frontend-Cli-main.swift-arm64_apple_macos13.0-o-Onone-1228430198.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.5700 seconds (4.5731 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7027 ( 48.0%)   0.4940 ( 48.1%)   2.1967 ( 48.1%)   2.1982 ( 48.1%)  parse-and-resolve-imports
   1.7027 ( 48.0%)   0.4940 ( 48.1%)   2.1966 ( 48.1%)   2.1982 ( 48.1%)  Import resolution
   0.0216 (  0.6%)   0.0051 (  0.5%)   0.0267 (  0.6%)   0.0267 (  0.6%)  perform-sema
   0.0216 (  0.6%)   0.0050 (  0.5%)   0.0266 (  0.6%)   0.0266 (  0.6%)  Type checking and Semantic analysis
   0.0213 (  0.6%)   0.0049 (  0.5%)   0.0262 (  0.6%)   0.0262 (  0.6%)  typecheck-stmt
   0.0208 (  0.6%)   0.0048 (  0.5%)   0.0255 (  0.6%)   0.0256 (  0.6%)  typecheck-expr
   0.0110 (  0.3%)   0.0069 (  0.7%)   0.0178 (  0.4%)   0.0178 (  0.4%)  load-stdlib
   0.0103 (  0.3%)   0.0029 (  0.3%)   0.0132 (  0.3%)   0.0132 (  0.3%)  precheck-target
   0.0085 (  0.2%)   0.0025 (  0.2%)   0.0110 (  0.2%)   0.0110 (  0.2%)  typecheck-decl
   0.0031 (  0.1%)   0.0025 (  0.2%)   0.0056 (  0.1%)   0.0056 (  0.1%)  import-clang-decl
   0.0046 (  0.1%)   0.0008 (  0.1%)   0.0054 (  0.1%)   0.0054 (  0.1%)  build-rewrite-system
   0.0051 (  0.1%)   0.0000 (  0.0%)   0.0052 (  0.1%)   0.0052 (  0.1%)  SIL optimization
   0.0043 (  0.1%)   0.0006 (  0.1%)   0.0049 (  0.1%)   0.0049 (  0.1%)  SILGen
   0.0029 (  0.1%)   0.0018 (  0.2%)   0.0047 (  0.1%)   0.0047 (  0.1%)  IRGen
   0.0035 (  0.1%)   0.0003 (  0.0%)   0.0038 (  0.1%)   0.0038 (  0.1%)  SILGen-function
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   3.5440 (100.0%)   1.0260 (100.0%)   4.5700 (100.0%)   4.5731 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.3361 seconds (2.3387 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8203 (100.0%)   0.5158 (100.0%)   2.3361 (100.0%)   2.3387 (100.0%)  Building Target
   1.8203 (100.0%)   0.5158 (100.0%)   2.3361 (100.0%)   2.3387 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cli/main.swift (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling Errors.swift (in target 'SourceMapper' from project 'SourceMapper')
SwiftDriverJobDiscovery normal arm64 Compiling VLQ.swift (in target 'SourceMapper' from project 'SourceMapper')
SwiftDriverJobDiscovery normal arm64 Compiling Mappings.swift (in target 'SourceMapper' from project 'SourceMapper')
SwiftDriverJobDiscovery normal arm64 Compiling UnpackedSourceMap.swift (in target 'SourceMapper' from project 'SourceMapper')
SwiftDriverJobDiscovery normal arm64 Compiling SourceMap.swift (in target 'SourceMapper' from project 'SourceMapper')
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'SourceMapper' from project 'SourceMapper')
SwiftDriver\ Compilation SourceMapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SourceMapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.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/SourceMapper.build/Debug/SourceMapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/SourceMapper normal (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos13.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.LinkFileList -install_name @rpath/SourceMapper.framework/Versions/A/SourceMapper -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/SourceMapper
ExtractAppIntentsMetadata (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SourceMapper --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 13.0 --bundle-identifier SourceMapper --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/Resources --target-triple arm64-apple-macos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/SourceMapper --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/SourceMapper.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/SourceMapper.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/SourceMapper.build/Objects-normal/arm64/SourceMapper.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 03:39:00.947 appintentsmetadataprocessor[706:4055] Starting appintentsmetadataprocessor export
2025-04-29 03:39:00.950 appintentsmetadataprocessor[706:4055] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SourceMapper.framework/Versions/A/SourceMapper.tbd (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A/SourceMapper -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SourceMapper.framework/Versions/A/SourceMapper.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace

    Signing Identity:     "Sign to Run Locally"

    /usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SourceMapper.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SourceMapper.framework/SourceMapper.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SourceMapper.framework/Versions/A/SourceMapper.tbd (in target 'SourceMapper' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SourceMapper.framework/Versions/A/SourceMapper.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SourceMapper.framework/SourceMapper.tbd
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'Cli' from project 'SourceMapper')
SwiftDriverJobDiscovery normal arm64 Emitting module for Cli (in target 'Cli' from project 'SourceMapper')
SwiftDriver\ Compilation Cli normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Cli -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.SwiftFileList -DDEBUG -stats-output-dir .stats -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.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/SourceMapper.build/Debug/Cli.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements Cli normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Cli -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.SwiftFileList -DDEBUG -stats-output-dir .stats -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.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/SourceMapper.build/Debug/Cli.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/DerivedSources/Cli-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli-Swift.h (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/DerivedSources/Cli-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.swiftdoc (in target 'Cli' from project 'SourceMapper')
    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/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.swiftmodule (in target 'Cli' from project 'SourceMapper')
    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/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.abi.json (in target 'Cli' from project 'SourceMapper')
    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/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.swiftsourceinfo (in target 'Cli' from project 'SourceMapper')
    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/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli normal (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos13.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Objects-normal/arm64/Cli.swiftmodule -framework SourceMapper -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace

    Signing Identity:     "Sign to Run Locally"

    /usr/bin/codesign --force --sign - --entitlements /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceMapper.build/Debug/Cli.build/Cli.xcent --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli (in target 'Cli' from project 'SourceMapper')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Cli
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SourceMapper",
  "name" : "SourceMapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SourceMapper",
      "targets" : [
        "SourceMapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "srcmapcat",
      "targets" : [
        "Cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SourceMapperTests",
      "module_type" : "SwiftTarget",
      "name" : "SourceMapperTests",
      "path" : "Tests/SourceMapperTests",
      "sources" : [
        "TestBasics.swift",
        "TestHelpers.swift",
        "TestJSON.swift",
        "TestMappings.swift",
        "TestVLQ.swift"
      ],
      "target_dependencies" : [
        "SourceMapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SourceMapper",
      "module_type" : "SwiftTarget",
      "name" : "SourceMapper",
      "path" : "Sources/SourceMapper",
      "product_memberships" : [
        "SourceMapper",
        "srcmapcat"
      ],
      "sources" : [
        "Errors.swift",
        "JSON.swift",
        "Mappings.swift",
        "SourceMap.swift",
        "UnpackedSourceMap.swift",
        "VLQ.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cli",
      "module_type" : "SwiftTarget",
      "name" : "Cli",
      "path" : "Sources/Cli",
      "product_memberships" : [
        "srcmapcat"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SourceMapper"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.