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 Gluey, reference master (c4912c), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 24 Apr 2025 22:59:31 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 Gluey-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jadengeller/gluey.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jadengeller/gluey
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c4912ca Merge pull request #1 from MaxDesiatov/master
Cloned https://github.com/jadengeller/gluey.git
Revision (git rev-parse @):
c4912cafda002810fa301ae9dd5e888327451dc8
SUCCESS checkout https://github.com/jadengeller/gluey.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jadengeller/gluey.git
https://github.com/jadengeller/gluey.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Gluey",
  "name" : "Gluey",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Gluey",
      "targets" : [
        "Gluey"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GlueyTests",
      "module_type" : "SwiftTarget",
      "name" : "GlueyTests",
      "path" : "Sources/GlueyTests",
      "sources" : [
        "GlueyTests.swift"
      ],
      "target_dependencies" : [
        "Gluey"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Gluey",
      "module_type" : "SwiftTarget",
      "name" : "Gluey",
      "path" : "Sources/Gluey",
      "product_memberships" : [
        "Gluey"
      ],
      "sources" : [
        "Binding.swift",
        "ContextCopyable.swift",
        "DriedGlue.swift",
        "Glue.swift",
        "Unifiable.swift",
        "UnifiableType.swift",
        "UnificationError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
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" : "Gluey",
  "name" : "Gluey",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Gluey",
      "targets" : [
        "Gluey"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GlueyTests",
      "module_type" : "SwiftTarget",
      "name" : "GlueyTests",
      "path" : "Sources/GlueyTests",
      "sources" : [
        "GlueyTests.swift"
      ],
      "target_dependencies" : [
        "Gluey"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Gluey",
      "module_type" : "SwiftTarget",
      "name" : "Gluey",
      "path" : "Sources/Gluey",
      "product_memberships" : [
        "Gluey"
      ],
      "sources" : [
        "Binding.swift",
        "ContextCopyable.swift",
        "DriedGlue.swift",
        "Glue.swift",
        "Unifiable.swift",
        "UnifiableType.swift",
        "UnificationError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Gluey",
    "schemes" : [
      "Gluey-Package"
    ],
    "targets" : [
      "Gluey",
      "GlueyPackageDescription",
      "GlueyPackageTests",
      "GlueyTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Gluey-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Gluey-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Gluey' in project 'Gluey' (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
Build description signature: 92ea0f4b3ab94c68201dadb20f89c22b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/92ea0f4b3ab94c68201dadb20f89c22b.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Gluey.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Gluey.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
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/Gluey.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/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/Gluey.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/Gluey.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/Gluey.framework/Resources Versions/Current/Resources (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Gluey.DependencyStaticMetadataFileList (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Gluey.DependencyStaticMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Modules Versions/Current/Modules (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Modules
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Gluey.DependencyMetadataFileList (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Gluey.DependencyMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/Current A (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Headers Versions/Current/Headers (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Headers
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Gluey Versions/Current/Gluey (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Gluey /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Gluey
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey_const_extract_protocols.json (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.LinkFileList (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.SwiftConstValuesFileList (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey-OutputFileMap.json (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.SwiftFileList (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.SwiftFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Headers (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Resources (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Gluey.xcodeproj/Gluey_Info.plist (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Gluey.xcodeproj/Gluey_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Resources/Info.plist
SwiftDriver Gluey normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Gluey' from project 'Gluey')
    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 Gluey -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 4.2 -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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey-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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.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/Gluey.build/Debug/Gluey.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey_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/Gluey.build/Debug/Gluey.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ContextCopyable.swift /Users/admin/builder/spi-builder-workspace/Sources/Gluey/ContextCopyable.swift (in target 'Gluey' from project 'Gluey')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Gluey/ContextCopyable.swift (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745535570034848-swift-frontend-Gluey-ContextCopyable.swift-arm64_apple_macos10.10-o-Onone-2032292205.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1688 seconds (0.1718 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0476 ( 47.2%)   0.0171 ( 25.2%)   0.0647 ( 38.3%)   0.0647 ( 37.7%)  build-rewrite-system
   0.0107 ( 10.6%)   0.0169 ( 24.9%)   0.0276 ( 16.3%)   0.0285 ( 16.6%)  load-stdlib
   0.0064 (  6.3%)   0.0059 (  8.7%)   0.0123 (  7.3%)   0.0124 (  7.2%)  perform-sema
   0.0063 (  6.3%)   0.0059 (  8.6%)   0.0122 (  7.2%)   0.0123 (  7.1%)  Type checking and Semantic analysis
   0.0059 (  5.9%)   0.0054 (  8.0%)   0.0114 (  6.7%)   0.0121 (  7.0%)  parse-and-resolve-imports
   0.0058 (  5.8%)   0.0053 (  7.8%)   0.0111 (  6.6%)   0.0118 (  6.9%)  Import resolution
   0.0041 (  4.1%)   0.0044 (  6.5%)   0.0085 (  5.0%)   0.0085 (  4.9%)  typecheck-decl
   0.0026 (  2.6%)   0.0013 (  1.9%)   0.0039 (  2.3%)   0.0041 (  2.4%)  SILGen
   0.0023 (  2.3%)   0.0014 (  2.1%)   0.0038 (  2.2%)   0.0038 (  2.2%)  typecheck-stmt
   0.0031 (  3.1%)   0.0006 (  0.8%)   0.0037 (  2.2%)   0.0037 (  2.2%)  SIL optimization
   0.0020 (  2.0%)   0.0012 (  1.7%)   0.0031 (  1.9%)   0.0032 (  1.9%)  IRGen
   0.0021 (  2.1%)   0.0009 (  1.3%)   0.0030 (  1.8%)   0.0031 (  1.8%)  typecheck-expr
   0.0014 (  1.4%)   0.0010 (  1.5%)   0.0024 (  1.4%)   0.0025 (  1.4%)  SILGen-function
   0.0004 (  0.4%)   0.0006 (  0.8%)   0.0009 (  0.6%)   0.0009 (  0.5%)  import-clang-decl
   0.0001 (  0.1%)   0.0000 (  0.1%)   0.0002 (  0.1%)   0.0002 (  0.1%)  precheck-target
   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.1%)   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%)  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%)  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%)  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.1008 (100.0%)   0.0680 (100.0%)   0.1688 (100.0%)   0.1718 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4210 seconds (0.4312 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3172 (100.0%)   0.1038 (100.0%)   0.4210 (100.0%)   0.4312 (100.0%)  Building Target
   0.3172 (100.0%)   0.1038 (100.0%)   0.4210 (100.0%)   0.4312 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ DriedGlue.swift /Users/admin/builder/spi-builder-workspace/Sources/Gluey/DriedGlue.swift (in target 'Gluey' from project 'Gluey')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745535570045807-swift-frontend-Gluey-DriedGlue.swift-arm64_apple_macos10.10-o-Onone-527514031.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1064 seconds (0.1450 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0474 ( 66.3%)   0.0170 ( 48.7%)   0.0644 ( 60.5%)   0.0644 ( 44.4%)  build-rewrite-system
   0.0012 (  1.6%)   0.0043 ( 12.2%)   0.0054 (  5.1%)   0.0184 ( 12.7%)  load-stdlib
   0.0014 (  2.0%)   0.0022 (  6.3%)   0.0036 (  3.4%)   0.0163 ( 11.2%)  parse-and-resolve-imports
   0.0013 (  1.9%)   0.0021 (  5.9%)   0.0034 (  3.2%)   0.0160 ( 11.0%)  Import resolution
   0.0034 (  4.8%)   0.0020 (  5.8%)   0.0054 (  5.1%)   0.0055 (  3.8%)  perform-sema
   0.0034 (  4.7%)   0.0020 (  5.8%)   0.0054 (  5.1%)   0.0055 (  3.8%)  Type checking and Semantic analysis
   0.0022 (  3.0%)   0.0007 (  1.9%)   0.0028 (  2.7%)   0.0029 (  2.0%)  SILGen
   0.0019 (  2.7%)   0.0008 (  2.4%)   0.0027 (  2.6%)   0.0027 (  1.9%)  typecheck-decl
   0.0017 (  2.4%)   0.0007 (  2.1%)   0.0025 (  2.3%)   0.0025 (  1.7%)  IRGen
   0.0015 (  2.1%)   0.0010 (  2.9%)   0.0025 (  2.3%)   0.0025 (  1.7%)  typecheck-stmt
   0.0023 (  3.2%)   0.0000 (  0.1%)   0.0024 (  2.2%)   0.0024 (  1.6%)  SIL optimization
   0.0017 (  2.4%)   0.0005 (  1.4%)   0.0022 (  2.1%)   0.0023 (  1.6%)  SILGen-function
   0.0010 (  1.4%)   0.0006 (  1.8%)   0.0016 (  1.5%)   0.0016 (  1.1%)  typecheck-expr
   0.0006 (  0.8%)   0.0004 (  1.3%)   0.0010 (  1.0%)   0.0010 (  0.7%)  typecheck-for-each
   0.0003 (  0.5%)   0.0005 (  1.4%)   0.0008 (  0.8%)   0.0008 (  0.6%)  import-clang-decl
   0.0001 (  0.1%)   0.0000 (  0.1%)   0.0001 (  0.1%)   0.0001 (  0.1%)  precheck-target
   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%)  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%)  populate-source-file-class-member-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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0715 (100.0%)   0.0349 (100.0%)   0.1064 (100.0%)   0.1450 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3854 seconds (0.4181 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3010 (100.0%)   0.0845 (100.0%)   0.3854 (100.0%)   0.4181 (100.0%)  Building Target
   0.3010 (100.0%)   0.0845 (100.0%)   0.3854 (100.0%)   0.4181 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Gluey/DriedGlue.swift (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ UnificationError.swift /Users/admin/builder/spi-builder-workspace/Sources/Gluey/UnificationError.swift (in target 'Gluey' from project 'Gluey')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745535570046211-swift-frontend-Gluey-UnificationError.swift-arm64_apple_macos10.10-o-Onone-42803456.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0911 seconds (0.1341 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0480 ( 81.0%)   0.0166 ( 52.3%)   0.0646 ( 71.0%)   0.0646 ( 48.2%)  build-rewrite-system
   0.0011 (  1.9%)   0.0042 ( 13.2%)   0.0053 (  5.8%)   0.0179 ( 13.3%)  load-stdlib
   0.0012 (  2.0%)   0.0016 (  5.2%)   0.0028 (  3.1%)   0.0175 ( 13.0%)  parse-and-resolve-imports
   0.0011 (  1.8%)   0.0014 (  4.5%)   0.0025 (  2.8%)   0.0171 ( 12.8%)  Import resolution
   0.0013 (  2.3%)   0.0011 (  3.6%)   0.0025 (  2.7%)   0.0027 (  2.0%)  perform-sema
   0.0013 (  2.2%)   0.0011 (  3.6%)   0.0024 (  2.7%)   0.0026 (  2.0%)  Type checking and Semantic analysis
   0.0009 (  1.4%)   0.0013 (  4.1%)   0.0022 (  2.4%)   0.0022 (  1.7%)  SILGen
   0.0011 (  1.8%)   0.0009 (  2.8%)   0.0020 (  2.2%)   0.0022 (  1.6%)  typecheck-decl
   0.0008 (  1.4%)   0.0009 (  2.8%)   0.0017 (  1.9%)   0.0021 (  1.6%)  IRGen
   0.0014 (  2.3%)   0.0004 (  1.2%)   0.0018 (  1.9%)   0.0018 (  1.3%)  SIL optimization
   0.0003 (  0.5%)   0.0010 (  3.3%)   0.0013 (  1.4%)   0.0014 (  1.0%)  SILGen-function
   0.0004 (  0.7%)   0.0007 (  2.3%)   0.0011 (  1.3%)   0.0012 (  0.9%)  import-clang-decl
   0.0001 (  0.2%)   0.0002 (  0.6%)   0.0003 (  0.3%)   0.0003 (  0.2%)  typecheck-stmt
   0.0001 (  0.2%)   0.0002 (  0.5%)   0.0003 (  0.3%)   0.0003 (  0.2%)  typecheck-expr
   0.0000 (  0.0%)   0.0000 (  0.1%)   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%)  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%)  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%)  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.0593 (100.0%)   0.0318 (100.0%)   0.0911 (100.0%)   0.1341 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3759 seconds (0.4180 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2888 (100.0%)   0.0872 (100.0%)   0.3759 (100.0%)   0.4180 (100.0%)  Building Target
   0.2888 (100.0%)   0.0872 (100.0%)   0.3759 (100.0%)   0.4180 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Gluey/UnificationError.swift (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Glue.swift /Users/admin/builder/spi-builder-workspace/Sources/Gluey/Glue.swift (in target 'Gluey' from project 'Gluey')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Gluey/Glue.swift (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745535570044619-swift-frontend-Gluey-Glue.swift-arm64_apple_macos10.10-o-Onone-2369173936.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1195 seconds (0.1670 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0445 ( 54.4%)   0.0154 ( 41.1%)   0.0600 ( 50.2%)   0.0599 ( 35.9%)  build-rewrite-system
   0.0014 (  1.7%)   0.0046 ( 12.2%)   0.0059 (  5.0%)   0.0216 ( 13.0%)  load-stdlib
   0.0012 (  1.4%)   0.0020 (  5.3%)   0.0032 (  2.7%)   0.0181 ( 10.8%)  parse-and-resolve-imports
   0.0011 (  1.3%)   0.0015 (  4.1%)   0.0026 (  2.2%)   0.0174 ( 10.4%)  Import resolution
   0.0065 (  8.0%)   0.0035 (  9.3%)   0.0100 (  8.4%)   0.0106 (  6.4%)  perform-sema
   0.0065 (  7.9%)   0.0034 (  9.1%)   0.0099 (  8.3%)   0.0105 (  6.3%)  Type checking and Semantic analysis
   0.0044 (  5.4%)   0.0017 (  4.5%)   0.0061 (  5.1%)   0.0063 (  3.8%)  typecheck-stmt
   0.0043 (  5.2%)   0.0000 (  0.1%)   0.0043 (  3.6%)   0.0043 (  2.6%)  SIL optimization
   0.0020 (  2.4%)   0.0016 (  4.2%)   0.0035 (  3.0%)   0.0039 (  2.3%)  typecheck-decl
   0.0027 (  3.3%)   0.0009 (  2.3%)   0.0035 (  3.0%)   0.0036 (  2.2%)  IRGen
   0.0028 (  3.4%)   0.0007 (  2.0%)   0.0035 (  2.9%)   0.0035 (  2.1%)  SILGen
   0.0017 (  2.1%)   0.0010 (  2.7%)   0.0027 (  2.3%)   0.0029 (  1.8%)  typecheck-expr
   0.0021 (  2.6%)   0.0006 (  1.5%)   0.0027 (  2.2%)   0.0027 (  1.6%)  SILGen-function
   0.0003 (  0.4%)   0.0004 (  1.1%)   0.0007 (  0.6%)   0.0007 (  0.4%)  import-clang-decl
   0.0005 (  0.6%)   0.0001 (  0.2%)   0.0005 (  0.5%)   0.0005 (  0.3%)  precheck-target
   0.0000 (  0.0%)   0.0001 (  0.2%)   0.0001 (  0.1%)   0.0001 (  0.1%)  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%)  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%)  SIL verification, pre-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.0820 (100.0%)   0.0375 (100.0%)   0.1195 (100.0%)   0.1670 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3849 seconds (0.4222 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3041 (100.0%)   0.0808 (100.0%)   0.3849 (100.0%)   0.4222 (100.0%)  Building Target
   0.3041 (100.0%)   0.0808 (100.0%)   0.3849 (100.0%)   0.4222 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ Gluey (in target 'Gluey' from project 'Gluey')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745535570046643-swift-frontend-Gluey-all-arm64_apple_macos10.10-swiftmodule-Onone-2952478018.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0759 seconds (0.1241 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0012 (  2.8%)   0.0020 (  6.3%)   0.0032 (  4.3%)   0.0185 ( 14.9%)  parse-and-resolve-imports
   0.0011 (  2.5%)   0.0037 ( 11.5%)   0.0048 (  6.3%)   0.0183 ( 14.7%)  load-stdlib
   0.0011 (  2.5%)   0.0017 (  5.4%)   0.0028 (  3.7%)   0.0181 ( 14.5%)  Import resolution
   0.0091 ( 20.7%)   0.0036 ( 11.4%)   0.0128 ( 16.8%)   0.0134 ( 10.8%)  perform-sema
   0.0091 ( 20.5%)   0.0036 ( 11.3%)   0.0126 ( 16.6%)   0.0133 ( 10.7%)  Type checking and Semantic analysis
   0.0089 ( 20.1%)   0.0033 ( 10.5%)   0.0122 ( 16.1%)   0.0128 ( 10.3%)  typecheck-decl
   0.0047 ( 10.6%)   0.0065 ( 20.3%)   0.0111 ( 14.7%)   0.0122 (  9.8%)  SIL optimization
   0.0009 (  2.0%)   0.0033 ( 10.3%)   0.0041 (  5.5%)   0.0046 (  3.7%)  Serialization, swiftmodule
   0.0029 (  6.6%)   0.0008 (  2.5%)   0.0037 (  4.9%)   0.0037 (  3.0%)  SILGen
   0.0013 (  3.0%)   0.0008 (  2.6%)   0.0022 (  2.9%)   0.0023 (  1.8%)  typecheck-expr
   0.0005 (  1.1%)   0.0012 (  3.7%)   0.0017 (  2.2%)   0.0022 (  1.8%)  Serialization, swiftdoc
   0.0010 (  2.3%)   0.0007 (  2.1%)   0.0017 (  2.2%)   0.0018 (  1.5%)  typecheck-stmt
   0.0013 (  2.9%)   0.0002 (  0.7%)   0.0015 (  2.0%)   0.0015 (  1.2%)  SILGen-function
   0.0007 (  1.5%)   0.0003 (  0.9%)   0.0009 (  1.2%)   0.0009 (  0.8%)  build-rewrite-system
   0.0002 (  0.4%)   0.0001 (  0.2%)   0.0002 (  0.3%)   0.0002 (  0.2%)  Serialization, swiftsourceinfo
   0.0001 (  0.1%)   0.0000 (  0.1%)   0.0001 (  0.1%)   0.0001 (  0.1%)  precheck-target
   0.0000 (  0.1%)   0.0000 (  0.1%)   0.0001 (  0.1%)   0.0001 (  0.1%)  module-populate-cache
   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%)  SIL verification, pre-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-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0441 (100.0%)   0.0318 (100.0%)   0.0759 (100.0%)   0.1241 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0443 seconds (0.0760 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0228 (100.0%)   0.0214 (100.0%)   0.0443 (100.0%)   0.0760 (100.0%)  Building Target
   0.0228 (100.0%)   0.0214 (100.0%)   0.0443 (100.0%)   0.0760 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Gluey/Binding.swift:90:27: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public static func ==<Element>(lhs: Binding<Element>, rhs: Binding<Element>) -> Bool {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Gluey/Binding.swift:13:28: note: 'Element' previously declared here
public final class Binding<Element: Equatable> {
                           ^
SwiftCompile normal arm64 Compiling\ Unifiable.swift /Users/admin/builder/spi-builder-workspace/Sources/Gluey/Unifiable.swift (in target 'Gluey' from project 'Gluey')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745535570045802-swift-frontend-Gluey-Unifiable.swift-arm64_apple_macos10.10-o-Onone-2284536090.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1496 seconds (0.1967 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0471 ( 43.2%)   0.0162 ( 39.8%)   0.0633 ( 42.3%)   0.0634 ( 32.2%)  build-rewrite-system
   0.0151 ( 13.8%)   0.0049 ( 12.0%)   0.0199 ( 13.3%)   0.0206 ( 10.5%)  perform-sema
   0.0150 ( 13.8%)   0.0048 ( 11.9%)   0.0199 ( 13.3%)   0.0206 ( 10.4%)  Type checking and Semantic analysis
   0.0011 (  1.0%)   0.0034 (  8.4%)   0.0045 (  3.0%)   0.0199 ( 10.1%)  load-stdlib
   0.0012 (  1.1%)   0.0018 (  4.5%)   0.0030 (  2.0%)   0.0179 (  9.1%)  parse-and-resolve-imports
   0.0011 (  1.0%)   0.0016 (  4.0%)   0.0027 (  1.8%)   0.0175 (  8.9%)  Import resolution
   0.0100 (  9.1%)   0.0024 (  5.9%)   0.0123 (  8.2%)   0.0125 (  6.3%)  typecheck-stmt
   0.0044 (  4.0%)   0.0023 (  5.5%)   0.0067 (  4.4%)   0.0071 (  3.6%)  typecheck-decl
   0.0027 (  2.4%)   0.0008 (  1.9%)   0.0034 (  2.3%)   0.0034 (  1.8%)  IRGen
   0.0029 (  2.6%)   0.0005 (  1.1%)   0.0033 (  2.2%)   0.0034 (  1.7%)  typecheck-expr
   0.0033 (  3.0%)   0.0001 (  0.1%)   0.0033 (  2.2%)   0.0033 (  1.7%)  SIL optimization
   0.0025 (  2.3%)   0.0008 (  2.0%)   0.0033 (  2.2%)   0.0033 (  1.7%)  SILGen
   0.0017 (  1.5%)   0.0006 (  1.5%)   0.0023 (  1.5%)   0.0023 (  1.2%)  SILGen-function
   0.0003 (  0.3%)   0.0005 (  1.3%)   0.0008 (  0.6%)   0.0008 (  0.4%)  import-clang-decl
   0.0006 (  0.6%)   0.0000 (  0.1%)   0.0007 (  0.5%)   0.0007 (  0.3%)  precheck-target
   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%)  module-populate-cache
   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%)  AST verification
   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.1090 (100.0%)   0.0406 (100.0%)   0.1496 (100.0%)   0.1967 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3852 seconds (0.4195 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3122 (100.0%)   0.0730 (100.0%)   0.3852 (100.0%)   0.4195 (100.0%)  Building Target
   0.3122 (100.0%)   0.0730 (100.0%)   0.3852 (100.0%)   0.4195 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Gluey/Unifiable.swift (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ UnifiableType.swift /Users/admin/builder/spi-builder-workspace/Sources/Gluey/UnifiableType.swift (in target 'Gluey' from project 'Gluey')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745535570046676-swift-frontend-Gluey-UnifiableType.swift-arm64_apple_macos10.10-o-Onone-2457508269.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0842 seconds (0.1306 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0481 ( 89.2%)   0.0178 ( 58.9%)   0.0659 ( 78.3%)   0.0660 ( 50.5%)  build-rewrite-system
   0.0012 (  2.3%)   0.0020 (  6.7%)   0.0033 (  3.9%)   0.0192 ( 14.7%)  parse-and-resolve-imports
   0.0012 (  2.2%)   0.0043 ( 14.1%)   0.0055 (  6.5%)   0.0190 ( 14.5%)  load-stdlib
   0.0011 (  2.0%)   0.0017 (  5.6%)   0.0028 (  3.3%)   0.0186 ( 14.3%)  Import resolution
   0.0006 (  1.1%)   0.0012 (  4.1%)   0.0018 (  2.2%)   0.0022 (  1.7%)  perform-sema
   0.0005 (  1.0%)   0.0012 (  3.9%)   0.0017 (  2.0%)   0.0021 (  1.6%)  Type checking and Semantic analysis
   0.0005 (  0.9%)   0.0010 (  3.4%)   0.0015 (  1.8%)   0.0018 (  1.4%)  typecheck-decl
   0.0003 (  0.5%)   0.0005 (  1.6%)   0.0008 (  0.9%)   0.0008 (  0.6%)  IRGen
   0.0003 (  0.6%)   0.0005 (  1.6%)   0.0008 (  1.0%)   0.0008 (  0.6%)  import-clang-decl
   0.0000 (  0.1%)   0.0000 (  0.1%)   0.0001 (  0.1%)   0.0001 (  0.1%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SILGen
   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 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
   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%)  SIL verification, pre-optimization
   0.0539 (100.0%)   0.0303 (100.0%)   0.0842 (100.0%)   0.1306 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3714 seconds (0.4172 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2828 (100.0%)   0.0886 (100.0%)   0.3714 (100.0%)   0.4172 (100.0%)  Building Target
   0.2828 (100.0%)   0.0886 (100.0%)   0.3714 (100.0%)   0.4172 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Gluey/UnifiableType.swift (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Gluey/Binding.swift (in target 'Gluey' from project 'Gluey')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745535570046380-swift-frontend-Gluey-Binding.swift-arm64_apple_macos10.10-o-Onone-1862661090.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1854 seconds (0.2309 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0477 ( 36.5%)   0.0175 ( 31.8%)   0.0651 ( 35.1%)   0.0652 ( 28.2%)  build-rewrite-system
   0.0189 ( 14.5%)   0.0075 ( 13.6%)   0.0264 ( 14.2%)   0.0273 ( 11.8%)  perform-sema
   0.0189 ( 14.5%)   0.0075 ( 13.6%)   0.0263 ( 14.2%)   0.0272 ( 11.8%)  Type checking and Semantic analysis
   0.0013 (  1.0%)   0.0022 (  4.1%)   0.0035 (  1.9%)   0.0183 (  7.9%)  parse-and-resolve-imports
   0.0136 ( 10.4%)   0.0045 (  8.1%)   0.0180 (  9.7%)   0.0182 (  7.9%)  typecheck-stmt
   0.0012 (  0.9%)   0.0021 (  3.9%)   0.0033 (  1.8%)   0.0181 (  7.8%)  Import resolution
   0.0012 (  0.9%)   0.0034 (  6.3%)   0.0047 (  2.5%)   0.0176 (  7.6%)  load-stdlib
   0.0058 (  4.4%)   0.0040 (  7.3%)   0.0098 (  5.3%)   0.0106 (  4.6%)  typecheck-decl
   0.0042 (  3.2%)   0.0016 (  2.9%)   0.0058 (  3.1%)   0.0059 (  2.5%)  typecheck-expr
   0.0038 (  2.9%)   0.0012 (  2.1%)   0.0050 (  2.7%)   0.0050 (  2.2%)  SILGen
   0.0047 (  3.6%)   0.0001 (  0.2%)   0.0048 (  2.6%)   0.0048 (  2.1%)  SIL optimization
   0.0032 (  2.5%)   0.0011 (  2.0%)   0.0043 (  2.3%)   0.0043 (  1.9%)  precheck-target
   0.0030 (  2.3%)   0.0010 (  1.8%)   0.0039 (  2.1%)   0.0040 (  1.7%)  IRGen
   0.0027 (  2.1%)   0.0010 (  1.8%)   0.0037 (  2.0%)   0.0037 (  1.6%)  SILGen-function
   0.0002 (  0.2%)   0.0003 (  0.5%)   0.0005 (  0.3%)   0.0005 (  0.2%)  import-clang-decl
   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%)  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%)  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.1305 (100.0%)   0.0549 (100.0%)   0.1854 (100.0%)   0.2309 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3877 seconds (0.4202 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3141 (100.0%)   0.0736 (100.0%)   0.3877 (100.0%)   0.4202 (100.0%)  Building Target
   0.3141 (100.0%)   0.0736 (100.0%)   0.3877 (100.0%)   0.4202 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Gluey/Binding.swift (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Gluey/Binding.swift:90:27: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public static func ==<Element>(lhs: Binding<Element>, rhs: Binding<Element>) -> Bool {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Gluey/Binding.swift:13:28: note: 'Element' previously declared here
public final class Binding<Element: Equatable> {
                           ^
SwiftDriverJobDiscovery normal arm64 Emitting module for Gluey (in target 'Gluey' from project 'Gluey')
SwiftDriver\ Compilation\ Requirements Gluey normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Gluey' from project 'Gluey')
    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 Gluey -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 4.2 -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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey-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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.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/Gluey.build/Debug/Gluey.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey_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/Gluey.build/Debug/Gluey.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey-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/Gluey.framework/Versions/A/Headers/Gluey-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey-Swift.h (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Headers/Gluey-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Modules/Gluey.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.swiftmodule (in target 'Gluey' from project 'Gluey')
    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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Modules/Gluey.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Modules/Gluey.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.swiftdoc (in target 'Gluey' from project 'Gluey')
    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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Modules/Gluey.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Modules/Gluey.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.abi.json (in target 'Gluey' from project 'Gluey')
    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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Modules/Gluey.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Modules/Gluey.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.swiftsourceinfo (in target 'Gluey' from project 'Gluey')
    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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Modules/Gluey.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Unifiable.swift (in target 'Gluey' from project 'Gluey')
SwiftDriverJobDiscovery normal arm64 Compiling Binding.swift (in target 'Gluey' from project 'Gluey')
SwiftDriverJobDiscovery normal arm64 Compiling ContextCopyable.swift (in target 'Gluey' from project 'Gluey')
SwiftDriverJobDiscovery normal arm64 Compiling UnificationError.swift (in target 'Gluey' from project 'Gluey')
SwiftDriverJobDiscovery normal arm64 Compiling DriedGlue.swift (in target 'Gluey' from project 'Gluey')
SwiftDriverJobDiscovery normal arm64 Compiling UnifiableType.swift (in target 'Gluey' from project 'Gluey')
SwiftDriverJobDiscovery normal arm64 Compiling Glue.swift (in target 'Gluey' from project 'Gluey')
SwiftDriver\ Compilation Gluey normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Gluey' from project 'Gluey')
    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 Gluey -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 4.2 -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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey-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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.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/Gluey.build/Debug/Gluey.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey_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/Gluey.build/Debug/Gluey.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey-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/Gluey.framework/Versions/A/Gluey normal (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.10 -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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.LinkFileList -install_name @rpath/Gluey.framework/Versions/A/Gluey -Xlinker -rpath -Xlinker /usr/lib/swift -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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey_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/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Gluey
ExtractAppIntentsMetadata (in target 'Gluey' from project 'Gluey')
    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 Gluey --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 10.10 --bundle-identifier Gluey --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A/Gluey --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Gluey.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Gluey.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug/Gluey.build/Objects-normal/arm64/Gluey.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 15:59:30.765 appintentsmetadataprocessor[710:3997] Starting appintentsmetadataprocessor export
2025-04-24 15:59:30.767 appintentsmetadataprocessor[710:3997] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Gluey.framework/Versions/A/Gluey.tbd (in target 'Gluey' from project 'Gluey')
    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/Gluey.framework/Versions/A/Gluey -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Gluey.framework/Versions/A/Gluey.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework/Versions/A (in target 'Gluey' from project 'Gluey')
    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/Gluey.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Gluey.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Gluey.framework/Gluey.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Gluey.framework/Versions/A/Gluey.tbd (in target 'Gluey' from project 'Gluey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Gluey.framework/Versions/A/Gluey.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Gluey.framework/Gluey.tbd
/Users/admin/builder/spi-builder-workspace/Gluey.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'Gluey' from project 'Gluey')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Gluey",
  "name" : "Gluey",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Gluey",
      "targets" : [
        "Gluey"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GlueyTests",
      "module_type" : "SwiftTarget",
      "name" : "GlueyTests",
      "path" : "Sources/GlueyTests",
      "sources" : [
        "GlueyTests.swift"
      ],
      "target_dependencies" : [
        "Gluey"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Gluey",
      "module_type" : "SwiftTarget",
      "name" : "Gluey",
      "path" : "Sources/Gluey",
      "product_memberships" : [
        "Gluey"
      ],
      "sources" : [
        "Binding.swift",
        "ContextCopyable.swift",
        "DriedGlue.swift",
        "Glue.swift",
        "Unifiable.swift",
        "UnifiableType.swift",
        "UnificationError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.