The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-scoped-file-path, reference v0.2.0 (fffb1e), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 30 Apr 2025 18:40:33 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 swift-scoped-file-path -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Formkunft/swift-scoped-file-path.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Formkunft/swift-scoped-file-path
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at fffb1e4 Add “Using in your project” section to readme
Cloned https://github.com/Formkunft/swift-scoped-file-path.git
Revision (git rev-parse @):
fffb1e4b88191396b258fcda0d926cd0b05e1b61
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Formkunft/swift-scoped-file-path.git at v0.2.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Formkunft/swift-scoped-file-path.git
https://github.com/Formkunft/swift-scoped-file-path.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-scoped-file-path",
  "name" : "swift-scoped-file-path",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ScopedFilePath",
      "targets" : [
        "ScopedFilePath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScopedFilePath",
      "module_type" : "SwiftTarget",
      "name" : "ScopedFilePath",
      "path" : "Sources/ScopedFilePath",
      "product_memberships" : [
        "ScopedFilePath"
      ],
      "sources" : [
        "AbsoluteFilePath.swift",
        "FilePathCompareOptions.swift",
        "RelativeFilePath.swift",
        "ScopedFilePathProtocol.swift",
        "URL.swift"
      ],
      "type" : "library"
    }
  ],
  "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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-scoped-file-path: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-scoped-file-path
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-scoped-file-path",
  "name" : "swift-scoped-file-path",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ScopedFilePath",
      "targets" : [
        "ScopedFilePath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScopedFilePath",
      "module_type" : "SwiftTarget",
      "name" : "ScopedFilePath",
      "path" : "Sources/ScopedFilePath",
      "product_memberships" : [
        "ScopedFilePath"
      ],
      "sources" : [
        "AbsoluteFilePath.swift",
        "FilePathCompareOptions.swift",
        "RelativeFilePath.swift",
        "ScopedFilePathProtocol.swift",
        "URL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-scoped-file-path"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-scoped-file-path -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 swift-scoped-file-path -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolved source packages:
  swift-scoped-file-path: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'ScopedFilePath' in project 'swift-scoped-file-path'
        ➜ Explicit dependency on target 'ScopedFilePath' in project 'swift-scoped-file-path'
    Target 'ScopedFilePath' in project 'swift-scoped-file-path' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: d6403c782bca73ef05c9db9f4956b4a5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d6403c782bca73ef05c9db9f4956b4a5.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    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/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/ScopedFilePath.modulemap (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/ScopedFilePath.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/ScopedFilePath.DependencyMetadataFileList (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/ScopedFilePath.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/ScopedFilePath.DependencyStaticMetadataFileList (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/ScopedFilePath.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath_const_extract_protocols.json (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.SwiftConstValuesFileList (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.SwiftFileList (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath-OutputFileMap.json (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.LinkFileList (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ScopedFilePath.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/ScopedFilePath.modulemap (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/ScopedFilePath.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver ScopedFilePath normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ScopedFilePath -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath-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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath_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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ RelativeFilePath.swift /Users/admin/builder/spi-builder-workspace/Sources/ScopedFilePath/RelativeFilePath.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ScopedFilePath/RelativeFilePath.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ScopedFilePathProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ScopedFilePath/ScopedFilePathProtocol.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ScopedFilePath/ScopedFilePathProtocol.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ FilePathCompareOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/ScopedFilePath/FilePathCompareOptions.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ScopedFilePath/FilePathCompareOptions.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ URL.swift /Users/admin/builder/spi-builder-workspace/Sources/ScopedFilePath/URL.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ScopedFilePath/URL.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AbsoluteFilePath.swift /Users/admin/builder/spi-builder-workspace/Sources/ScopedFilePath/AbsoluteFilePath.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ScopedFilePath/AbsoluteFilePath.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for ScopedFilePath (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
SwiftDriver\ Compilation\ Requirements ScopedFilePath normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ScopedFilePath -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath-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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath_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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ScopedFilePath-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath-Swift.h (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ScopedFilePath-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.swiftdoc (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.swiftmodule (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.abi.json (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.swiftsourceinfo (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling FilePathCompareOptions.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
SwiftDriverJobDiscovery normal arm64 Compiling RelativeFilePath.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
SwiftDriverJobDiscovery normal arm64 Compiling AbsoluteFilePath.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
SwiftDriverJobDiscovery normal arm64 Compiling ScopedFilePathProtocol.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
SwiftDriverJobDiscovery normal arm64 Compiling URL.swift (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
SwiftDriver\ Compilation ScopedFilePath normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ScopedFilePath -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath-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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath_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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.o normal (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    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-macos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath_dependency_info.dat -fobjc-link-runtime -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/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.o
ExtractAppIntentsMetadata (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    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 ScopedFilePath --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 12.0 --bundle-identifier spi-builder-workspace.ScopedFilePath --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/ScopedFilePath.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/ScopedFilePath.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-scoped-file-path.build/Debug/ScopedFilePath.build/Objects-normal/arm64/ScopedFilePath.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 11:40:32.393 appintentsmetadataprocessor[714:4031] Starting appintentsmetadataprocessor export
2025-04-30 11:40:32.436 appintentsmetadataprocessor[714:4031] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.o (in target 'ScopedFilePath' from project 'swift-scoped-file-path')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ScopedFilePath.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:b9111a1d3051877b80ea6ac545cd9bb94529fd49, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:b9111a1d3051877b80ea6ac545cd9bb94529fd49, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:b9111a1d3051877b80ea6ac545cd9bb94529fd49, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:b9111a1d3051877b80ea6ac545cd9bb94529fd49, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-scoped-file-path",
  "name" : "swift-scoped-file-path",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ScopedFilePath",
      "targets" : [
        "ScopedFilePath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScopedFilePath",
      "module_type" : "SwiftTarget",
      "name" : "ScopedFilePath",
      "path" : "Sources/ScopedFilePath",
      "product_memberships" : [
        "ScopedFilePath"
      ],
      "sources" : [
        "AbsoluteFilePath.swift",
        "FilePathCompareOptions.swift",
        "RelativeFilePath.swift",
        "ScopedFilePathProtocol.swift",
        "URL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.