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

Failed to build UIKeyCommandTableView, reference 0.3.3 (53554b), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 12:59:49 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipedro/UIKeyCommandTableView.git
Reference: 0.3.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ipedro/UIKeyCommandTableView
 * tag               0.3.3      -> FETCH_HEAD
HEAD is now at 53554be Respect selection behavior
Cloned https://github.com/ipedro/UIKeyCommandTableView.git
Revision (git rev-parse @):
53554bef402acf9b5f2e52cc61fab28d317e454a
SUCCESS checkout https://github.com/ipedro/UIKeyCommandTableView.git at 0.3.3
Fetching https://github.com/ipedro/UIKitOptions.git
[1/658] Fetching uikitoptions
Fetched https://github.com/ipedro/UIKitOptions.git from cache (0.66s)
Computing version for https://github.com/ipedro/UIKitOptions.git
Computed https://github.com/ipedro/UIKitOptions.git at 0.3.1 (1.26s)
Creating working copy for https://github.com/ipedro/UIKitOptions.git
Working copy of https://github.com/ipedro/UIKitOptions.git resolved at 0.3.1
========================================
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": "uikeycommandtableview",
      "name": "UIKeyCommandTableView",
      "url": "https://github.com/ipedro/UIKeyCommandTableView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIKeyCommandTableView",
      "dependencies": [
        {
          "identity": "uikitoptions",
          "name": "UIKitOptions",
          "url": "https://github.com/ipedro/UIKitOptions.git",
          "version": "0.3.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIKitOptions",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ipedro/UIKeyCommandTableView.git
[1/129] Fetching uikeycommandtableview
Fetched https://github.com/ipedro/UIKeyCommandTableView.git from cache (0.61s)
Fetching https://github.com/ipedro/UIKitOptions.git from cache
Fetched https://github.com/ipedro/UIKitOptions.git from cache (0.40s)
Computing version for https://github.com/ipedro/UIKitOptions.git
Computed https://github.com/ipedro/UIKitOptions.git at 0.3.3 (0.45s)
Creating working copy for https://github.com/ipedro/UIKitOptions.git
Working copy of https://github.com/ipedro/UIKitOptions.git resolved at 0.3.3
Creating working copy for https://github.com/ipedro/UIKeyCommandTableView.git
Working copy of https://github.com/ipedro/UIKeyCommandTableView.git resolved at 0.3.3 (53554be)
warning: '.resolve-product-dependencies': dependency 'uikeycommandtableview' is not used by any target
Found 1 product dependencies
  - UIKitOptions
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ipedro/UIKeyCommandTableView.git
https://github.com/ipedro/UIKeyCommandTableView.git
{
  "dependencies" : [
    {
      "identity" : "uikitoptions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ipedro/UIKitOptions.git"
    }
  ],
  "manifest_display_name" : "UIKeyCommandTableView",
  "name" : "UIKeyCommandTableView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "UIKeyCommandTableView",
      "targets" : [
        "UIKeyCommandTableView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UIKeyCommandTableViewTests",
      "module_type" : "SwiftTarget",
      "name" : "UIKeyCommandTableViewTests",
      "path" : "Tests/UIKeyCommandTableViewTests",
      "sources" : [
        "UIKeyCommandTableViewTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "UIKeyCommandTableView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UIKeyCommandTableView",
      "module_type" : "SwiftTarget",
      "name" : "UIKeyCommandTableView",
      "path" : "Sources/UIKeyCommandTableView",
      "product_dependencies" : [
        "UIKitOptions"
      ],
      "product_memberships" : [
        "UIKeyCommandTableView"
      ],
      "sources" : [
        "Extensions/IndexPath+InvalidReason.swift",
        "Extensions/NSObjectProtocol+Debounce.swift",
        "UIKeyCommandTableView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/44] Emitting module UIKitOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
error: compile command failed due to signal 11 (use -v to see invocation)
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NSAttributedString/NSAttributedString+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NSAttributedString/NSAttributedString+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NSDirectionalEdgeInsets/NSDirectionalEdgeInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NumberFormatter/NumberFormatter+Init.swift -primary-file /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NumberFormatter/NumberFormatter+Options.swift -primary-file /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Init.swift -primary-file /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Options.swift -primary-file /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift -primary-file /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIEdgeInsets/UIEdgetInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIFont/UIFont+SymbolicTraits.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIImage/UIImage+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIImage/UIImage+Resize.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIImageView/UIImageView+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIImageView/UIImageView+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Constants.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UILabel/UILabel+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UILabel/UILabel+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UINavigationController/UINavigationController+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UINavigationController/UINavigationController+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIScrollView/UIScrollView+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIScrollView/UIScrollView+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStackView/UIStackView+Alignment.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStackView/UIStackView+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStackView/UIStackView+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStackView/UIStackView+Subviews.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStepper/UIStepper+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStepper/UIStepper+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITableView/UITableView+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITableView/UITableView+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITextField/UITextField+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITextField/UITextField+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITextView/UITextView+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITextView/UITextView+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIView+Options/UIView+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIView+Options/UIView+LayoutCompressionOptions.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIView+Options/UIView+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIViewController/UIViewController+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UTTType/UTTTypeOption.swift -supplementary-output-file-map /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.qBB81d/supplementaryOutputs-2 -target arm64-apple-macosx10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-driver -stats-output-dir .stats -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency=complete -empty-abi-descriptor -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -isysroot -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -Xcc -F -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Xcc -F -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks -Xcc -fPIC -Xcc -g -module-name UIKitOptions -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/UIKitOptions.build/NumberFormatter+Options.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/UIKitOptions.build/UIColorPickerViewController+Init.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/UIKitOptions.build/UIColorPickerViewController+Options.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/UIKitOptions.build/UIDocumentPickerViewController+Init.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/UIKitOptions.build/UIDocumentPickerViewController+Options.swift.o -index-store-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/index/store -index-system-modules
1.	Apple Swift version 6.1 (swiftlang-6.1.0.110.21 clang-1700.0.13.3)
2.	Compiling with effective version 5.10
3.	While evaluating request TypeCheckSourceFileRequest(source_file "/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift")
4.	While evaluating request TypeCheckFunctionBodyRequest(UIKitOptions.(file).Collection extension._@/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:144:28)
5.	While type-checking statement at [/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:144:28 - line:146:5] RangeText="{
        documentTypeOptions?.uttypes
    "
6.	While type-checking statement at [/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:145:9 - line:145:30] RangeText="documentTypeOptions?."
7.	While type-checking-target starting at /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:145:30
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           0x0000000107352c28 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56
1  swift-frontend           0x0000000107350a60 llvm::sys::RunSignalHandlers() + 112
2  swift-frontend           0x0000000107353264 SignalHandler(int) + 360
3  libsystem_platform.dylib 0x00000001816bb624 _sigtramp + 56
4  swift-frontend           0x00000001023cb764 swift::constraints::RequirementFailure::diagnoseAsError() + 52
5  swift-frontend           0x00000001023b9698 swift::constraints::SkipSameTypeRequirement::diagnose(swift::constraints::Solution const&, bool) const + 76
6  swift-frontend           0x00000001022c4c04 swift::constraints::ConstraintSystem::applySolution(swift::constraints::Solution&, swift::constraints::SyntacticElementTarget) + 5080
7  swift-frontend           0x00000001025a796c swift::TypeChecker::typeCheckTarget(swift::constraints::SyntacticElementTarget&, swift::optionset::OptionSet<swift::TypeCheckExprFlags, unsigned int>, swift::DiagnosticTransaction*) + 792
8  swift-frontend           0x00000001026ad598 swift::ASTVisitor<(anonymous namespace)::StmtChecker, void, swift::Stmt*, void, void, void, void>::visit(swift::Stmt*) + 3156
9  swift-frontend           0x00000001026ac80c bool (anonymous namespace)::StmtChecker::typeCheckStmt<swift::Stmt>(swift::Stmt*&) + 312
10 swift-frontend           0x00000001026a6eac (anonymous namespace)::StmtChecker::typeCheckASTNode(swift::ASTNode&) + 80
11 swift-frontend           0x00000001026aca64 swift::ASTVisitor<(anonymous namespace)::StmtChecker, void, swift::Stmt*, void, void, void, void>::visit(swift::Stmt*) + 288
12 swift-frontend           0x00000001026aa3fc bool (anonymous namespace)::StmtChecker::typeCheckStmt<swift::BraceStmt>(swift::BraceStmt*&) + 312
13 swift-frontend           0x00000001026a89cc swift::TypeCheckFunctionBodyRequest::evaluate(swift::Evaluator&, swift::AbstractFunctionDecl*) const + 1488
14 swift-frontend           0x0000000102aa55ec swift::TypeCheckFunctionBodyRequest::OutputType swift::Evaluator::getResultUncached<swift::TypeCheckFunctionBodyRequest, swift::TypeCheckFunctionBodyRequest::OutputType swift::evaluateOrDefault<swift::TypeCheckFunctionBodyRequest>(swift::Evaluator&, swift::TypeCheckFunctionBodyRequest, swift::TypeCheckFunctionBodyRequest::OutputType)::'lambda'()>(swift::TypeCheckFunctionBodyRequest const&, swift::TypeCheckFunctionBodyRequest::OutputType swift::evaluateOrDefault<swift::TypeCheckFunctionBodyRequest>(swift::Evaluator&, swift::TypeCheckFunctionBodyRequest, swift::TypeCheckFunctionBodyRequest::OutputType)::'lambda'()) + 640
15 swift-frontend           0x0000000102a081a8 swift::AbstractFunctionDecl::getTypecheckedBody() const + 160
16 swift-frontend           0x00000001026fa7e0 swift::TypeCheckSourceFileRequest::evaluate(swift::Evaluator&, swift::SourceFile*) const + 912
17 swift-frontend           0x0000000102700b18 swift::TypeCheckSourceFileRequest::OutputType swift::Evaluator::getResultUncached<swift::TypeCheckSourceFileRequest, swift::TypeCheckSourceFileRequest::OutputType swift::evaluateOrDefault<swift::TypeCheckSourceFileRequest>(swift::Evaluator&, swift::TypeCheckSourceFileRequest, swift::TypeCheckSourceFileRequest::OutputType)::'lambda'()>(swift::TypeCheckSourceFileRequest const&, swift::TypeCheckSourceFileRequest::OutputType swift::evaluateOrDefault<swift::TypeCheckSourceFileRequest>(swift::Evaluator&, swift::TypeCheckSourceFileRequest, swift::TypeCheckSourceFileRequest::OutputType)::'lambda'()) + 624
18 swift-frontend           0x00000001026fa434 swift::performTypeChecking(swift::SourceFile&) + 308
19 swift-frontend           0x0000000101564018 swift::CompilerInstance::performSema() + 248
20 swift-frontend           0x00000001011a7274 performCompile(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 772
21 swift-frontend           0x00000001011a5fd8 swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 3716
22 swift-frontend           0x000000010112a0bc swift::mainEntry(int, char const**) + 5428
23 dyld                     0x00000001812e2b4c start + 6000
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/42] Emitting module UIKitOptions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[3/46] Compiling UIKitOptions UILabel+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[4/46] Compiling UIKitOptions UINavigationController+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[5/46] Compiling UIKitOptions UINavigationController+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[6/46] Compiling UIKitOptions UIPopoverPresentationController+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[7/46] Compiling UIKitOptions UIStackView+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[8/46] Compiling UIKitOptions UIStackView+Subviews.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[9/46] Compiling UIKitOptions UIStepper+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[10/46] Compiling UIKitOptions UIStepper+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[11/46] Compiling UIKitOptions UIImageView+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[12/46] Compiling UIKitOptions UIKeyCommand+Constants.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[13/46] Compiling UIKitOptions UIKeyCommand+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[14/46] Compiling UIKitOptions UIKeyCommand+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[15/46] Compiling UIKitOptions UILabel+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[16/46] Compiling UIKitOptions UIEdgetInsets+Convenience.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[17/46] Compiling UIKitOptions UIFont+SymbolicTraits.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[18/46] Compiling UIKitOptions UIImage+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[19/46] Compiling UIKitOptions UIImage+Resize.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[20/46] Compiling UIKitOptions UIImageView+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[21/46] Compiling UIKitOptions CALayer+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[22/46] Compiling UIKitOptions NSAttributedString+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[23/46] Compiling UIKitOptions NSAttributedString+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[24/46] Compiling UIKitOptions NSDirectionalEdgeInsets+Convenience.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[25/46] Compiling UIKitOptions NumberFormatter+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[26/46] Compiling UIKitOptions UIScrollView+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[27/46] Compiling UIKitOptions UIScrollView+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[28/46] Compiling UIKitOptions UIStackView+Alignment.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[29/46] Compiling UIKitOptions UIStackView+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[30/46] Compiling UIKitOptions UITextView+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[31/46] Compiling UIKitOptions UITextView+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[32/46] Compiling UIKitOptions UIView+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[33/46] Compiling UIKitOptions UIView+LayoutCompressionOptions.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[34/46] Compiling UIKitOptions UITableView+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[35/46] Compiling UIKitOptions UITableView+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[36/46] Compiling UIKitOptions UITextField+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[37/46] Compiling UIKitOptions UITextField+Options.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
error: compile command failed due to signal 11 (use -v to see invocation)
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NSAttributedString/NSAttributedString+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NSAttributedString/NSAttributedString+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NSDirectionalEdgeInsets/NSDirectionalEdgeInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NumberFormatter/NumberFormatter+Init.swift -primary-file /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/NumberFormatter/NumberFormatter+Options.swift -primary-file /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Init.swift -primary-file /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIColorPickerViewController/UIColorPickerViewController+Options.swift -primary-file /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift -primary-file /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIEdgeInsets/UIEdgetInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIFont/UIFont+SymbolicTraits.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIImage/UIImage+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIImage/UIImage+Resize.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIImageView/UIImageView+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIImageView/UIImageView+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Constants.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIKeyCommand/UIKeyCommand+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UILabel/UILabel+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UILabel/UILabel+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UINavigationController/UINavigationController+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UINavigationController/UINavigationController+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIPopoverPresentationController/UIPopoverPresentationController+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIScrollView/UIScrollView+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIScrollView/UIScrollView+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStackView/UIStackView+Alignment.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStackView/UIStackView+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStackView/UIStackView+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStackView/UIStackView+Subviews.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStepper/UIStepper+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIStepper/UIStepper+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITableView/UITableView+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITableView/UITableView+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITextField/UITextField+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITextField/UITextField+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITextView/UITextView+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UITextView/UITextView+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIView+Options/UIView+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIView+Options/UIView+LayoutCompressionOptions.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIView+Options/UIView+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIViewController/UIViewController+Init.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIViewController/UIViewController+Options.swift /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UTTType/UTTTypeOption.swift -supplementary-output-file-map /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.ZYPbq9/supplementaryOutputs-2 -target arm64-apple-macosx10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-driver -empty-abi-descriptor -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -isysroot -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -Xcc -F -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Xcc -F -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks -Xcc -fPIC -Xcc -g -module-name UIKitOptions -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/UIKitOptions.build/NumberFormatter+Options.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/UIKitOptions.build/UIColorPickerViewController+Init.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/UIKitOptions.build/UIColorPickerViewController+Options.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/UIKitOptions.build/UIDocumentPickerViewController+Init.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/UIKitOptions.build/UIDocumentPickerViewController+Options.swift.o -index-store-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/index/store -index-system-modules
1.	Apple Swift version 6.1 (swiftlang-6.1.0.110.21 clang-1700.0.13.3)
2.	Compiling with effective version 5.10
3.	While evaluating request TypeCheckSourceFileRequest(source_file "/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift")
4.	While evaluating request TypeCheckFunctionBodyRequest(UIKitOptions.(file).Collection extension._@/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:144:28)
5.	While type-checking statement at [/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:144:28 - line:146:5] RangeText="{
        documentTypeOptions?.uttypes
    "
6.	While type-checking statement at [/Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:145:9 - line:145:30] RangeText="documentTypeOptions?."
7.	While type-checking-target starting at /Users/admin/builder/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/UIDocumentPickerViewController/UIDocumentPickerViewController+Init.swift:145:30
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           0x000000010931ac28 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56
1  swift-frontend           0x0000000109318a60 llvm::sys::RunSignalHandlers() + 112
2  swift-frontend           0x000000010931b264 SignalHandler(int) + 360
3  libsystem_platform.dylib 0x00000001816bb624 _sigtramp + 56
4  swift-frontend           0x0000000104393764 swift::constraints::RequirementFailure::diagnoseAsError() + 52
5  swift-frontend           0x0000000104381698 swift::constraints::SkipSameTypeRequirement::diagnose(swift::constraints::Solution const&, bool) const + 76
6  swift-frontend           0x000000010428cc04 swift::constraints::ConstraintSystem::applySolution(swift::constraints::Solution&, swift::constraints::SyntacticElementTarget) + 5080
7  swift-frontend           0x000000010456f96c swift::TypeChecker::typeCheckTarget(swift::constraints::SyntacticElementTarget&, swift::optionset::OptionSet<swift::TypeCheckExprFlags, unsigned int>, swift::DiagnosticTransaction*) + 792
8  swift-frontend           0x0000000104675598 swift::ASTVisitor<(anonymous namespace)::StmtChecker, void, swift::Stmt*, void, void, void, void>::visit(swift::Stmt*) + 3156
9  swift-frontend           0x000000010467480c bool (anonymous namespace)::StmtChecker::typeCheckStmt<swift::Stmt>(swift::Stmt*&) + 312
10 swift-frontend           0x000000010466eeac (anonymous namespace)::StmtChecker::typeCheckASTNode(swift::ASTNode&) + 80
11 swift-frontend           0x0000000104674a64 swift::ASTVisitor<(anonymous namespace)::StmtChecker, void, swift::Stmt*, void, void, void, void>::visit(swift::Stmt*) + 288
12 swift-frontend           0x00000001046723fc bool (anonymous namespace)::StmtChecker::typeCheckStmt<swift::BraceStmt>(swift::BraceStmt*&) + 312
13 swift-frontend           0x00000001046709cc swift::TypeCheckFunctionBodyRequest::evaluate(swift::Evaluator&, swift::AbstractFunctionDecl*) const + 1488
14 swift-frontend           0x0000000104a6d5ec swift::TypeCheckFunctionBodyRequest::OutputType swift::Evaluator::getResultUncached<swift::TypeCheckFunctionBodyRequest, swift::TypeCheckFunctionBodyRequest::OutputType swift::evaluateOrDefault<swift::TypeCheckFunctionBodyRequest>(swift::Evaluator&, swift::TypeCheckFunctionBodyRequest, swift::TypeCheckFunctionBodyRequest::OutputType)::'lambda'()>(swift::TypeCheckFunctionBodyRequest const&, swift::TypeCheckFunctionBodyRequest::OutputType swift::evaluateOrDefault<swift::TypeCheckFunctionBodyRequest>(swift::Evaluator&, swift::TypeCheckFunctionBodyRequest, swift::TypeCheckFunctionBodyRequest::OutputType)::'lambda'()) + 640
15 swift-frontend           0x00000001049d01a8 swift::AbstractFunctionDecl::getTypecheckedBody() const + 160
16 swift-frontend           0x00000001046c27e0 swift::TypeCheckSourceFileRequest::evaluate(swift::Evaluator&, swift::SourceFile*) const + 912
17 swift-frontend           0x00000001046c8b18 swift::TypeCheckSourceFileRequest::OutputType swift::Evaluator::getResultUncached<swift::TypeCheckSourceFileRequest, swift::TypeCheckSourceFileRequest::OutputType swift::evaluateOrDefault<swift::TypeCheckSourceFileRequest>(swift::Evaluator&, swift::TypeCheckSourceFileRequest, swift::TypeCheckSourceFileRequest::OutputType)::'lambda'()>(swift::TypeCheckSourceFileRequest const&, swift::TypeCheckSourceFileRequest::OutputType swift::evaluateOrDefault<swift::TypeCheckSourceFileRequest>(swift::Evaluator&, swift::TypeCheckSourceFileRequest, swift::TypeCheckSourceFileRequest::OutputType)::'lambda'()) + 624
18 swift-frontend           0x00000001046c2434 swift::performTypeChecking(swift::SourceFile&) + 308
19 swift-frontend           0x000000010352c018 swift::CompilerInstance::performSema() + 248
20 swift-frontend           0x000000010316f274 performCompile(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 772
21 swift-frontend           0x000000010316dfd8 swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 3716
22 swift-frontend           0x00000001030f20bc swift::mainEntry(int, char const**) + 5428
23 dyld                     0x00000001812e2b4c start + 6000
BUILD FAILURE 6.1 macosSpm