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 TestingWildcards, reference main (b2f5b0), with Swift 6.1 for macOS (SPM) on 9 Aug 2025 16:33:15 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexhunsley/swift-testing-wildcards.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexhunsley/swift-testing-wildcards
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b2f5b0e Tweak readme (naming)
Cloned https://github.com/alexhunsley/swift-testing-wildcards.git
Revision (git rev-parse @):
b2f5b0e332a1b9fd74b936bb21acd90512aee292
SUCCESS checkout https://github.com/alexhunsley/swift-testing-wildcards.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-testing-wildcards",
      "name": "TestingWildcards",
      "url": "https://github.com/alexhunsley/swift-testing-wildcards.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-testing-wildcards",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alexhunsley/swift-testing-wildcards.git
[15/703] Fetching swift-testing-wildcards
Fetched https://github.com/alexhunsley/swift-testing-wildcards.git from cache (0.77s)
Creating working copy for https://github.com/alexhunsley/swift-testing-wildcards.git
Working copy of https://github.com/alexhunsley/swift-testing-wildcards.git resolved at main (b2f5b0e)
warning: 'swift-testing-wildcards': Invalid Source '/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-testing-wildcards/Sources/TestingWildcards/Invariants': File not found.
warning: '.resolve-product-dependencies': dependency 'swift-testing-wildcards' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexhunsley/swift-testing-wildcards.git
https://github.com/alexhunsley/swift-testing-wildcards.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TestingWildcards",
  "name" : "TestingWildcards",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "TestingWildcards",
      "targets" : [
        "TestingWildcards"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestingWildcardsTests",
      "module_type" : "SwiftTarget",
      "name" : "TestingWildcardsTests",
      "path" : "Tests/TestingWildcardsTests",
      "sources" : [
        "TestingWildcardsTests.swift",
        "WildcardTestHelpers.swift"
      ],
      "target_dependencies" : [
        "TestingWildcards"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TestingWildcards",
      "module_type" : "SwiftTarget",
      "name" : "TestingWildcards",
      "path" : "Sources/TestingWildcards",
      "product_memberships" : [
        "TestingWildcards"
      ],
      "sources" : [
        "TestingWildcards.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': Invalid Source '/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Invariants': File not found.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module TestingWildcards
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/TestingWildcards.swift:5:32: error: cannot find type 'Wildable' in scope
 3 |     case values(_ path: VaryingKeyPath<Root>)
 4 |
 5 |     public static func wild<V: Wildable>(_ keyPath: WritableKeyPath<Root, V>) -> Self {
   |                                `- error: cannot find type 'Wildable' in scope
 6 |         .wild(VaryingKeyPath(keyPath))
 7 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/TestingWildcards.swift:40:24: error: cannot find type 'Wildable' in scope
38 |
39 |     /// From a type conforming to `Wildable`
40 |     public init<Value: Wildable>(
   |                        `- error: cannot find type 'Wildable' in scope
41 |         _ keyPath: WritableKeyPath<Root, Value>
42 |     ) {
[4/4] Compiling TestingWildcards TestingWildcards.swift
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/TestingWildcards.swift:5:32: error: cannot find type 'Wildable' in scope
 3 |     case values(_ path: VaryingKeyPath<Root>)
 4 |
 5 |     public static func wild<V: Wildable>(_ keyPath: WritableKeyPath<Root, V>) -> Self {
   |                                `- error: cannot find type 'Wildable' in scope
 6 |         .wild(VaryingKeyPath(keyPath))
 7 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/TestingWildcards.swift:40:24: error: cannot find type 'Wildable' in scope
38 |
39 |     /// From a type conforming to `Wildable`
40 |     public init<Value: Wildable>(
   |                        `- error: cannot find type 'Wildable' in scope
41 |         _ keyPath: WritableKeyPath<Root, Value>
42 |     ) {
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/TestingWildcards.swift:45:41: error: type 'Value' has no member 'allValues'
43 |         self.keyPath = keyPath
44 |         self.set = Self.setter(for: keyPath)
45 |         self.values = AnySequence(Value.allValues.map { $0 as Any })
   |                                         `- error: type 'Value' has no member 'allValues'
46 |     }
47 |
warning: 'spi-builder-workspace': Invalid Source '/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Invariants': File not found.
warning: 'spi-builder-workspace': found 8 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/Wildable.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/Bool+InvariantValue.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/Never+InvariantValues.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/Optional+InvariantValues.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/Result+InvariantValues.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/Enum+InvariantValues.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/OptionSet+InvariantValues.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildcardPrototyping.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module TestingWildcards
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/TestingWildcards.swift:5:32: error: cannot find type 'Wildable' in scope
 3 |     case values(_ path: VaryingKeyPath<Root>)
 4 |
 5 |     public static func wild<V: Wildable>(_ keyPath: WritableKeyPath<Root, V>) -> Self {
   |                                `- error: cannot find type 'Wildable' in scope
 6 |         .wild(VaryingKeyPath(keyPath))
 7 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/TestingWildcards.swift:40:24: error: cannot find type 'Wildable' in scope
38 |
39 |     /// From a type conforming to `Wildable`
40 |     public init<Value: Wildable>(
   |                        `- error: cannot find type 'Wildable' in scope
41 |         _ keyPath: WritableKeyPath<Root, Value>
42 |     ) {
[3/3] Compiling TestingWildcards TestingWildcards.swift
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/TestingWildcards.swift:5:32: error: cannot find type 'Wildable' in scope
 3 |     case values(_ path: VaryingKeyPath<Root>)
 4 |
 5 |     public static func wild<V: Wildable>(_ keyPath: WritableKeyPath<Root, V>) -> Self {
   |                                `- error: cannot find type 'Wildable' in scope
 6 |         .wild(VaryingKeyPath(keyPath))
 7 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/TestingWildcards.swift:40:24: error: cannot find type 'Wildable' in scope
38 |
39 |     /// From a type conforming to `Wildable`
40 |     public init<Value: Wildable>(
   |                        `- error: cannot find type 'Wildable' in scope
41 |         _ keyPath: WritableKeyPath<Root, Value>
42 |     ) {
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/TestingWildcards.swift:45:41: error: type 'Value' has no member 'allValues'
43 |         self.keyPath = keyPath
44 |         self.set = Self.setter(for: keyPath)
45 |         self.values = AnySequence(Value.allValues.map { $0 as Any })
   |                                         `- error: type 'Value' has no member 'allValues'
46 |     }
47 |
warning: 'spi-builder-workspace': Invalid Source '/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Invariants': File not found.
warning: 'spi-builder-workspace': found 8 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildcardPrototyping.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/Bool+InvariantValue.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/Enum+InvariantValues.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/OptionSet+InvariantValues.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/Never+InvariantValues.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/Optional+InvariantValues.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/Result+InvariantValues.swift
    /Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/Wildable.swift
BUILD FAILURE 6.1 macosSpm