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 iOS using Xcode 16.3 on 24 Apr 2025 22:59:25 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 generic/platform=iOS 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:         iOS
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 generic/platform=iOS 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 generic/platform=iOS "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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: d88a9049317dfe9e75fca3110af4b8a8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d88a9049317dfe9e75fca3110af4b8a8.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/Gluey.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Gluey.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/Gluey.build/Gluey.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/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-iphoneos/Gluey.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/Gluey.build/Gluey.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey.LinkFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/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 -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.4 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Gluey (in target 'Gluey' from project 'Gluey')
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> {
                           ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745535564210848-swift-frontend-Gluey-all-arm64_apple_ios18.4-swiftmodule-Onone-24354949.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1098 seconds (0.2102 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0017 (  3.1%)   0.0095 ( 17.4%)   0.0112 ( 10.2%)   0.0521 ( 24.8%)  load-stdlib
   0.0112 ( 20.3%)   0.0063 ( 11.5%)   0.0175 ( 15.9%)   0.0308 ( 14.7%)  perform-sema
   0.0111 ( 20.2%)   0.0063 ( 11.4%)   0.0174 ( 15.8%)   0.0307 ( 14.6%)  Type checking and Semantic analysis
   0.0109 ( 19.8%)   0.0060 ( 11.0%)   0.0169 ( 15.4%)   0.0302 ( 14.4%)  typecheck-decl
   0.0019 (  3.5%)   0.0056 ( 10.2%)   0.0075 (  6.8%)   0.0146 (  6.9%)  parse-and-resolve-imports
   0.0018 (  3.2%)   0.0052 (  9.5%)   0.0070 (  6.4%)   0.0138 (  6.6%)  Import resolution
   0.0051 (  9.2%)   0.0064 ( 11.6%)   0.0114 ( 10.4%)   0.0129 (  6.2%)  SIL optimization
   0.0011 (  2.0%)   0.0030 (  5.4%)   0.0040 (  3.7%)   0.0047 (  2.2%)  Serialization, swiftmodule
   0.0033 (  6.0%)   0.0013 (  2.3%)   0.0046 (  4.1%)   0.0046 (  2.2%)  SILGen
   0.0020 (  3.7%)   0.0015 (  2.7%)   0.0035 (  3.2%)   0.0045 (  2.1%)  typecheck-expr
   0.0016 (  3.0%)   0.0013 (  2.3%)   0.0029 (  2.6%)   0.0039 (  1.8%)  typecheck-stmt
   0.0006 (  1.1%)   0.0016 (  2.9%)   0.0022 (  2.0%)   0.0030 (  1.4%)  Serialization, swiftdoc
   0.0008 (  1.5%)   0.0005 (  0.9%)   0.0013 (  1.2%)   0.0021 (  1.0%)  build-rewrite-system
   0.0014 (  2.5%)   0.0004 (  0.8%)   0.0018 (  1.6%)   0.0018 (  0.9%)  SILGen-function
   0.0002 (  0.4%)   0.0001 (  0.1%)   0.0003 (  0.3%)   0.0003 (  0.1%)  Serialization, swiftsourceinfo
   0.0001 (  0.2%)   0.0000 (  0.1%)   0.0002 (  0.1%)   0.0002 (  0.1%)  precheck-target
   0.0000 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-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%)  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%)  AST verification
   0.0550 (100.0%)   0.0548 (100.0%)   0.1098 (100.0%)   0.2102 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0611 seconds (0.1247 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0269 (100.0%)   0.0342 (100.0%)   0.0611 (100.0%)   0.1247 (100.0%)  Building Target
   0.0269 (100.0%)   0.0342 (100.0%)   0.0611 (100.0%)   0.1247 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Unifiable.swift /Users/admin/builder/spi-builder-workspace/Sources/Gluey/Unifiable.swift (in target 'Gluey' from project 'Gluey')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745535564204343-swift-frontend-Gluey-Unifiable.swift-arm64_apple_ios18.4-o-Onone-1559684943.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2276 seconds (0.3085 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0488 ( 34.3%)   0.0174 ( 20.4%)   0.0662 ( 29.1%)   0.0672 ( 21.8%)  build-rewrite-system
   0.0116 (  8.2%)   0.0148 ( 17.3%)   0.0264 ( 11.6%)   0.0464 ( 15.0%)  load-stdlib
   0.0181 ( 12.7%)   0.0102 ( 11.9%)   0.0282 ( 12.4%)   0.0402 ( 13.0%)  perform-sema
   0.0180 ( 12.7%)   0.0102 ( 11.9%)   0.0282 ( 12.4%)   0.0401 ( 13.0%)  Type checking and Semantic analysis
   0.0065 (  4.5%)   0.0096 ( 11.2%)   0.0161 (  7.1%)   0.0280 (  9.1%)  parse-and-resolve-imports
   0.0063 (  4.5%)   0.0094 ( 11.0%)   0.0158 (  6.9%)   0.0278 (  9.0%)  Import resolution
   0.0061 (  4.3%)   0.0068 (  7.9%)   0.0129 (  5.7%)   0.0247 (  8.0%)  typecheck-decl
   0.0111 (  7.8%)   0.0032 (  3.7%)   0.0143 (  6.3%)   0.0144 (  4.7%)  typecheck-stmt
   0.0036 (  2.5%)   0.0016 (  1.9%)   0.0052 (  2.3%)   0.0052 (  1.7%)  IRGen
   0.0033 (  2.3%)   0.0005 (  0.5%)   0.0038 (  1.7%)   0.0038 (  1.2%)  typecheck-expr
   0.0034 (  2.4%)   0.0000 (  0.0%)   0.0034 (  1.5%)   0.0034 (  1.1%)  SIL optimization
   0.0024 (  1.7%)   0.0007 (  0.8%)   0.0031 (  1.4%)   0.0032 (  1.0%)  SILGen
   0.0016 (  1.1%)   0.0006 (  0.7%)   0.0022 (  1.0%)   0.0022 (  0.7%)  SILGen-function
   0.0004 (  0.2%)   0.0005 (  0.6%)   0.0009 (  0.4%)   0.0009 (  0.3%)  import-clang-decl
   0.0007 (  0.5%)   0.0000 (  0.0%)   0.0007 (  0.3%)   0.0007 (  0.2%)  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.1420 (100.0%)   0.0855 (100.0%)   0.2276 (100.0%)   0.3085 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4459 seconds (0.4942 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3418 (100.0%)   0.1041 (100.0%)   0.4459 (100.0%)   0.4942 (100.0%)  Building Target
   0.3418 (100.0%)   0.1041 (100.0%)   0.4459 (100.0%)   0.4942 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ ContextCopyable.swift /Users/admin/builder/spi-builder-workspace/Sources/Gluey/ContextCopyable.swift (in target 'Gluey' from project 'Gluey')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745535564210983-swift-frontend-Gluey-ContextCopyable.swift-arm64_apple_ios18.4-o-Onone-69084014.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1585 seconds (0.2570 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0493 ( 54.5%)   0.0187 ( 27.5%)   0.0680 ( 42.9%)   0.0687 ( 26.7%)  build-rewrite-system
   0.0016 (  1.7%)   0.0078 ( 11.5%)   0.0094 (  5.9%)   0.0500 ( 19.5%)  load-stdlib
   0.0079 (  8.8%)   0.0074 ( 10.9%)   0.0153 (  9.7%)   0.0287 ( 11.2%)  perform-sema
   0.0079 (  8.7%)   0.0074 ( 10.8%)   0.0153 (  9.6%)   0.0286 ( 11.1%)  Type checking and Semantic analysis
   0.0056 (  6.2%)   0.0064 (  9.4%)   0.0120 (  7.6%)   0.0251 (  9.8%)  typecheck-decl
   0.0020 (  2.2%)   0.0071 ( 10.5%)   0.0091 (  5.8%)   0.0171 (  6.6%)  parse-and-resolve-imports
   0.0019 (  2.1%)   0.0069 ( 10.2%)   0.0088 (  5.5%)   0.0167 (  6.5%)  Import resolution
   0.0023 (  2.6%)   0.0018 (  2.6%)   0.0041 (  2.6%)   0.0048 (  1.9%)  typecheck-expr
   0.0024 (  2.6%)   0.0015 (  2.2%)   0.0039 (  2.4%)   0.0044 (  1.7%)  IRGen
   0.0032 (  3.6%)   0.0004 (  0.6%)   0.0036 (  2.3%)   0.0037 (  1.4%)  SIL optimization
   0.0024 (  2.7%)   0.0009 (  1.4%)   0.0033 (  2.1%)   0.0036 (  1.4%)  typecheck-stmt
   0.0023 (  2.5%)   0.0008 (  1.1%)   0.0031 (  1.9%)   0.0031 (  1.2%)  SILGen
   0.0011 (  1.2%)   0.0004 (  0.6%)   0.0015 (  1.0%)   0.0015 (  0.6%)  SILGen-function
   0.0004 (  0.4%)   0.0005 (  0.7%)   0.0008 (  0.5%)   0.0008 (  0.3%)  import-clang-decl
   0.0001 (  0.2%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0001 (  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.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%)  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.0905 (100.0%)   0.0680 (100.0%)   0.1585 (100.0%)   0.2570 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4152 seconds (0.4849 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3129 (100.0%)   0.1023 (100.0%)   0.4152 (100.0%)   0.4849 (100.0%)  Building Target
   0.3129 (100.0%)   0.1023 (100.0%)   0.4152 (100.0%)   0.4849 (100.0%)  Total
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

SwiftCompile normal arm64 Compiling\ Glue.swift /Users/admin/builder/spi-builder-workspace/Sources/Gluey/Glue.swift (in target 'Gluey' from project 'Gluey')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745535564202053-swift-frontend-Gluey-Glue.swift-arm64_apple_ios18.4-o-Onone-2091503159.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1583 seconds (0.2558 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0451 ( 50.5%)   0.0168 ( 24.4%)   0.0619 ( 39.1%)   0.0628 ( 24.6%)  build-rewrite-system
   0.0016 (  1.7%)   0.0137 ( 19.9%)   0.0153 (  9.7%)   0.0583 ( 22.8%)  load-stdlib
   0.0077 (  8.7%)   0.0065 (  9.5%)   0.0143 (  9.0%)   0.0263 ( 10.3%)  perform-sema
   0.0077 (  8.6%)   0.0065 (  9.4%)   0.0142 (  9.0%)   0.0263 ( 10.3%)  Type checking and Semantic analysis
   0.0024 (  2.7%)   0.0035 (  5.0%)   0.0059 (  3.7%)   0.0177 (  6.9%)  typecheck-decl
   0.0018 (  2.0%)   0.0067 (  9.7%)   0.0084 (  5.3%)   0.0168 (  6.6%)  parse-and-resolve-imports
   0.0017 (  1.9%)   0.0065 (  9.4%)   0.0081 (  5.1%)   0.0165 (  6.5%)  Import resolution
   0.0051 (  5.7%)   0.0028 (  4.1%)   0.0080 (  5.0%)   0.0082 (  3.2%)  typecheck-stmt
   0.0047 (  5.3%)   0.0003 (  0.4%)   0.0050 (  3.1%)   0.0052 (  2.0%)  SIL optimization
   0.0034 (  3.8%)   0.0014 (  2.0%)   0.0048 (  3.0%)   0.0048 (  1.9%)  IRGen
   0.0029 (  3.3%)   0.0011 (  1.6%)   0.0040 (  2.6%)   0.0040 (  1.6%)  SILGen
   0.0023 (  2.6%)   0.0009 (  1.2%)   0.0032 (  2.0%)   0.0032 (  1.2%)  SILGen-function
   0.0018 (  2.0%)   0.0009 (  1.4%)   0.0027 (  1.7%)   0.0029 (  1.1%)  typecheck-expr
   0.0008 (  0.8%)   0.0009 (  1.2%)   0.0016 (  1.0%)   0.0016 (  0.6%)  precheck-target
   0.0003 (  0.4%)   0.0005 (  0.7%)   0.0009 (  0.5%)   0.0009 (  0.3%)  import-clang-decl
   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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0893 (100.0%)   0.0689 (100.0%)   0.1583 (100.0%)   0.2558 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4216 seconds (0.4958 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3141 (100.0%)   0.1075 (100.0%)   0.4216 (100.0%)   0.4958 (100.0%)  Building Target
   0.3141 (100.0%)   0.1075 (100.0%)   0.4216 (100.0%)   0.4958 (100.0%)  Total
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

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-1745535564210427-swift-frontend-Gluey-Binding.swift-arm64_apple_ios18.4-o-Onone-1586620938.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2252 seconds (0.3294 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0486 ( 33.7%)   0.0205 ( 25.3%)   0.0691 ( 30.7%)   0.0699 ( 21.2%)  build-rewrite-system
   0.0017 (  1.2%)   0.0081 ( 10.0%)   0.0099 (  4.4%)   0.0488 ( 14.8%)  load-stdlib
   0.0212 ( 14.7%)   0.0100 ( 12.3%)   0.0312 ( 13.9%)   0.0453 ( 13.8%)  perform-sema
   0.0212 ( 14.7%)   0.0100 ( 12.3%)   0.0311 ( 13.8%)   0.0452 ( 13.7%)  Type checking and Semantic analysis
   0.0076 (  5.3%)   0.0053 (  6.5%)   0.0129 (  5.7%)   0.0260 (  7.9%)  typecheck-decl
   0.0144 ( 10.0%)   0.0057 (  7.0%)   0.0201 (  8.9%)   0.0215 (  6.5%)  typecheck-stmt
   0.0020 (  1.4%)   0.0069 (  8.5%)   0.0090 (  4.0%)   0.0189 (  5.7%)  parse-and-resolve-imports
   0.0019 (  1.3%)   0.0068 (  8.3%)   0.0087 (  3.9%)   0.0187 (  5.7%)  Import resolution
   0.0055 (  3.8%)   0.0025 (  3.0%)   0.0079 (  3.5%)   0.0090 (  2.7%)  typecheck-expr
   0.0046 (  3.2%)   0.0014 (  1.7%)   0.0060 (  2.7%)   0.0065 (  2.0%)  SILGen
   0.0036 (  2.5%)   0.0013 (  1.6%)   0.0049 (  2.2%)   0.0049 (  1.5%)  IRGen
   0.0046 (  3.2%)   0.0001 (  0.2%)   0.0047 (  2.1%)   0.0047 (  1.4%)  SIL optimization
   0.0033 (  2.3%)   0.0010 (  1.2%)   0.0042 (  1.9%)   0.0046 (  1.4%)  SILGen-function
   0.0032 (  2.2%)   0.0010 (  1.3%)   0.0042 (  1.9%)   0.0042 (  1.3%)  precheck-target
   0.0004 (  0.3%)   0.0006 (  0.7%)   0.0010 (  0.5%)   0.0010 (  0.3%)  import-clang-decl
   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%)  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%)  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.1439 (100.0%)   0.0812 (100.0%)   0.2252 (100.0%)   0.3294 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4235 seconds (0.4885 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3345 (100.0%)   0.0890 (100.0%)   0.4235 (100.0%)   0.4885 (100.0%)  Building Target
   0.3345 (100.0%)   0.0890 (100.0%)   0.4235 (100.0%)   0.4885 (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> {
                           ^
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-1745535564209203-swift-frontend-Gluey-UnifiableType.swift-arm64_apple_ios18.4-o-Onone-1932073376.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1115 seconds (0.1958 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0488 ( 85.8%)   0.0193 ( 35.3%)   0.0681 ( 61.0%)   0.0686 ( 35.0%)  build-rewrite-system
   0.0017 (  2.9%)   0.0093 ( 17.1%)   0.0110 (  9.9%)   0.0558 ( 28.5%)  load-stdlib
   0.0018 (  3.1%)   0.0062 ( 11.3%)   0.0079 (  7.1%)   0.0141 (  7.2%)  parse-and-resolve-imports
   0.0007 (  1.3%)   0.0041 (  7.6%)   0.0049 (  4.4%)   0.0137 (  7.0%)  perform-sema
   0.0007 (  1.2%)   0.0041 (  7.5%)   0.0048 (  4.3%)   0.0137 (  7.0%)  Type checking and Semantic analysis
   0.0016 (  2.9%)   0.0058 ( 10.7%)   0.0075 (  6.7%)   0.0135 (  6.9%)  Import resolution
   0.0007 (  1.2%)   0.0040 (  7.3%)   0.0047 (  4.2%)   0.0135 (  6.9%)  typecheck-decl
   0.0003 (  0.5%)   0.0009 (  1.7%)   0.0012 (  1.1%)   0.0012 (  0.6%)  IRGen
   0.0005 (  0.8%)   0.0007 (  1.3%)   0.0011 (  1.0%)   0.0011 (  0.6%)  import-clang-decl
   0.0000 (  0.1%)   0.0002 (  0.3%)   0.0002 (  0.2%)   0.0003 (  0.1%)  SILGen
   0.0000 (  0.1%)   0.0000 (  0.1%)   0.0001 (  0.1%)   0.0001 (  0.0%)  module-populate-cache
   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%)  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.0569 (100.0%)   0.0546 (100.0%)   0.1115 (100.0%)   0.1958 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4118 seconds (0.4868 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2939 (100.0%)   0.1179 (100.0%)   0.4118 (100.0%)   0.4868 (100.0%)  Building Target
   0.2939 (100.0%)   0.1179 (100.0%)   0.4118 (100.0%)   0.4868 (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\ 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-1745535564210925-swift-frontend-Gluey-DriedGlue.swift-arm64_apple_ios18.4-o-Onone-2162122548.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1374 seconds (0.2270 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0490 ( 63.4%)   0.0195 ( 32.5%)   0.0686 ( 49.9%)   0.0694 ( 30.6%)  build-rewrite-system
   0.0017 (  2.2%)   0.0105 ( 17.4%)   0.0122 (  8.8%)   0.0527 ( 23.2%)  load-stdlib
   0.0041 (  5.3%)   0.0049 (  8.1%)   0.0090 (  6.6%)   0.0207 (  9.1%)  perform-sema
   0.0041 (  5.3%)   0.0049 (  8.1%)   0.0090 (  6.5%)   0.0206 (  9.1%)  Type checking and Semantic analysis
   0.0027 (  3.5%)   0.0043 (  7.1%)   0.0070 (  5.1%)   0.0185 (  8.2%)  typecheck-decl
   0.0019 (  2.5%)   0.0057 (  9.4%)   0.0076 (  5.5%)   0.0140 (  6.2%)  parse-and-resolve-imports
   0.0018 (  2.3%)   0.0054 (  9.1%)   0.0072 (  5.3%)   0.0137 (  6.0%)  Import resolution
   0.0024 (  3.0%)   0.0010 (  1.7%)   0.0034 (  2.5%)   0.0035 (  1.5%)  SILGen
   0.0019 (  2.4%)   0.0008 (  1.4%)   0.0027 (  2.0%)   0.0027 (  1.2%)  IRGen
   0.0019 (  2.5%)   0.0007 (  1.2%)   0.0027 (  1.9%)   0.0027 (  1.2%)  SILGen-function
   0.0012 (  1.6%)   0.0009 (  1.6%)   0.0021 (  1.6%)   0.0025 (  1.1%)  typecheck-expr
   0.0022 (  2.9%)   0.0000 (  0.0%)   0.0023 (  1.7%)   0.0023 (  1.0%)  SIL optimization
   0.0013 (  1.7%)   0.0005 (  0.8%)   0.0018 (  1.3%)   0.0019 (  0.8%)  typecheck-stmt
   0.0004 (  0.5%)   0.0006 (  1.0%)   0.0010 (  0.7%)   0.0010 (  0.4%)  import-clang-decl
   0.0005 (  0.6%)   0.0002 (  0.3%)   0.0006 (  0.5%)   0.0006 (  0.3%)  typecheck-for-each
   0.0001 (  0.1%)   0.0001 (  0.2%)   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%)  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%)  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.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.0773 (100.0%)   0.0602 (100.0%)   0.1374 (100.0%)   0.2270 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4185 seconds (0.4852 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3124 (100.0%)   0.1061 (100.0%)   0.4185 (100.0%)   0.4852 (100.0%)  Building Target
   0.3124 (100.0%)   0.1061 (100.0%)   0.4185 (100.0%)   0.4852 (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-1745535564209644-swift-frontend-Gluey-UnificationError.swift-arm64_apple_ios18.4-o-Onone-2133834693.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1364 seconds (0.2288 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0506 ( 75.7%)   0.0208 ( 29.9%)   0.0714 ( 52.3%)   0.0714 ( 31.2%)  build-rewrite-system
   0.0016 (  2.4%)   0.0111 ( 16.0%)   0.0128 (  9.4%)   0.0558 ( 24.4%)  load-stdlib
   0.0024 (  3.5%)   0.0073 ( 10.4%)   0.0096 (  7.1%)   0.0218 (  9.5%)  perform-sema
   0.0023 (  3.5%)   0.0072 ( 10.4%)   0.0095 (  7.0%)   0.0217 (  9.5%)  Type checking and Semantic analysis
   0.0020 (  3.0%)   0.0069 (  9.9%)   0.0089 (  6.5%)   0.0208 (  9.1%)  typecheck-decl
   0.0018 (  2.6%)   0.0061 (  8.7%)   0.0078 (  5.7%)   0.0138 (  6.0%)  parse-and-resolve-imports
   0.0017 (  2.5%)   0.0059 (  8.4%)   0.0075 (  5.5%)   0.0135 (  5.9%)  Import resolution
   0.0008 (  1.3%)   0.0009 (  1.4%)   0.0018 (  1.3%)   0.0023 (  1.0%)  IRGen
   0.0015 (  2.3%)   0.0006 (  0.8%)   0.0021 (  1.5%)   0.0021 (  0.9%)  SIL optimization
   0.0009 (  1.4%)   0.0010 (  1.4%)   0.0019 (  1.4%)   0.0021 (  0.9%)  SILGen
   0.0002 (  0.4%)   0.0007 (  1.0%)   0.0010 (  0.7%)   0.0010 (  0.4%)  SILGen-function
   0.0004 (  0.6%)   0.0005 (  0.7%)   0.0008 (  0.6%)   0.0008 (  0.4%)  import-clang-decl
   0.0002 (  0.3%)   0.0003 (  0.4%)   0.0005 (  0.4%)   0.0007 (  0.3%)  typecheck-stmt
   0.0002 (  0.3%)   0.0003 (  0.4%)   0.0005 (  0.4%)   0.0007 (  0.3%)  typecheck-expr
   0.0000 (  0.0%)   0.0001 (  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.1%)   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%)  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.0668 (100.0%)   0.0696 (100.0%)   0.1364 (100.0%)   0.2288 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4148 seconds (0.4879 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3016 (100.0%)   0.1132 (100.0%)   0.4148 (100.0%)   0.4879 (100.0%)  Building Target
   0.3016 (100.0%)   0.1132 (100.0%)   0.4148 (100.0%)   0.4879 (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

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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.4 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Gluey.framework/Headers/Gluey-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/Headers/Gluey-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/Modules/Gluey.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/Modules/Gluey.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/Modules/Gluey.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/Modules/Gluey.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/Modules/Gluey.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/Modules/Gluey.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/Modules/Gluey.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/Modules/Gluey.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ContextCopyable.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')
SwiftDriverJobDiscovery normal arm64 Compiling DriedGlue.swift (in target 'Gluey' from project 'Gluey')
SwiftDriverJobDiscovery normal arm64 Compiling UnificationError.swift (in target 'Gluey' from project 'Gluey')
SwiftDriverJobDiscovery normal arm64 Compiling Binding.swift (in target 'Gluey' from project 'Gluey')
SwiftDriverJobDiscovery normal arm64 Compiling Unifiable.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.4 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Gluey.build/Objects-normal/arm64/Gluey_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Gluey.framework/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-ios18.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/Objects-normal/arm64/Gluey.LinkFileList -install_name @rpath/Gluey.framework/Gluey -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/Objects-normal/arm64/Gluey.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 18.4 --bundle-identifier Gluey --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework --target-triple arm64-apple-ios18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/Gluey --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/Objects-normal/arm64/Gluey_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/Objects-normal/arm64/Gluey.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/Gluey.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/Gluey.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/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:24.955 appintentsmetadataprocessor[701:3934] Starting appintentsmetadataprocessor export
2025-04-24 15:59:24.958 appintentsmetadataprocessor[701:3934] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/ssu --bundle-id Gluey --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Gluey.build/Debug-iphoneos/Gluey.build/Gluey.DependencyMetadataFileList --archive-ssu-assets
2025-04-24 15:59:24.985 appintentsnltrainingprocessor[702:3939] Parsing options for appintentsnltrainingprocessor
2025-04-24 15:59:24.986 appintentsnltrainingprocessor[702:3939] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Gluey.framework/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Gluey.framework/Gluey -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Gluey.framework/Gluey.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Gluey.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Gluey.framework
** 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.