Build Information
Successful build of Ranges, reference main (97a25b
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 13:43:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Ranges -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yockow/swiftranges.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yockow/swiftranges
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 97a25be Merge pull request #32 from YOCKOW/development
Cloned https://github.com/yockow/swiftranges.git
Revision (git rev-parse @):
97a25be1410234d03de69e1ac93f54ba853b04ef
SUCCESS checkout https://github.com/yockow/swiftranges.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/yockow/swiftranges.git
https://github.com/yockow/swiftranges.git
{
"dependencies" : [
],
"manifest_display_name" : "Ranges",
"name" : "Ranges",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftRanges",
"targets" : [
"Ranges"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5",
"6"
],
"targets" : [
{
"c99name" : "RangesTests",
"module_type" : "SwiftTarget",
"name" : "RangesTests",
"path" : "Tests/RangesTests",
"sources" : [
"AnyRangeTests.swift",
"BoundaryTests.swift",
"ExcludedLowerBoundTests.swift",
"GeneralizedRangeTests.swift",
"LeftOpenRangeTests.swift",
"MemoizablesTests.swift",
"MultipleRangesTests.swift",
"OpenRangeTests.swift",
"PartialRangeGreaterThanTests.swift",
"RangeDictionaryTests.swift"
],
"target_dependencies" : [
"Ranges"
],
"type" : "test"
},
{
"c99name" : "Ranges",
"module_type" : "SwiftTarget",
"name" : "Ranges",
"path" : "Sources/Ranges",
"product_memberships" : [
"SwiftRanges"
],
"sources" : [
"AnyBounds.swift",
"AnyRange+Operators.swift",
"AnyRange.swift",
"Array+TwoEachElements.swift",
"Boundary+Comparison.swift",
"Boundary+Concatenation.swift",
"Boundary.swift",
"ClosedRange+GeneralizedRange.swift",
"CustomStringConvertibleRange.swift",
"EmptyRange.swift",
"ExcludedLowerBound.swift",
"GeneralizedRange+Comparison+ParticularCases.swift",
"GeneralizedRange+Comparison.swift",
"GeneralizedRange+Concatenation.swift",
"GeneralizedRange+Intersection.swift",
"GeneralizedRange+Overlaps.swift",
"GeneralizedRange+Subtraction.swift",
"GeneralizedRange.swift",
"HashableRange.swift",
"LeftOpenRange.swift",
"Memoizables.swift",
"MultipleRanges.swift",
"OpenRange.swift",
"PartialRangeFrom+GeneralizedRange.swift",
"PartialRangeGreaterThan.swift",
"PartialRangeThrough+GeneralizedRange.swift",
"PartialRangeUpTo+GeneralizedRange.swift",
"Range+GeneralizedRange.swift",
"RangeDictionary.swift",
"TangibleUnboundedRange.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
Ranges: /Users/admin/builder/spi-builder-workspace
resolved source packages: Ranges
{
"dependencies" : [
],
"manifest_display_name" : "Ranges",
"name" : "Ranges",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftRanges",
"targets" : [
"Ranges"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5",
"6"
],
"targets" : [
{
"c99name" : "RangesTests",
"module_type" : "SwiftTarget",
"name" : "RangesTests",
"path" : "Tests/RangesTests",
"sources" : [
"AnyRangeTests.swift",
"BoundaryTests.swift",
"ExcludedLowerBoundTests.swift",
"GeneralizedRangeTests.swift",
"LeftOpenRangeTests.swift",
"MemoizablesTests.swift",
"MultipleRangesTests.swift",
"OpenRangeTests.swift",
"PartialRangeGreaterThanTests.swift",
"RangeDictionaryTests.swift"
],
"target_dependencies" : [
"Ranges"
],
"type" : "test"
},
{
"c99name" : "Ranges",
"module_type" : "SwiftTarget",
"name" : "Ranges",
"path" : "Sources/Ranges",
"product_memberships" : [
"SwiftRanges"
],
"sources" : [
"AnyBounds.swift",
"AnyRange+Operators.swift",
"AnyRange.swift",
"Array+TwoEachElements.swift",
"Boundary+Comparison.swift",
"Boundary+Concatenation.swift",
"Boundary.swift",
"ClosedRange+GeneralizedRange.swift",
"CustomStringConvertibleRange.swift",
"EmptyRange.swift",
"ExcludedLowerBound.swift",
"GeneralizedRange+Comparison+ParticularCases.swift",
"GeneralizedRange+Comparison.swift",
"GeneralizedRange+Concatenation.swift",
"GeneralizedRange+Intersection.swift",
"GeneralizedRange+Overlaps.swift",
"GeneralizedRange+Subtraction.swift",
"GeneralizedRange.swift",
"HashableRange.swift",
"LeftOpenRange.swift",
"Memoizables.swift",
"MultipleRanges.swift",
"OpenRange.swift",
"PartialRangeFrom+GeneralizedRange.swift",
"PartialRangeGreaterThan.swift",
"PartialRangeThrough+GeneralizedRange.swift",
"PartialRangeUpTo+GeneralizedRange.swift",
"Range+GeneralizedRange.swift",
"RangeDictionary.swift",
"TangibleUnboundedRange.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Ranges"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Ranges -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
/Applications/Xcode-16.3.0.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 Ranges -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolved source packages:
Ranges: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'SwiftRanges' in project 'Ranges'
➜ Explicit dependency on target 'Ranges' in project 'Ranges'
Target 'Ranges' in project 'Ranges' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
Build description signature: 07c338ea91b6273c5ac4e805c1a7597c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/07c338ea91b6273c5ac4e805c1a7597c.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/Ranges.build/Debug/SwiftRanges\ product.build/SwiftRanges.DependencyStaticMetadataFileList (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/SwiftRanges\ product.build/SwiftRanges.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Ranges.modulemap (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Ranges.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Ranges.DependencyStaticMetadataFileList (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Ranges.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/SwiftRanges\ product.build/empty-SwiftRanges.plist (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/SwiftRanges\ product.build/empty-SwiftRanges.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/SwiftRanges\ product.build/SwiftRanges.DependencyMetadataFileList (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/SwiftRanges\ product.build/SwiftRanges.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges-OutputFileMap.json (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.LinkFileList (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/SwiftRanges\ product.build/Objects-normal/arm64/SwiftRanges.LinkFileList (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/SwiftRanges\ product.build/Objects-normal/arm64/SwiftRanges.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges_const_extract_protocols.json (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Ranges.DependencyMetadataFileList (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Ranges.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.SwiftFileList (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.SwiftConstValuesFileList (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Ranges.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Ranges.modulemap (in target 'Ranges' from project 'Ranges')
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/Ranges.build/Debug/Ranges.build/Ranges.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Versions/Current A (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/SwiftRanges Versions/Current/SwiftRanges (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/SwiftRanges /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/SwiftRanges
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Resources Versions/Current/Resources (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Versions (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Versions/A (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Versions/A/Resources (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Versions/A/Resources
SwiftDriver Ranges normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Ranges -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.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/Ranges.build/Debug/Ranges.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges_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/Ranges.build/Debug/Ranges.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.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/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Boundary.swift,\ ClosedRange+GeneralizedRange.swift,\ CustomStringConvertibleRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/Boundary.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/ClosedRange+GeneralizedRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/CustomStringConvertibleRange.swift (in target 'Ranges' from project 'Ranges')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/Boundary.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/ClosedRange+GeneralizedRange.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/CustomStringConvertibleRange.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Array+TwoEachElements.swift,\ Boundary+Comparison.swift,\ Boundary+Concatenation.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/Array+TwoEachElements.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/Boundary+Comparison.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/Boundary+Concatenation.swift (in target 'Ranges' from project 'Ranges')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/Array+TwoEachElements.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/Boundary+Comparison.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/Boundary+Concatenation.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AnyBounds.swift,\ AnyRange+Operators.swift,\ AnyRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/AnyBounds.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/AnyRange+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/AnyRange.swift (in target 'Ranges' from project 'Ranges')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/AnyBounds.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/AnyRange+Operators.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/AnyRange.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GeneralizedRange+Comparison.swift,\ GeneralizedRange+Concatenation.swift,\ GeneralizedRange+Intersection.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange+Comparison.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange+Concatenation.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange+Intersection.swift (in target 'Ranges' from project 'Ranges')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange+Comparison.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange+Concatenation.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange+Intersection.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GeneralizedRange+Overlaps.swift,\ GeneralizedRange+Subtraction.swift,\ GeneralizedRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange+Overlaps.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange+Subtraction.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange.swift (in target 'Ranges' from project 'Ranges')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange+Overlaps.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange+Subtraction.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashableRange.swift,\ LeftOpenRange.swift,\ Memoizables.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/HashableRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/LeftOpenRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/Memoizables.swift (in target 'Ranges' from project 'Ranges')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/HashableRange.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/LeftOpenRange.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/Memoizables.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EmptyRange.swift,\ ExcludedLowerBound.swift,\ GeneralizedRange+Comparison+ParticularCases.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/EmptyRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/ExcludedLowerBound.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange+Comparison+ParticularCases.swift (in target 'Ranges' from project 'Ranges')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/EmptyRange.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/ExcludedLowerBound.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/GeneralizedRange+Comparison+ParticularCases.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Range+GeneralizedRange.swift,\ RangeDictionary.swift,\ TangibleUnboundedRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/Range+GeneralizedRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/RangeDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/TangibleUnboundedRange.swift (in target 'Ranges' from project 'Ranges')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/Range+GeneralizedRange.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/RangeDictionary.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/TangibleUnboundedRange.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Ranges (in target 'Ranges' from project 'Ranges')
EmitSwiftModule normal arm64 (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PartialRangeGreaterThan.swift,\ PartialRangeThrough+GeneralizedRange.swift,\ PartialRangeUpTo+GeneralizedRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/PartialRangeGreaterThan.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/PartialRangeThrough+GeneralizedRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/PartialRangeUpTo+GeneralizedRange.swift (in target 'Ranges' from project 'Ranges')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/PartialRangeGreaterThan.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/PartialRangeThrough+GeneralizedRange.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/PartialRangeUpTo+GeneralizedRange.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MultipleRanges.swift,\ OpenRange.swift,\ PartialRangeFrom+GeneralizedRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/MultipleRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/OpenRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Ranges/PartialRangeFrom+GeneralizedRange.swift (in target 'Ranges' from project 'Ranges')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/MultipleRanges.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/OpenRange.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Ranges/PartialRangeFrom+GeneralizedRange.swift (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Ranges (in target 'Ranges' from project 'Ranges')
SwiftDriver\ Compilation\ Requirements Ranges normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Ranges -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.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/Ranges.build/Debug/Ranges.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges_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/Ranges.build/Debug/Ranges.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.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/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling GeneralizedRange+Overlaps.swift, GeneralizedRange+Subtraction.swift, GeneralizedRange.swift (in target 'Ranges' from project 'Ranges')
SwiftDriverJobDiscovery normal arm64 Compiling Range+GeneralizedRange.swift, RangeDictionary.swift, TangibleUnboundedRange.swift (in target 'Ranges' from project 'Ranges')
SwiftDriverJobDiscovery normal arm64 Compiling PartialRangeGreaterThan.swift, PartialRangeThrough+GeneralizedRange.swift, PartialRangeUpTo+GeneralizedRange.swift (in target 'Ranges' from project 'Ranges')
SwiftDriverJobDiscovery normal arm64 Compiling EmptyRange.swift, ExcludedLowerBound.swift, GeneralizedRange+Comparison+ParticularCases.swift (in target 'Ranges' from project 'Ranges')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Ranges-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges-Swift.h (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Ranges-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.swiftdoc (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.swiftmodule (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.abi.json (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.swiftsourceinfo (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Boundary.swift, ClosedRange+GeneralizedRange.swift, CustomStringConvertibleRange.swift (in target 'Ranges' from project 'Ranges')
SwiftDriverJobDiscovery normal arm64 Compiling MultipleRanges.swift, OpenRange.swift, PartialRangeFrom+GeneralizedRange.swift (in target 'Ranges' from project 'Ranges')
SwiftDriverJobDiscovery normal arm64 Compiling AnyBounds.swift, AnyRange+Operators.swift, AnyRange.swift (in target 'Ranges' from project 'Ranges')
SwiftDriverJobDiscovery normal arm64 Compiling Array+TwoEachElements.swift, Boundary+Comparison.swift, Boundary+Concatenation.swift (in target 'Ranges' from project 'Ranges')
SwiftDriverJobDiscovery normal arm64 Compiling HashableRange.swift, LeftOpenRange.swift, Memoizables.swift (in target 'Ranges' from project 'Ranges')
SwiftDriverJobDiscovery normal arm64 Compiling GeneralizedRange+Comparison.swift, GeneralizedRange+Concatenation.swift, GeneralizedRange+Intersection.swift (in target 'Ranges' from project 'Ranges')
SwiftDriver\ Compilation Ranges normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Ranges -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.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/Ranges.build/Debug/Ranges.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges_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/Ranges.build/Debug/Ranges.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.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/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.o normal (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.o
ExtractAppIntentsMetadata (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Ranges --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.Ranges --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Ranges.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Ranges.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 06:43:42.508 appintentsmetadataprocessor[718:4047] Starting appintentsmetadataprocessor export
2025-04-29 06:43:42.548 appintentsmetadataprocessor[718:4047] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.o (in target 'Ranges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Ranges.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/SwiftRanges\ product.build/empty-SwiftRanges.plist (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/SwiftRanges\ product.build/empty-SwiftRanges.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Versions/A/Resources/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Versions/A/SwiftRanges normal (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/SwiftRanges\ product.build/Objects-normal/arm64/SwiftRanges.LinkFileList -install_name @rpath/SwiftRanges.framework/Versions/A/SwiftRanges -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/SwiftRanges\ product.build/Objects-normal/arm64/SwiftRanges_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/SwiftRanges\ product.build/Objects-normal/arm64/SwiftRanges_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Versions/A/SwiftRanges -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ranges.build/Debug/Ranges.build/Objects-normal/arm64/Ranges.swiftmodule
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SwiftRanges.framework/Versions/A/SwiftRanges.tbd (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework/Versions/A/SwiftRanges -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SwiftRanges.framework/Versions/A/SwiftRanges.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/SwiftRanges.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SwiftRanges.framework/SwiftRanges.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SwiftRanges.framework/Versions/A/SwiftRanges.tbd (in target 'SwiftRanges' from project 'Ranges')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SwiftRanges.framework/Versions/A/SwiftRanges.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SwiftRanges.framework/SwiftRanges.tbd
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Ranges",
"name" : "Ranges",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftRanges",
"targets" : [
"Ranges"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5",
"6"
],
"targets" : [
{
"c99name" : "RangesTests",
"module_type" : "SwiftTarget",
"name" : "RangesTests",
"path" : "Tests/RangesTests",
"sources" : [
"AnyRangeTests.swift",
"BoundaryTests.swift",
"ExcludedLowerBoundTests.swift",
"GeneralizedRangeTests.swift",
"LeftOpenRangeTests.swift",
"MemoizablesTests.swift",
"MultipleRangesTests.swift",
"OpenRangeTests.swift",
"PartialRangeGreaterThanTests.swift",
"RangeDictionaryTests.swift"
],
"target_dependencies" : [
"Ranges"
],
"type" : "test"
},
{
"c99name" : "Ranges",
"module_type" : "SwiftTarget",
"name" : "Ranges",
"path" : "Sources/Ranges",
"product_memberships" : [
"SwiftRanges"
],
"sources" : [
"AnyBounds.swift",
"AnyRange+Operators.swift",
"AnyRange.swift",
"Array+TwoEachElements.swift",
"Boundary+Comparison.swift",
"Boundary+Concatenation.swift",
"Boundary.swift",
"ClosedRange+GeneralizedRange.swift",
"CustomStringConvertibleRange.swift",
"EmptyRange.swift",
"ExcludedLowerBound.swift",
"GeneralizedRange+Comparison+ParticularCases.swift",
"GeneralizedRange+Comparison.swift",
"GeneralizedRange+Concatenation.swift",
"GeneralizedRange+Intersection.swift",
"GeneralizedRange+Overlaps.swift",
"GeneralizedRange+Subtraction.swift",
"GeneralizedRange.swift",
"HashableRange.swift",
"LeftOpenRange.swift",
"Memoizables.swift",
"MultipleRanges.swift",
"OpenRange.swift",
"PartialRangeFrom+GeneralizedRange.swift",
"PartialRangeGreaterThan.swift",
"PartialRangeThrough+GeneralizedRange.swift",
"PartialRangeUpTo+GeneralizedRange.swift",
"Range+GeneralizedRange.swift",
"RangeDictionary.swift",
"TangibleUnboundedRange.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.