Build Information
Failed to build FastList, reference main (4a72c6
), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 19 Jun 2025 21:11:02 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FastList -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/FastList.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/FastList
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4a72c6b Bumped RefreshableScrollView version
Cloned https://github.com/elegantchaos/FastList.git
Revision (git rev-parse @):
4a72c6b59f9e41168756eb9c83f05a41cbc47fa0
SUCCESS checkout https://github.com/elegantchaos/FastList.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.2
Building package at path: $PWD
https://github.com/elegantchaos/FastList.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/elegantchaos/XCTestExtensions.git
Fetching from https://github.com/elegantchaos/RefreshableScrollView.git
Fetching from https://github.com/elegantchaos/Matchable.git
Creating working copy of package ‘XCTestExtensions’
Checking out 1.5.1 of package ‘XCTestExtensions’
Creating working copy of package ‘Matchable’
Checking out 1.0.7 of package ‘Matchable’
Creating working copy of package ‘RefreshableScrollView’
Checking out 1.3.1 of package ‘RefreshableScrollView’
Resolve Package Graph
Resolved source packages:
XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
FastList: /Users/admin/builder/spi-builder-workspace
RefreshableScrollView: https://github.com/elegantchaos/RefreshableScrollView.git @ 1.3.1
Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
resolved source packages: XCTestExtensions, FastList, RefreshableScrollView, Matchable
{
"dependencies" : [
{
"identity" : "refreshablescrollview",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/RefreshableScrollView.git"
},
{
"identity" : "xctestextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/XCTestExtensions.git"
}
],
"manifest_display_name" : "FastList",
"name" : "FastList",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "FastList",
"targets" : [
"FastList"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FastListTests",
"module_type" : "SwiftTarget",
"name" : "FastListTests",
"path" : "Tests/FastListTests",
"product_dependencies" : [
"XCTestExtensions"
],
"sources" : [
"FastListTests.swift"
],
"target_dependencies" : [
"FastList"
],
"type" : "test"
},
{
"c99name" : "FastList",
"module_type" : "SwiftTarget",
"name" : "FastList",
"path" : "Sources/FastList",
"product_dependencies" : [
"RefreshableScrollView"
],
"product_memberships" : [
"FastList"
],
"sources" : [
"FastList.swift",
"InnerListView.swift",
"ListConfiguration.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"FastList",
"Matchable",
"RefreshableScrollView",
"XCTestExtensions"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"FastList",
"Matchable",
"RefreshableScrollView",
"XCTestExtensions"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FastList -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FastList -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
FastList: /Users/admin/builder/spi-builder-workspace
RefreshableScrollView: https://github.com/elegantchaos/RefreshableScrollView.git @ 1.3.1
Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
Target 'FastListTests' in project 'FastList'
➜ Explicit dependency on target 'FastList' in project 'FastList'
➜ Explicit dependency on target 'RefreshableScrollView' in project 'RefreshableScrollView'
➜ Explicit dependency on target 'XCTestExtensions' in project 'XCTestExtensions'
Target 'XCTestExtensions' in project 'XCTestExtensions'
➜ Explicit dependency on target 'XCTestExtensions' in project 'XCTestExtensions'
➜ Explicit dependency on target 'Matchable' in project 'Matchable'
Target 'XCTestExtensions' in project 'XCTestExtensions'
➜ Explicit dependency on target 'Matchable' in project 'Matchable'
Target 'Matchable' in project 'Matchable'
➜ Explicit dependency on target 'Matchable' in project 'Matchable'
Target 'Matchable' in project 'Matchable' (no dependencies)
Target 'FastList' in project 'FastList'
➜ Explicit dependency on target 'FastList' in project 'FastList'
➜ Explicit dependency on target 'RefreshableScrollView' in project 'RefreshableScrollView'
Target 'FastList' in project 'FastList'
➜ Explicit dependency on target 'RefreshableScrollView' in project 'RefreshableScrollView'
Target 'RefreshableScrollView' in project 'RefreshableScrollView'
➜ Explicit dependency on target 'RefreshableScrollView' in project 'RefreshableScrollView'
Target 'RefreshableScrollView' in project 'RefreshableScrollView' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 33387c0a75ac1fa86185256ccf9e2c0e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/33387c0a75ac1fa86185256ccf9e2c0e.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/XCTestExtensions.modulemap (in target 'XCTestExtensions' from project 'XCTestExtensions')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/XCTestExtensions.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/XCTestExtensions.DependencyStaticMetadataFileList (in target 'XCTestExtensions' from project 'XCTestExtensions')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/XCTestExtensions.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/XCTestExtensions.DependencyMetadataFileList (in target 'XCTestExtensions' from project 'XCTestExtensions')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/XCTestExtensions.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions_const_extract_protocols.json (in target 'XCTestExtensions' from project 'XCTestExtensions')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-OutputFileMap.json (in target 'XCTestExtensions' from project 'XCTestExtensions')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.SwiftFileList (in target 'XCTestExtensions' from project 'XCTestExtensions')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.SwiftConstValuesFileList (in target 'XCTestExtensions' from project 'XCTestExtensions')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.LinkFileList (in target 'XCTestExtensions' from project 'XCTestExtensions')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/Objects-normal/arm64/XCTestExtensions.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/RefreshableScrollView.modulemap (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/RefreshableScrollView.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/RefreshableScrollView.DependencyStaticMetadataFileList (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/RefreshableScrollView.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/RefreshableScrollView.DependencyMetadataFileList (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/RefreshableScrollView.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/XCTestExtensions.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/XCTestExtensions.modulemap (in target 'XCTestExtensions' from project 'XCTestExtensions')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XCTestExtensions
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTestExtensions.build/Debug/XCTestExtensions.build/XCTestExtensions.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_const_extract_protocols.json (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.SwiftConstValuesFileList (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.LinkFileList (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.SwiftFileList (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-OutputFileMap.json (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable_const_extract_protocols.json (in target 'Matchable' from project 'Matchable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/RefreshableScrollView.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/RefreshableScrollView.modulemap (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/RefreshableScrollView.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable.SwiftFileList (in target 'Matchable' from project 'Matchable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable.SwiftConstValuesFileList (in target 'Matchable' from project 'Matchable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable.LinkFileList (in target 'Matchable' from project 'Matchable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable-OutputFileMap.json (in target 'Matchable' from project 'Matchable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Matchable.modulemap (in target 'Matchable' from project 'Matchable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Matchable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Matchable.DependencyStaticMetadataFileList (in target 'Matchable' from project 'Matchable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Matchable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Matchable.DependencyMetadataFileList (in target 'Matchable' from project 'Matchable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Matchable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/FastListTests.DependencyStaticMetadataFileList (in target 'FastListTests' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/FastListTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/empty-FastListTests.plist (in target 'FastListTests' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/empty-FastListTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/FastListTests.DependencyMetadataFileList (in target 'FastListTests' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/FastListTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/Objects-normal/arm64/FastListTests.SwiftConstValuesFileList (in target 'FastListTests' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/Objects-normal/arm64/FastListTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/Objects-normal/arm64/FastListTests.LinkFileList (in target 'FastListTests' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/Objects-normal/arm64/FastListTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/Objects-normal/arm64/FastListTests_const_extract_protocols.json (in target 'FastListTests' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/Objects-normal/arm64/FastListTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/Objects-normal/arm64/FastListTests-OutputFileMap.json (in target 'FastListTests' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/Objects-normal/arm64/FastListTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/Objects-normal/arm64/FastListTests.SwiftFileList (in target 'FastListTests' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastListTests.build/Objects-normal/arm64/FastListTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/Objects-normal/arm64/FastList_const_extract_protocols.json (in target 'FastList' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/Objects-normal/arm64/FastList_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Matchable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Matchable.modulemap (in target 'Matchable' from project 'Matchable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Matchable
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Matchable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/Objects-normal/arm64/FastList.SwiftFileList (in target 'FastList' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/Objects-normal/arm64/FastList.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/Objects-normal/arm64/FastList.SwiftConstValuesFileList (in target 'FastList' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/Objects-normal/arm64/FastList.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/Objects-normal/arm64/FastList.LinkFileList (in target 'FastList' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/Objects-normal/arm64/FastList.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/Objects-normal/arm64/FastList-OutputFileMap.json (in target 'FastList' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/Objects-normal/arm64/FastList-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/FastList.modulemap (in target 'FastList' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/FastList.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/FastList.DependencyStaticMetadataFileList (in target 'FastList' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/FastList.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/FastList.DependencyMetadataFileList (in target 'FastList' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/FastList.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FastListTests.xctest (in target 'FastListTests' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FastListTests.xctest
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FastListTests.xctest/Contents (in target 'FastListTests' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FastListTests.xctest/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FastListTests.xctest/Contents/MacOS (in target 'FastListTests' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FastListTests.xctest/Contents/MacOS
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/FastList.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/FastList.modulemap (in target 'FastList' from project 'FastList')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FastList.build/Debug/FastList.build/FastList.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Matchable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver RefreshableScrollView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RefreshableScrollView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: Unable to find module dependency: 'UIKit'
import UIKit
^ (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: note: A dependency of main module 'RefreshableScrollView'
import UIKit
^ (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CB7S9KW6BCE8K3W9BQR8Z8L7D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-4F6W88HH2I5QECJK4DQWSN688.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-74FSHJ7Y9OFU31XW3USCCV6H9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-6TL9KT83HX9WCNN6MUJ4RXY13.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-ETXGO0CCN50NJJJ1T7O9OG7QY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-B1DEY84NT78VC91CZTGCR6P2G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-BOGP854PAM05OU9SEQ6T6CKZF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-8Z3DGWJN4BZ05LEF7ZV8ZZXOK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-771G992C02Z1PKJN0NBXDZ54L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-CXIFL9FUFZMGL45NUHJFXF7KI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-9DRP2UGNZ7B3VFK2LROWNHXAA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-2H78LDXQL2QSOBU9E8S6W5Q85.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-6ZZNJZ45HVZSO0GOX4U8979M9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-1FEZ8WXDGBOZ9ORWT6DRYUDKD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4QFW3FVE99J7ELINJEIAOC3PZ.pcm
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:a3e95e22514cba34024f86b847c6c7003841eb2b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:a3e95e22514cba34024f86b847c6c7003841eb2b, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:a3e95e22514cba34024f86b847c6c7003841eb2b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:a3e95e22514cba34024f86b847c6c7003841eb2b, name:My Mac }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: Unable to find module dependency: 'UIKit'
import UIKit
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: note: a dependency of main module 'RefreshableScrollView'
import UIKit
^
** BUILD FAILED **
The following build commands failed:
SwiftDriver RefreshableScrollView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
Building workspace spi-builder-workspace with scheme FastList
(2 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
FastList: /Users/admin/builder/spi-builder-workspace
Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
RefreshableScrollView: https://github.com/elegantchaos/RefreshableScrollView.git @ 1.3.1
XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
resolved source packages: FastList, Matchable, RefreshableScrollView, XCTestExtensions
{
"dependencies" : [
{
"identity" : "refreshablescrollview",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/RefreshableScrollView.git"
},
{
"identity" : "xctestextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/XCTestExtensions.git"
}
],
"manifest_display_name" : "FastList",
"name" : "FastList",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "FastList",
"targets" : [
"FastList"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FastListTests",
"module_type" : "SwiftTarget",
"name" : "FastListTests",
"path" : "Tests/FastListTests",
"product_dependencies" : [
"XCTestExtensions"
],
"sources" : [
"FastListTests.swift"
],
"target_dependencies" : [
"FastList"
],
"type" : "test"
},
{
"c99name" : "FastList",
"module_type" : "SwiftTarget",
"name" : "FastList",
"path" : "Sources/FastList",
"product_dependencies" : [
"RefreshableScrollView"
],
"product_memberships" : [
"FastList"
],
"sources" : [
"FastList.swift",
"InnerListView.swift",
"ListConfiguration.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"FastList",
"Matchable",
"RefreshableScrollView",
"XCTestExtensions"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"FastList",
"Matchable",
"RefreshableScrollView",
"XCTestExtensions"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FastList -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FastList -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
RefreshableScrollView: https://github.com/elegantchaos/RefreshableScrollView.git @ 1.3.1
FastList: /Users/admin/builder/spi-builder-workspace
XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
Target 'FastListTests' in project 'FastList'
➜ Explicit dependency on target 'FastList' in project 'FastList'
➜ Explicit dependency on target 'RefreshableScrollView' in project 'RefreshableScrollView'
➜ Explicit dependency on target 'XCTestExtensions' in project 'XCTestExtensions'
Target 'XCTestExtensions' in project 'XCTestExtensions'
➜ Explicit dependency on target 'XCTestExtensions' in project 'XCTestExtensions'
➜ Explicit dependency on target 'Matchable' in project 'Matchable'
Target 'XCTestExtensions' in project 'XCTestExtensions'
➜ Explicit dependency on target 'Matchable' in project 'Matchable'
Target 'Matchable' in project 'Matchable'
➜ Explicit dependency on target 'Matchable' in project 'Matchable'
Target 'Matchable' in project 'Matchable' (no dependencies)
Target 'FastList' in project 'FastList'
➜ Explicit dependency on target 'FastList' in project 'FastList'
➜ Explicit dependency on target 'RefreshableScrollView' in project 'RefreshableScrollView'
Target 'FastList' in project 'FastList'
➜ Explicit dependency on target 'RefreshableScrollView' in project 'RefreshableScrollView'
Target 'RefreshableScrollView' in project 'RefreshableScrollView'
➜ Explicit dependency on target 'RefreshableScrollView' in project 'RefreshableScrollView'
Target 'RefreshableScrollView' in project 'RefreshableScrollView' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
SwiftDriver Matchable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Matchable' from project 'Matchable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Matchable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Matchable.build/Debug/Matchable.build/Objects-normal/arm64/Matchable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver RefreshableScrollView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RefreshableScrollView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RefreshableScrollView.build/Debug/RefreshableScrollView.build/Objects-normal/arm64/RefreshableScrollView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: Unable to find module dependency: 'UIKit'
import UIKit
^ (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: note: A dependency of main module 'RefreshableScrollView'
import UIKit
^ (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4QFW3FVE99J7ELINJEIAOC3PZ.pcm
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:a3e95e22514cba34024f86b847c6c7003841eb2b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:a3e95e22514cba34024f86b847c6c7003841eb2b, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:a3e95e22514cba34024f86b847c6c7003841eb2b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:a3e95e22514cba34024f86b847c6c7003841eb2b, name:My Mac }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: Unable to find module dependency: 'UIKit'
import UIKit
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RefreshableScrollView/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: note: a dependency of main module 'RefreshableScrollView'
import UIKit
^
** BUILD FAILED **
The following build commands failed:
SwiftDriver RefreshableScrollView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RefreshableScrollView' from project 'RefreshableScrollView')
Building workspace spi-builder-workspace with scheme FastList
(2 failures)
BUILD FAILURE 6.2 macosXcodebuild