Build Information
Failed to build TestingWildcards, reference main (b2f5b0), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 17:30:52 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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",
"traits": [
"default"
],
"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",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/alexhunsley/swift-testing-wildcards.git
[1/703] Fetching swift-testing-wildcards
Fetched https://github.com/alexhunsley/swift-testing-wildcards.git from cache (0.76s)
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.3
Building package at path: $PWD
https://github.com/alexhunsley/swift-testing-wildcards.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.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/WildableImpl/Enum+InvariantValues.swift
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/Result+InvariantValues.swift
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildcardPrototyping.swift
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/WildableImpl/Optional+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/Bool+InvariantValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/TestingWildcards/Variation/Wildable.swift
BUILD FAILURE 6.3 macosSpm