The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build swift-extensions, reference main (f090f8), with Swift 6.2 for tvOS using Xcode 26.0 on 26 Nov 2025 09:05:39 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/swift-extensions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/swift-extensions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f090f82 Corrected package library product name
Cloned https://github.com/orchetect/swift-extensions.git
Revision (git rev-parse @):
f090f8210d7dfba476edefbe0f269854d07b32a6
SUCCESS checkout https://github.com/orchetect/swift-extensions.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/orchetect/swift-extensions.git
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-numerics
Fetching from https://github.com/orchetect/swift-testing-extensions
Fetching from https://github.com/swiftlang/swift-syntax.git
Creating working copy of package ‘swift-numerics’
Checking out 1.1.1 of package ‘swift-numerics’
Creating working copy of package ‘swift-syntax’
Checking out 602.0.0 of package ‘swift-syntax’
Creating working copy of package ‘swift-testing-extensions’
Checking out 0.2.4 of package ‘swift-testing-extensions’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  swift-extensions: /Users/admin/builder/spi-builder-workspace
  swift-testing-extensions: https://github.com/orchetect/swift-testing-extensions @ 0.2.4
resolved source packages: swift-syntax, swift-numerics, swift-extensions, swift-testing-extensions
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
2025-11-26 04:05:09.626 xcodebuild[522:3061] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-26 04:05:10.546 xcodebuild[522:3061] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-26 04:05:11.349 xcodebuild[522:3061] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "swift-testing-extensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orchetect/swift-testing-extensions"
    }
  ],
  "manifest_display_name" : "swift-extensions",
  "name" : "swift-extensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftExtensions",
      "targets" : [
        "SwiftExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtensionsTests",
      "path" : "Tests/SwiftExtensionsTests",
      "product_dependencies" : [
        "Numerics",
        "TestingExtensions"
      ],
      "sources" : [
        "Abstractions/CanonicalFilePath Tests.swift",
        "Abstractions/Clamped Property Wrapper Tests.swift",
        "Abstractions/Collection Set-Like Methods Tests.swift",
        "Abstractions/DataReader Tests.swift",
        "Abstractions/DateComponents from String Tests.swift",
        "Abstractions/Network/DomainName Tests.swift",
        "Abstractions/Network/EmailAddress Tests.swift",
        "Abstractions/Network/IPAddress Tests.swift",
        "Abstractions/Network/ReverseDomainName Tests.swift",
        "Abstractions/PassiveDataReader Tests.swift",
        "Abstractions/SemanticVersion Tests.swift",
        "Abstractions/String Sanitize Path Component Tests.swift",
        "Abstractions/String Title Case Tests.swift",
        "Abstractions/String Wrapped Tests.swift",
        "Abstractions/Time Tests.swift",
        "Abstractions/Validated Property Wrapper Tests.swift",
        "Abstractions/ZeroIndexedCollection Tests.swift",
        "Algorithms/Collection BinarySearch Tests.swift",
        "Extensions/AppKit/NSControl Tests.swift",
        "Extensions/AppKit/NSEvent Tests.swift",
        "Extensions/AppKit/NSFont Tests.swift",
        "Extensions/AppKit/NSPoint Tests.swift",
        "Extensions/AppKit/NSScreen Tests.swift",
        "Extensions/AppKit/URL and AppKit Tests.swift",
        "Extensions/CoreGraphics/CGFloat Tests.swift",
        "Extensions/CoreGraphics/CGPoint Tests.swift",
        "Extensions/CoreGraphics/CGRect Tests.swift",
        "Extensions/Darwin/FloatingPoint and Darwin Tests.swift",
        "Extensions/Darwin/Timespec Tests.swift",
        "Extensions/Dispatch/DispatchGroup Tests.swift",
        "Extensions/Dispatch/DispatchTimeInterval Tests.swift",
        "Extensions/Foundation/CharacterSet Tests.swift",
        "Extensions/Foundation/Collections and Foundation Tests.swift",
        "Extensions/Foundation/Data Tests.swift",
        "Extensions/Foundation/Decimal Tests.swift",
        "Extensions/Foundation/Dispatch and Foundation Tests.swift",
        "Extensions/Foundation/FloatingPoint and Foundation Tests.swift",
        "Extensions/Foundation/Integers and Foundation Tests.swift",
        "Extensions/Foundation/NSArray Tests.swift",
        "Extensions/Foundation/NSAttributedString Tests.swift",
        "Extensions/Foundation/Progress Tests.swift",
        "Extensions/Foundation/String and CharacterSet Tests.swift",
        "Extensions/Foundation/String and Data Tests.swift",
        "Extensions/Foundation/String and Foundation Tests.swift",
        "Extensions/Foundation/String and NSRegularExpression Tests.swift",
        "Extensions/Foundation/String and NumberFormatter Tests.swift",
        "Extensions/Foundation/TimeInterval Tests.swift",
        "Extensions/Foundation/Timespec and TimeInterval Tests.swift",
        "Extensions/Foundation/URL Tests.swift",
        "Extensions/Foundation/UserDefaults Tests.swift",
        "Extensions/Foundation/XMLElement Tests.swift",
        "Extensions/Foundation/XMLNode Tests.swift",
        "Extensions/Foundation/XMLTestSuite.swift",
        "Extensions/Swift/Bool Tests.swift",
        "Extensions/Swift/Collections Tests.swift",
        "Extensions/Swift/Concurrency Tests.swift",
        "Extensions/Swift/FloatingPoint Tests.swift",
        "Extensions/Swift/Integers Tests.swift",
        "Extensions/Swift/Operators Tests.swift",
        "Extensions/Swift/Optional Tests.swift",
        "Extensions/Swift/Ranges Tests.swift",
        "Extensions/Swift/Result Tests.swift",
        "Extensions/Swift/String Tests.swift",
        "Extensions/System/FilePath Tests.swift",
        "Extensions/System/FilePath and URL Tests.swift",
        "FooEnum.swift",
        "Global/Clipboard Tests.swift",
        "Global/Globals Tests.swift",
        "Logging/OSLogger Tests.swift",
        "TestActor.swift",
        "Testing Traits.swift"
      ],
      "target_dependencies" : [
        "SwiftExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftExtensions",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtensions",
      "path" : "Sources/SwiftExtensions",
      "product_memberships" : [
        "SwiftExtensions"
      ],
      "sources" : [
        "Abstractions/CanonicalFilePath.swift",
        "Abstractions/Clamped Property Wrapper.swift",
        "Abstractions/Collection Set-Like Methods.swift",
        "Abstractions/DataReader.swift",
        "Abstractions/DateComponents from String.swift",
        "Abstractions/Network/DomainName.swift",
        "Abstractions/Network/EmailAddress.swift",
        "Abstractions/Network/IPAddress.swift",
        "Abstractions/Network/ReverseDomainName.swift",
        "Abstractions/PassiveDataReader.swift",
        "Abstractions/SemanticVersion.swift",
        "Abstractions/String Sanitize Path Component.swift",
        "Abstractions/String Title Case.swift",
        "Abstractions/String Wrapped.swift",
        "Abstractions/Time.swift",
        "Abstractions/Validated Property Wrapper.swift",
        "Abstractions/ZeroIndexedCollection.swift",
        "Algorithms/Collection BinarySearch.swift",
        "Extensions/AppKit/NSControl.swift",
        "Extensions/AppKit/NSEvent.swift",
        "Extensions/AppKit/NSFont.swift",
        "Extensions/AppKit/NSImage.swift",
        "Extensions/AppKit/NSScreen.swift",
        "Extensions/AppKit/Pasteboard.swift",
        "Extensions/AppKit/URL and AppKit.swift",
        "Extensions/CoreGraphics/CGFloat.swift",
        "Extensions/CoreGraphics/CGPoint.swift",
        "Extensions/CoreGraphics/CGRect.swift",
        "Extensions/Darwin/FloatingPoint and Darwin.swift",
        "Extensions/Darwin/Timespec.swift",
        "Extensions/Dispatch/DispatchGroup.swift",
        "Extensions/Dispatch/DispatchTimeInterval.swift",
        "Extensions/Foundation/CharacterSet.swift",
        "Extensions/Foundation/Collections and Foundation.swift",
        "Extensions/Foundation/Darwin and Foundation.swift",
        "Extensions/Foundation/Data.swift",
        "Extensions/Foundation/Decimal.swift",
        "Extensions/Foundation/Dispatch and Foundation.swift",
        "Extensions/Foundation/FloatingPoint and Foundation.swift",
        "Extensions/Foundation/FormatStyle.swift",
        "Extensions/Foundation/Integers and Foundation.swift",
        "Extensions/Foundation/NSArray.swift",
        "Extensions/Foundation/NSAttributedString.swift",
        "Extensions/Foundation/Progress.swift",
        "Extensions/Foundation/String and CharacterSet.swift",
        "Extensions/Foundation/String and Data.swift",
        "Extensions/Foundation/String and Foundation.swift",
        "Extensions/Foundation/String and NSRegularExpression.swift",
        "Extensions/Foundation/String and NumberFormatter.swift",
        "Extensions/Foundation/TimeInterval.swift",
        "Extensions/Foundation/Timespec and TimeInterval.swift",
        "Extensions/Foundation/URL.swift",
        "Extensions/Foundation/UserDefaults.swift",
        "Extensions/Foundation/XMLElement.swift",
        "Extensions/Foundation/XMLNode.swift",
        "Extensions/Swift/Bool.swift",
        "Extensions/Swift/Collections.swift",
        "Extensions/Swift/Concurrency.swift",
        "Extensions/Swift/FloatingPoint.swift",
        "Extensions/Swift/Integers.swift",
        "Extensions/Swift/Operators.swift",
        "Extensions/Swift/Optional.swift",
        "Extensions/Swift/Ranges.swift",
        "Extensions/Swift/Result.swift",
        "Extensions/Swift/String.swift",
        "Extensions/System/FilePath and URL.swift",
        "Global/Clipboard.swift",
        "Global/Globals.swift",
        "Logging/OSLogger.swift",
        "Protocols/Protocols.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-extensions",
      "swift-testing-extensions",
      "swift-testing-extensions-CI",
      "TestingExtensions"
    ]
  }
}
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
2025-11-26 04:05:33.062 xcodebuild[713:4189] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-26 04:05:33.205 xcodebuild[713:4189] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-extensions",
      "swift-testing-extensions",
      "swift-testing-extensions-CI",
      "TestingExtensions"
    ]
  }
}
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
2025-11-26 04:05:34.397 xcodebuild[716:4235] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-26 04:05:34.537 xcodebuild[716:4235] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  swift-testing-extensions: https://github.com/orchetect/swift-testing-extensions @ 0.2.4
  swift-extensions: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-numerics, swift-syntax, swift-testing-extensions, swift-extensions
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
2025-11-26 04:05:35.717 xcodebuild[718:4264] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-26 04:05:35.863 xcodebuild[718:4264] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "swift-testing-extensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orchetect/swift-testing-extensions"
    }
  ],
  "manifest_display_name" : "swift-extensions",
  "name" : "swift-extensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftExtensions",
      "targets" : [
        "SwiftExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtensionsTests",
      "path" : "Tests/SwiftExtensionsTests",
      "product_dependencies" : [
        "Numerics",
        "TestingExtensions"
      ],
      "sources" : [
        "Abstractions/CanonicalFilePath Tests.swift",
        "Abstractions/Clamped Property Wrapper Tests.swift",
        "Abstractions/Collection Set-Like Methods Tests.swift",
        "Abstractions/DataReader Tests.swift",
        "Abstractions/DateComponents from String Tests.swift",
        "Abstractions/Network/DomainName Tests.swift",
        "Abstractions/Network/EmailAddress Tests.swift",
        "Abstractions/Network/IPAddress Tests.swift",
        "Abstractions/Network/ReverseDomainName Tests.swift",
        "Abstractions/PassiveDataReader Tests.swift",
        "Abstractions/SemanticVersion Tests.swift",
        "Abstractions/String Sanitize Path Component Tests.swift",
        "Abstractions/String Title Case Tests.swift",
        "Abstractions/String Wrapped Tests.swift",
        "Abstractions/Time Tests.swift",
        "Abstractions/Validated Property Wrapper Tests.swift",
        "Abstractions/ZeroIndexedCollection Tests.swift",
        "Algorithms/Collection BinarySearch Tests.swift",
        "Extensions/AppKit/NSControl Tests.swift",
        "Extensions/AppKit/NSEvent Tests.swift",
        "Extensions/AppKit/NSFont Tests.swift",
        "Extensions/AppKit/NSPoint Tests.swift",
        "Extensions/AppKit/NSScreen Tests.swift",
        "Extensions/AppKit/URL and AppKit Tests.swift",
        "Extensions/CoreGraphics/CGFloat Tests.swift",
        "Extensions/CoreGraphics/CGPoint Tests.swift",
        "Extensions/CoreGraphics/CGRect Tests.swift",
        "Extensions/Darwin/FloatingPoint and Darwin Tests.swift",
        "Extensions/Darwin/Timespec Tests.swift",
        "Extensions/Dispatch/DispatchGroup Tests.swift",
        "Extensions/Dispatch/DispatchTimeInterval Tests.swift",
        "Extensions/Foundation/CharacterSet Tests.swift",
        "Extensions/Foundation/Collections and Foundation Tests.swift",
        "Extensions/Foundation/Data Tests.swift",
        "Extensions/Foundation/Decimal Tests.swift",
        "Extensions/Foundation/Dispatch and Foundation Tests.swift",
        "Extensions/Foundation/FloatingPoint and Foundation Tests.swift",
        "Extensions/Foundation/Integers and Foundation Tests.swift",
        "Extensions/Foundation/NSArray Tests.swift",
        "Extensions/Foundation/NSAttributedString Tests.swift",
        "Extensions/Foundation/Progress Tests.swift",
        "Extensions/Foundation/String and CharacterSet Tests.swift",
        "Extensions/Foundation/String and Data Tests.swift",
        "Extensions/Foundation/String and Foundation Tests.swift",
        "Extensions/Foundation/String and NSRegularExpression Tests.swift",
        "Extensions/Foundation/String and NumberFormatter Tests.swift",
        "Extensions/Foundation/TimeInterval Tests.swift",
        "Extensions/Foundation/Timespec and TimeInterval Tests.swift",
        "Extensions/Foundation/URL Tests.swift",
        "Extensions/Foundation/UserDefaults Tests.swift",
        "Extensions/Foundation/XMLElement Tests.swift",
        "Extensions/Foundation/XMLNode Tests.swift",
        "Extensions/Foundation/XMLTestSuite.swift",
        "Extensions/Swift/Bool Tests.swift",
        "Extensions/Swift/Collections Tests.swift",
        "Extensions/Swift/Concurrency Tests.swift",
        "Extensions/Swift/FloatingPoint Tests.swift",
        "Extensions/Swift/Integers Tests.swift",
        "Extensions/Swift/Operators Tests.swift",
        "Extensions/Swift/Optional Tests.swift",
        "Extensions/Swift/Ranges Tests.swift",
        "Extensions/Swift/Result Tests.swift",
        "Extensions/Swift/String Tests.swift",
        "Extensions/System/FilePath Tests.swift",
        "Extensions/System/FilePath and URL Tests.swift",
        "FooEnum.swift",
        "Global/Clipboard Tests.swift",
        "Global/Globals Tests.swift",
        "Logging/OSLogger Tests.swift",
        "TestActor.swift",
        "Testing Traits.swift"
      ],
      "target_dependencies" : [
        "SwiftExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftExtensions",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtensions",
      "path" : "Sources/SwiftExtensions",
      "product_memberships" : [
        "SwiftExtensions"
      ],
      "sources" : [
        "Abstractions/CanonicalFilePath.swift",
        "Abstractions/Clamped Property Wrapper.swift",
        "Abstractions/Collection Set-Like Methods.swift",
        "Abstractions/DataReader.swift",
        "Abstractions/DateComponents from String.swift",
        "Abstractions/Network/DomainName.swift",
        "Abstractions/Network/EmailAddress.swift",
        "Abstractions/Network/IPAddress.swift",
        "Abstractions/Network/ReverseDomainName.swift",
        "Abstractions/PassiveDataReader.swift",
        "Abstractions/SemanticVersion.swift",
        "Abstractions/String Sanitize Path Component.swift",
        "Abstractions/String Title Case.swift",
        "Abstractions/String Wrapped.swift",
        "Abstractions/Time.swift",
        "Abstractions/Validated Property Wrapper.swift",
        "Abstractions/ZeroIndexedCollection.swift",
        "Algorithms/Collection BinarySearch.swift",
        "Extensions/AppKit/NSControl.swift",
        "Extensions/AppKit/NSEvent.swift",
        "Extensions/AppKit/NSFont.swift",
        "Extensions/AppKit/NSImage.swift",
        "Extensions/AppKit/NSScreen.swift",
        "Extensions/AppKit/Pasteboard.swift",
        "Extensions/AppKit/URL and AppKit.swift",
        "Extensions/CoreGraphics/CGFloat.swift",
        "Extensions/CoreGraphics/CGPoint.swift",
        "Extensions/CoreGraphics/CGRect.swift",
        "Extensions/Darwin/FloatingPoint and Darwin.swift",
        "Extensions/Darwin/Timespec.swift",
        "Extensions/Dispatch/DispatchGroup.swift",
        "Extensions/Dispatch/DispatchTimeInterval.swift",
        "Extensions/Foundation/CharacterSet.swift",
        "Extensions/Foundation/Collections and Foundation.swift",
        "Extensions/Foundation/Darwin and Foundation.swift",
        "Extensions/Foundation/Data.swift",
        "Extensions/Foundation/Decimal.swift",
        "Extensions/Foundation/Dispatch and Foundation.swift",
        "Extensions/Foundation/FloatingPoint and Foundation.swift",
        "Extensions/Foundation/FormatStyle.swift",
        "Extensions/Foundation/Integers and Foundation.swift",
        "Extensions/Foundation/NSArray.swift",
        "Extensions/Foundation/NSAttributedString.swift",
        "Extensions/Foundation/Progress.swift",
        "Extensions/Foundation/String and CharacterSet.swift",
        "Extensions/Foundation/String and Data.swift",
        "Extensions/Foundation/String and Foundation.swift",
        "Extensions/Foundation/String and NSRegularExpression.swift",
        "Extensions/Foundation/String and NumberFormatter.swift",
        "Extensions/Foundation/TimeInterval.swift",
        "Extensions/Foundation/Timespec and TimeInterval.swift",
        "Extensions/Foundation/URL.swift",
        "Extensions/Foundation/UserDefaults.swift",
        "Extensions/Foundation/XMLElement.swift",
        "Extensions/Foundation/XMLNode.swift",
        "Extensions/Swift/Bool.swift",
        "Extensions/Swift/Collections.swift",
        "Extensions/Swift/Concurrency.swift",
        "Extensions/Swift/FloatingPoint.swift",
        "Extensions/Swift/Integers.swift",
        "Extensions/Swift/Operators.swift",
        "Extensions/Swift/Optional.swift",
        "Extensions/Swift/Ranges.swift",
        "Extensions/Swift/Result.swift",
        "Extensions/Swift/String.swift",
        "Extensions/System/FilePath and URL.swift",
        "Global/Clipboard.swift",
        "Global/Globals.swift",
        "Logging/OSLogger.swift",
        "Protocols/Protocols.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-extensions",
      "swift-testing-extensions",
      "swift-testing-extensions-CI",
      "TestingExtensions"
    ]
  }
}
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
2025-11-26 04:05:37.255 xcodebuild[726:4328] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-26 04:05:37.406 xcodebuild[726:4328] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-extensions",
      "swift-testing-extensions",
      "swift-testing-extensions-CI",
      "TestingExtensions"
    ]
  }
}
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
2025-11-26 04:05:38.569 xcodebuild[729:4362] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-26 04:05:38.719 xcodebuild[729:4362] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
BUILD FAILURE 6.2 tvOS