### Description
I'm trying to write a variadic version of the `zip` function, t…hat combines several different types of Generators in my project. My Generator struct takes two type arguments: a result type, and a Sequence type which can use another type as its element.
I'm unable to write this function without resulting in a crash. This happens in both the stable 6.1 and beta 6.2 version of Swift.
### Reproduction
```swift
public func zip<each Out, each Seq: Sequence>(
_ gen: repeat Generator<each Out, each Seq>
) -> Generator<
(repeat each Out),
Shrink.Tuple<(repeat (each Seq).Element)>
> {
return .init(
run: { rng in
(repeat (each gen).runFull(&rng).input)
},
shrink: { tuple in
Shrink.shrinkTuple(tuple, shrinkers: repeat (each gen)._shrinker)
},
finalResult: { input in
do {
let pair = (repeat (each input, each gen))
return try (repeat (each pair).1.tryMap((each pair).0))
} catch {
return nil
}
})
}
```
### Stack dump
```text
Showing All Messages
Prepare build
ComputePackagePrebuildTargetDependencyGraph
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'PropertyBased' in project 'PropertyBased'
➜ Explicit dependency on target 'PropertyBased' in project 'PropertyBased'
Target 'PropertyBased' in project 'PropertyBased' (no dependencies)
Building targets in dependency order
Target dependency graph (2 targets)
GatherProvisioningInputs
ClangStatCache /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/lennard/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx26.0-25A5344a-c848120fff980bdb1fdb076976445ffb.sdkstatcache
cd /Users/lennard/Documents/swift-property-based/.swiftpm/xcode
/Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/lennard/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx26.0-25A5344a-c848120fff980bdb1fdb076976445ffb.sdkstatcache
Build target PropertyBased with configuration Debug
WriteAuxiliaryFile /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/PropertyBased.modulemap (in target 'PropertyBased' from project 'PropertyBased')
cd /Users/lennard/Documents/swift-property-based
write-file /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/PropertyBased.modulemap
Copy /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/GeneratedModuleMaps/PropertyBased.modulemap /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/PropertyBased.modulemap (in target 'PropertyBased' from project 'PropertyBased')
cd /Users/lennard/Documents/swift-property-based
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/PropertyBased.modulemap /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased.LinkFileList (in target 'PropertyBased' from project 'PropertyBased')
cd /Users/lennard/Documents/swift-property-based
write-file /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased.LinkFileList
WriteAuxiliaryFile /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased.SwiftConstValuesFileList (in target 'PropertyBased' from project 'PropertyBased')
cd /Users/lennard/Documents/swift-property-based
write-file /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased.SwiftFileList (in target 'PropertyBased' from project 'PropertyBased')
cd /Users/lennard/Documents/swift-property-based
write-file /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased.SwiftFileList
WriteAuxiliaryFile /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/PropertyBased.DependencyMetadataFileList (in target 'PropertyBased' from project 'PropertyBased')
cd /Users/lennard/Documents/swift-property-based
write-file /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/PropertyBased.DependencyMetadataFileList
WriteAuxiliaryFile /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/PropertyBased.DependencyStaticMetadataFileList (in target 'PropertyBased' from project 'PropertyBased')
cd /Users/lennard/Documents/swift-property-based
write-file /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/PropertyBased.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased_const_extract_protocols.json (in target 'PropertyBased' from project 'PropertyBased')
cd /Users/lennard/Documents/swift-property-based
write-file /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased_const_extract_protocols.json
WriteAuxiliaryFile /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased-OutputFileMap.json (in target 'PropertyBased' from project 'PropertyBased')
cd /Users/lennard/Documents/swift-property-based
write-file /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased-OutputFileMap.json
SwiftDriver PropertyBased normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PropertyBased' from project 'PropertyBased')
cd /Users/lennard/Documents/swift-property-based/.swiftpm/xcode
builtin-SwiftDriver -- /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyBased -Onone -enforce-exclusivity\=checked @/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/lennard/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Products/Debug -Isystem /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Products/Debug -F /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/lennard/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx26.0-25A5344a-c848120fff980bdb1fdb076976445ffb.sdkstatcache -output-file-map /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/lennard/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -sdk-module-cache-path /Users/lennard/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/lennard/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_property_based -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased_const_extract_protocols.json -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Products/Debug/include -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/DerivedSources-normal/arm64 -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/DerivedSources/arm64 -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased-Swift.h -working-directory /Users/lennard/Documents/swift-property-based/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Zip.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Zip.swift (in target 'PropertyBased' from project 'PropertyBased')
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0. Program arguments: /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/ClosedIntegerRange.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Date+String.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/EnableShrinkTrait.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/FixedSeedTrait.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+Collection.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+Color.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+Date.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+Duration.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+Float.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+Int.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+SIMD.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+String.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Generator.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/IssueCounting.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Mutex.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/PropertyCheck+Pack.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/PropertyCheck.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/SeededRandomNumberGenerator.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Appended.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Bitset.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Collection.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Date.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Float.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Integer.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+MutableCollection.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Optional.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Tuple.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Xoshiro.swift -primary-file /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Zip.swift -emit-dependencies-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/Zip.d -emit-const-values-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/Zip.swiftconstvalues -emit-reference-dependencies-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/Zip.swiftdeps -serialize-diagnostics-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/Zip.dia -target arm64-apple-macos10.15 -module-can-import-version AppKit 2685.10.106 2685.10.106 -module-can-import-version CoreGraphics 1957 1957.0.0 -module-can-import-version Darwin 347.0.12 0 -module-can-import-version Foundation 4040.1.401 4040.1.255 -module-can-import-version simd 23 0 -load-resolved-plugin /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib#/Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server#FoundationMacros -load-resolved-plugin /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib#/Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server#ObservationMacros -load-resolved-plugin /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib#/Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server#PreviewsMacros -load-resolved-plugin /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib#/Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server#SwiftMacros -load-resolved-plugin /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib#/Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server#SwiftUIMacros -load-resolved-plugin /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing/libTestingMacros.dylib##TestingMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased-dependencies-3.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -I /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Products/Debug -Isystem /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Products/Debug -F /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -enforce-exclusivity=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/lennard/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/lennard/Documents/swift-property-based/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/lennard/Documents/swift-property-based/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/lennard/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx26.0-25A5344a-c848120fff980bdb1fdb076976445ffb.sdkstatcache -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/swift-overrides.hmap -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Products/Debug/include -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/DerivedSources-normal/arm64 -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/DerivedSources/arm64 -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG=1 -no-auto-bridging-header-chaining -module-name PropertyBased -package-name swift_property_based -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name macosx26.0 -clang-target arm64-apple-macos26.0 -in-process-plugin-server-path /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/Zip.o -index-unit-output-path /PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/Zip.o -index-store-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Index.noindex/DataStore -index-system-modules
1. Apple Swift version 6.2 (swiftlang-6.2.0.19.9 clang-1700.3.19.1)
2. Compiling with the current language version
3. While evaluating request ASTLoweringRequest(Lowering AST to SIL for file "/Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Zip.swift")
4. While silgen emitFunction SIL function "@$s13PropertyBased3zipyAA9GeneratorVyxxQp_tAA6ShrinkO5TupleVy_7ElementQy_xQp_tGGADyxq_GxQpRvzRv_q_Rhzs16SendableMetatypeR_STR_r0_lF".
for 'zip(_:)' (at /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Zip.swift:12:8)
5. While silgen closureexpr SIL function "@$s13PropertyBased3zipyAA9GeneratorVyxxQp_tAA6ShrinkO5TupleVy_7ElementQy_xQp_tGGADyxq_GxQpRvzRv_q_Rhzs16SendableMetatypeR_STR_r0_lFAkJxQp_t_tYbcfU0_".
for expression at [/Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Zip.swift:22:17 - line:24:9] RangeText="{ tuple in
Shrink.shrinkTuple(tuple, shrinkers: repeat (each gen)._shrinker)
"
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 swift-frontend 0x0000000106a01bcc llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56
1 swift-frontend 0x00000001069ff55c llvm::sys::RunSignalHandlers() + 112
2 swift-frontend 0x0000000106a021f8 SignalHandler(int, __siginfo*, void*) + 344
3 libsystem_platform.dylib 0x00000001827dd6a4 _sigtramp + 56
4 swift-frontend 0x00000001011eeb28 swift::Lowering::SILGenFunction::getScopeOrNull(swift::SILLocation, bool) + 128
5 swift-frontend 0x00000001011eeb28 swift::Lowering::SILGenFunction::getScopeOrNull(swift::SILLocation, bool) + 128
6 swift-frontend 0x00000001011736a4 swift::Lowering::SILGenBuilder::getSILDebugLocation(swift::SILLocation, bool) + 92
7 swift-frontend 0x0000000100d6eac0 swift::SILBuilder::createAllocStack(swift::SILLocation, swift::SILType, std::__1::optional<swift::SILDebugVariable>, swift::HasDynamicLifetime_t, swift::IsLexical_t, swift::IsFromVarDecl_t, swift::UsesMoveableValueDebugInfo_t, bool) + 168
8 swift-frontend 0x00000001011bb59c swift::Lowering::SILGenFunction::emitTemporaryAllocation(swift::SILLocation, swift::SILType, swift::HasDynamicLifetime_t, swift::IsLexical_t, swift::IsFromVarDecl_t, bool) + 236
9 swift-frontend 0x0000000101157558 (anonymous namespace)::ArgEmitter::emitPackArg(llvm::MutableArrayRef<swift::Lowering::ArgumentSource>, swift::Lowering::AbstractionPattern) + 3376
10 swift-frontend 0x0000000101156758 void llvm::function_ref<void (swift::Lowering::TupleElementGenerator&)>::callback_fn<(anonymous namespace)::ArgEmitter::emitExpanded(swift::Lowering::ArgumentSource&&, swift::Lowering::AbstractionPattern)::'lambda'(swift::Lowering::TupleElementGenerator&)>(long, swift::Lowering::TupleElementGenerator&) + 356
11 swift-frontend 0x0000000100f091fc swift::Lowering::AbstractionPattern::forEachTupleElement(swift::CanType, llvm::function_ref<void (swift::Lowering::TupleElementGenerator&)>) const + 184
12 swift-frontend 0x0000000101155318 (anonymous namespace)::ArgEmitter::emit(swift::Lowering::ArgumentSource&&, swift::Lowering::AbstractionPattern, bool, std::__1::optional<swift::AnyFunctionType::Param>) + 3688
13 swift-frontend 0x00000001011424e0 (anonymous namespace)::ArgEmitter::emitSingleArg(swift::Lowering::ArgumentSource&&, swift::Lowering::AbstractionPattern, bool, std::__1::optional<swift::AnyFunctionType::Param>) + 204
14 swift-frontend 0x0000000101153af0 (anonymous namespace)::ArgEmitter::emitPreparedArgs(swift::Lowering::PreparedArguments&&, swift::Lowering::AbstractionPattern, llvm::ArrayRef<swift::LifetimeDependenceInfo>) + 304
15 swift-frontend 0x0000000101160a20 (anonymous namespace)::CallSite::emit(swift::Lowering::SILGenFunction&, swift::Lowering::AbstractionPattern, swift::CanTypeWrapper<swift::SILFunctionType>, llvm::ArrayRef<swift::LifetimeDependenceInfo>, (anonymous namespace)::ParamLowering&, llvm::SmallVectorImpl<swift::Lowering::ManagedValue>&, llvm::SmallVectorImpl<(anonymous namespace)::DelayedArgument>&, swift::ForeignInfo const&) && + 676
16 swift-frontend 0x00000001011601d8 (anonymous namespace)::CallEmission::emitArgumentsForNormalApply(swift::Lowering::AbstractionPattern, swift::CanTypeWrapper<swift::SILFunctionType>, llvm::ArrayRef<swift::LifetimeDependenceInfo>, swift::ForeignInfo const&, llvm::SmallVectorImpl<swift::Lowering::ManagedValue>&, std::__1::optional<swift::SILLocation>&) + 1112
17 swift-frontend 0x0000000101147100 (anonymous namespace)::CallEmission::apply(swift::Lowering::SGFContext) + 1092
18 swift-frontend 0x0000000101145a3c swift::Lowering::SILGenFunction::emitApplyExpr(swift::ApplyExpr*, swift::Lowering::SGFContext) + 3204
19 swift-frontend 0x00000001011ba920 swift::Lowering::SILGenFunction::emitExprInto(swift::Expr*, swift::Lowering::Initialization*, std::__1::optional<swift::SILLocation>) + 132
20 swift-frontend 0x000000010127ea3c swift::Lowering::SILGenFunction::emitReturnExpr(swift::SILLocation, swift::Expr*) + 404
21 swift-frontend 0x000000010127b7cc swift::ASTVisitor<(anonymous namespace)::StmtEmitter, void, void, void, void, void, void>::visit(swift::Stmt*) + 6232
22 swift-frontend 0x00000001011f392c swift::Lowering::SILGenFunction::emitClosure(swift::AbstractClosureExpr*) + 816
23 swift-frontend 0x000000010112dd28 swift::Lowering::SILGenModule::emitFunctionDefinition(swift::SILDeclRef, swift::SILFunction*) + 5160
24 swift-frontend 0x0000000101137620 void llvm::function_ref<void ()>::callback_fn<swift::Lowering::SILGenModule::emitClosure(swift::AbstractClosureExpr*, swift::Lowering::FunctionTypeInfo const&)::$_0>(long) + 200
25 swift-frontend 0x00000001011e71d8 (anonymous namespace)::RValueEmitter::visitAbstractClosureExpr(swift::AbstractClosureExpr*, swift::Lowering::SGFContext) + 1836
26 swift-frontend 0x00000001011bdc80 swift::Lowering::SILGenFunction::emitRValueAsSingleValue(swift::Expr*, swift::Lowering::SGFContext) + 40
27 swift-frontend 0x000000010119b964 swift::Lowering::SILGenFunction::emitConvertedRValue(swift::SILLocation, swift::Lowering::Conversion const&, swift::Lowering::SGFContext, llvm::function_ref<swift::Lowering::ManagedValue (swift::Lowering::SILGenFunction&, swift::SILLocation, swift::Lowering::SGFContext)>) + 300
28 swift-frontend 0x0000000101111d58 swift::Lowering::ArgumentSource::getConverted(swift::Lowering::SILGenFunction&, swift::Lowering::Conversion const&, swift::Lowering::SGFContext) && + 124
29 swift-frontend 0x0000000101155c90 (anonymous namespace)::ArgEmitter::emit(swift::Lowering::ArgumentSource&&, swift::Lowering::AbstractionPattern, bool, std::__1::optional<swift::AnyFunctionType::Param>) + 6112
30 swift-frontend 0x00000001011424e0 (anonymous namespace)::ArgEmitter::emitSingleArg(swift::Lowering::ArgumentSource&&, swift::Lowering::AbstractionPattern, bool, std::__1::optional<swift::AnyFunctionType::Param>) + 204
31 swift-frontend 0x0000000101153af0 (anonymous namespace)::ArgEmitter::emitPreparedArgs(swift::Lowering::PreparedArguments&&, swift::Lowering::AbstractionPattern, llvm::ArrayRef<swift::LifetimeDependenceInfo>) + 304
32 swift-frontend 0x0000000101160a20 (anonymous namespace)::CallSite::emit(swift::Lowering::SILGenFunction&, swift::Lowering::AbstractionPattern, swift::CanTypeWrapper<swift::SILFunctionType>, llvm::ArrayRef<swift::LifetimeDependenceInfo>, (anonymous namespace)::ParamLowering&, llvm::SmallVectorImpl<swift::Lowering::ManagedValue>&, llvm::SmallVectorImpl<(anonymous namespace)::DelayedArgument>&, swift::ForeignInfo const&) && + 676
33 swift-frontend 0x00000001011601d8 (anonymous namespace)::CallEmission::emitArgumentsForNormalApply(swift::Lowering::AbstractionPattern, swift::CanTypeWrapper<swift::SILFunctionType>, llvm::ArrayRef<swift::LifetimeDependenceInfo>, swift::ForeignInfo const&, llvm::SmallVectorImpl<swift::Lowering::ManagedValue>&, std::__1::optional<swift::SILLocation>&) + 1112
34 swift-frontend 0x0000000101147100 (anonymous namespace)::CallEmission::apply(swift::Lowering::SGFContext) + 1092
35 swift-frontend 0x0000000101145a3c swift::Lowering::SILGenFunction::emitApplyExpr(swift::ApplyExpr*, swift::Lowering::SGFContext) + 3204
36 swift-frontend 0x000000010127ed04 swift::Lowering::SILGenFunction::emitReturnExpr(swift::SILLocation, swift::Expr*) + 1116
37 swift-frontend 0x000000010127b7cc swift::ASTVisitor<(anonymous namespace)::StmtEmitter, void, void, void, void, void, void>::visit(swift::Stmt*) + 6232
38 swift-frontend 0x00000001011f35ac swift::Lowering::SILGenFunction::emitFunction(swift::FuncDecl*) + 384
39 swift-frontend 0x000000010112e6ac swift::Lowering::SILGenModule::emitFunctionDefinition(swift::SILDeclRef, swift::SILFunction*) + 7596
40 swift-frontend 0x000000010112f6f0 swift::Lowering::SILGenModule::emitOrDelayFunction(swift::SILDeclRef) + 236
41 swift-frontend 0x000000010112c8ec swift::Lowering::SILGenModule::emitFunction(swift::FuncDecl*) + 136
42 swift-frontend 0x0000000101133538 swift::ASTLoweringRequest::evaluate(swift::Evaluator&, swift::ASTLoweringDescriptor) const + 2364
43 swift-frontend 0x000000010127961c swift::SimpleRequest<swift::ASTLoweringRequest, std::__1::unique_ptr<swift::SILModule, std::__1::default_delete<swift::SILModule>> (swift::ASTLoweringDescriptor), (swift::RequestFlags)17>::evaluateRequest(swift::ASTLoweringRequest const&, swift::Evaluator&) + 208
44 swift-frontend 0x0000000101137fc0 swift::ASTLoweringRequest::OutputType swift::Evaluator::getResultUncached<swift::ASTLoweringRequest, swift::ASTLoweringRequest::OutputType swift::evaluateOrFatal<swift::ASTLoweringRequest>(swift::Evaluator&, swift::ASTLoweringRequest)::'lambda'()>(swift::ASTLoweringRequest const&, swift::ASTLoweringRequest::OutputType swift::evaluateOrFatal<swift::ASTLoweringRequest>(swift::Evaluator&, swift::ASTLoweringRequest)::'lambda'()) + 572
45 swift-frontend 0x000000010063b708 swift::performCompileStepsPostSema(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 964
46 swift-frontend 0x000000010063ea7c performCompile(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 1764
47 swift-frontend 0x000000010063d68c swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 3580
48 swift-frontend 0x00000001005bec6c swift::mainEntry(int, char const**) + 5412
49 dyld 0x0000000182402b98 start + 6076
Failed frontend command:
/Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/ClosedIntegerRange.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Date+String.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/EnableShrinkTrait.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/FixedSeedTrait.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+Collection.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+Color.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+Date.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+Duration.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+Float.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+Int.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+SIMD.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen+String.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Gen.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Generator.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/IssueCounting.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Mutex.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/PropertyCheck+Pack.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/PropertyCheck.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/SeededRandomNumberGenerator.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Appended.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Bitset.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Collection.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Date.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Float.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Integer.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+MutableCollection.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Optional.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink+Tuple.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Shrink.swift /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Xoshiro.swift -primary-file /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Zip.swift -emit-dependencies-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/Zip.d -emit-const-values-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/Zip.swiftconstvalues -emit-reference-dependencies-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/Zip.swiftdeps -serialize-diagnostics-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/Zip.dia -target arm64-apple-macos10.15 -module-can-import-version AppKit 2685.10.106 2685.10.106 -module-can-import-version CoreGraphics 1957 1957.0.0 -module-can-import-version Darwin 347.0.12 0 -module-can-import-version Foundation 4040.1.401 4040.1.255 -module-can-import-version simd 23 0 -load-resolved-plugin /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -load-resolved-plugin /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing/libTestingMacros.dylib\#\#TestingMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased-dependencies-3.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -I /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Products/Debug -Isystem /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Products/Debug -F /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/PropertyBased_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/lennard/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/lennard/Documents/swift-property-based/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/lennard/Documents/swift-property-based/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/lennard/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx26.0-25A5344a-c848120fff980bdb1fdb076976445ffb.sdkstatcache -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/swift-overrides.hmap -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Products/Debug/include -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/DerivedSources-normal/arm64 -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/DerivedSources/arm64 -Xcc -I/Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name PropertyBased -package-name swift_property_based -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name macosx26.0 -clang-target arm64-apple-macos26.0 -in-process-plugin-server-path /Users/lennard/Downloads/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Build/Intermediates.noindex/PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/Zip.o -index-unit-output-path /PropertyBased.build/Debug/PropertyBased.build/Objects-normal/arm64/Zip.o -index-store-path /Users/lennard/Library/Developer/Xcode/DerivedData/swift-property-based-dhybgwzulkrkfpbnjwyxhvonejxz/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/lennard/Documents/swift-property-based/Sources/PropertyBased/Zip.swift (in target 'PropertyBased' from project 'PropertyBased')
cd /Users/lennard/Documents/swift-property-based/.swiftpm/xcode
Command SwiftCompile failed with a nonzero exit code
Command SwiftCompile failed with a nonzero exit code
SwiftEmitModule normal arm64 Emitting\ module\ for\ PropertyBased (in target 'PropertyBased' from project 'PropertyBased')
EmitSwiftModule normal arm64 (in target 'PropertyBased' from project 'PropertyBased')
cd /Users/lennard/Documents/swift-property-based/.swiftpm/xcode
Build failed 21/08/2025, 10:34 0.5 seconds
```
### Expected behavior
I don't know for sure if the function is written correctly, but all of my attempts to write this function result in either an error diagnostic or a full-on compiler crash.
### Environment
swift-driver version: 1.120.5 Apple Swift version 6.1.2 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
Target: arm64-apple-macosx15.0
Occurs in both the stable Xcode, and when using Xcode 26 Beta 6 (17A5305f). The trace above was generated with the Xcode beta.
### Additional information
The full branch is available here. Also includes a non-variadic version which compiles correctly (check the compiler block above the file).
https://github.com/x-sheep/swift-property-based/blob/3195d3fdd9e61169b1de8a825cb4df207a14c6c7/Sources/PropertyBased/Zip.swift