Build Information
Successful build of DLInterval, reference master (a985e2
), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 09:34:08 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DLInterval -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/david-livadaru/DLInterval.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/david-livadaru/DLInterval
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a985e2b master
Cloned https://github.com/david-livadaru/DLInterval.git
Revision (git rev-parse @):
a985e2bb0002fe23eff386519dddac82af5b816f
SUCCESS checkout https://github.com/david-livadaru/DLInterval.git at master
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/david-livadaru/DLInterval.git
https://github.com/david-livadaru/DLInterval.git
{
"dependencies" : [
],
"manifest_display_name" : "DLInterval",
"name" : "DLInterval",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DLInterval",
"targets" : [
"DLInterval"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DLIntervalTests",
"module_type" : "SwiftTarget",
"name" : "DLIntervalTests",
"path" : "Tests/DLIntervalTests",
"sources" : [
"BoundaryTests.swift",
"IntervalBoundaryTests.swift",
"IntervalClipValueTests.swift",
"IntervalComparisonTests.swift",
"IntervalConstructorTests.swift",
"IntervalContainsTests.swift",
"IntervalIntersectionTests.swift",
"IntervalUnionTests.swift",
"UnionIntervalTests.swift"
],
"target_dependencies" : [
"DLInterval"
],
"type" : "test"
},
{
"c99name" : "DLInterval",
"module_type" : "SwiftTarget",
"name" : "DLInterval",
"path" : "Sources/DLInterval",
"product_memberships" : [
"DLInterval"
],
"sources" : [
"Boundary.swift",
"Double+FrameworkExtension.swift",
"ExpressibleByClosedRange.swift",
"ExpressibleByIntervalArray.swift",
"ExpressibleByIntervalTuple.swift",
"ExpressibleByRange.swift",
"Interval.swift",
"IntervalBoundary.swift",
"IntervalExtremum.swift",
"IntervalOperators.swift",
"IntervalType.swift",
"UnionInterval.swift"
],
"type" : "library"
}
],
"tools_version" : "4.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:
DLInterval: /Users/admin/builder/spi-builder-workspace
resolved source packages: DLInterval
{
"dependencies" : [
],
"manifest_display_name" : "DLInterval",
"name" : "DLInterval",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DLInterval",
"targets" : [
"DLInterval"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DLIntervalTests",
"module_type" : "SwiftTarget",
"name" : "DLIntervalTests",
"path" : "Tests/DLIntervalTests",
"sources" : [
"BoundaryTests.swift",
"IntervalBoundaryTests.swift",
"IntervalClipValueTests.swift",
"IntervalComparisonTests.swift",
"IntervalConstructorTests.swift",
"IntervalContainsTests.swift",
"IntervalIntersectionTests.swift",
"IntervalUnionTests.swift",
"UnionIntervalTests.swift"
],
"target_dependencies" : [
"DLInterval"
],
"type" : "test"
},
{
"c99name" : "DLInterval",
"module_type" : "SwiftTarget",
"name" : "DLInterval",
"path" : "Sources/DLInterval",
"product_memberships" : [
"DLInterval"
],
"sources" : [
"Boundary.swift",
"Double+FrameworkExtension.swift",
"ExpressibleByClosedRange.swift",
"ExpressibleByIntervalArray.swift",
"ExpressibleByIntervalTuple.swift",
"ExpressibleByRange.swift",
"Interval.swift",
"IntervalBoundary.swift",
"IntervalExtremum.swift",
"IntervalOperators.swift",
"IntervalType.swift",
"UnionInterval.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DLInterval"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DLInterval -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 DLInterval -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
DLInterval: /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 'DLInterval' in project 'DLInterval'
➜ Explicit dependency on target 'DLInterval' in project 'DLInterval'
Target 'DLInterval' in project 'DLInterval' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 1521f7e9d9d38605c6bef050875fb0ee
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1521f7e9d9d38605c6bef050875fb0ee.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
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
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/EagerLinkingTBDs/Debug-iphoneos
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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DLInterval.DependencyMetadataFileList (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DLInterval.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DLInterval.modulemap (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DLInterval.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DLInterval.DependencyStaticMetadataFileList (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DLInterval.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.SwiftConstValuesFileList (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval-OutputFileMap.json (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.LinkFileList (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.SwiftFileList (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval_const_extract_protocols.json (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DLInterval.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DLInterval.modulemap (in target 'DLInterval' from project 'DLInterval')
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/DLInterval.build/Debug-iphoneos/DLInterval.build/DLInterval.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver DLInterval normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DLInterval' from project 'DLInterval')
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 DLInterval -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval-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/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.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/DLInterval.build/Debug-iphoneos/DLInterval.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.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/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ IntervalBoundary.swift /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/IntervalBoundary.swift (in target 'DLInterval' from project 'DLInterval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/IntervalBoundary.swift (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ExpressibleByRange.swift /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/ExpressibleByRange.swift (in target 'DLInterval' from project 'DLInterval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/ExpressibleByRange.swift (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Interval.swift /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/Interval.swift (in target 'DLInterval' from project 'DLInterval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/Interval.swift (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DLInterval/UnionInterval.swift:11:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
public private (set) var intervals: [Interval]
^
SwiftCompile normal arm64 Compiling\ ExpressibleByIntervalTuple.swift /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/ExpressibleByIntervalTuple.swift (in target 'DLInterval' from project 'DLInterval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/ExpressibleByIntervalTuple.swift (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ExpressibleByClosedRange.swift,\ ExpressibleByIntervalArray.swift /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/ExpressibleByClosedRange.swift /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/ExpressibleByIntervalArray.swift (in target 'DLInterval' from project 'DLInterval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/ExpressibleByClosedRange.swift (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/ExpressibleByIntervalArray.swift (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Boundary.swift,\ Double+FrameworkExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/Boundary.swift /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/Double+FrameworkExtension.swift (in target 'DLInterval' from project 'DLInterval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/Boundary.swift (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/Double+FrameworkExtension.swift (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ IntervalOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/IntervalOperators.swift (in target 'DLInterval' from project 'DLInterval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/IntervalOperators.swift (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UnionInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/UnionInterval.swift (in target 'DLInterval' from project 'DLInterval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/UnionInterval.swift (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DLInterval/UnionInterval.swift:11:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
public private (set) var intervals: [Interval]
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ DLInterval (in target 'DLInterval' from project 'DLInterval')
EmitSwiftModule normal arm64 (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DLInterval/UnionInterval.swift:11:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
public private (set) var intervals: [Interval]
^
SwiftCompile normal arm64 Compiling\ IntervalType.swift /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/IntervalType.swift (in target 'DLInterval' from project 'DLInterval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/IntervalType.swift (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ IntervalExtremum.swift /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/IntervalExtremum.swift (in target 'DLInterval' from project 'DLInterval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DLInterval/IntervalExtremum.swift (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for DLInterval (in target 'DLInterval' from project 'DLInterval')
SwiftDriver\ Compilation\ Requirements DLInterval normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DLInterval' from project 'DLInterval')
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 DLInterval -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval-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/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.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/DLInterval.build/Debug-iphoneos/DLInterval.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.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/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ExpressibleByIntervalTuple.swift (in target 'DLInterval' from project 'DLInterval')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DLInterval-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval-Swift.h (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DLInterval-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DLInterval.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.swiftmodule (in target 'DLInterval' from project 'DLInterval')
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/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DLInterval.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DLInterval.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.swiftdoc (in target 'DLInterval' from project 'DLInterval')
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/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DLInterval.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DLInterval.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.abi.json (in target 'DLInterval' from project 'DLInterval')
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/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DLInterval.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DLInterval.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.swiftsourceinfo (in target 'DLInterval' from project 'DLInterval')
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/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DLInterval.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ExpressibleByRange.swift (in target 'DLInterval' from project 'DLInterval')
SwiftDriverJobDiscovery normal arm64 Compiling IntervalBoundary.swift (in target 'DLInterval' from project 'DLInterval')
SwiftDriverJobDiscovery normal arm64 Compiling IntervalExtremum.swift (in target 'DLInterval' from project 'DLInterval')
SwiftDriverJobDiscovery normal arm64 Compiling IntervalOperators.swift (in target 'DLInterval' from project 'DLInterval')
SwiftDriverJobDiscovery normal arm64 Compiling Interval.swift (in target 'DLInterval' from project 'DLInterval')
SwiftDriverJobDiscovery normal arm64 Compiling ExpressibleByClosedRange.swift, ExpressibleByIntervalArray.swift (in target 'DLInterval' from project 'DLInterval')
SwiftDriverJobDiscovery normal arm64 Compiling UnionInterval.swift (in target 'DLInterval' from project 'DLInterval')
SwiftDriverJobDiscovery normal arm64 Compiling IntervalType.swift (in target 'DLInterval' from project 'DLInterval')
SwiftDriverJobDiscovery normal arm64 Compiling Boundary.swift, Double+FrameworkExtension.swift (in target 'DLInterval' from project 'DLInterval')
SwiftDriver\ Compilation DLInterval normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DLInterval' from project 'DLInterval')
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 DLInterval -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval-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/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.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/DLInterval.build/Debug-iphoneos/DLInterval.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.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/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval-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-iphoneos/DLInterval.o normal (in target 'DLInterval' from project 'DLInterval')
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-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DLInterval.o
ExtractAppIntentsMetadata (in target 'DLInterval' from project 'DLInterval')
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 DLInterval --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.DLInterval --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DLInterval.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DLInterval.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DLInterval.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/DLInterval.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DLInterval.build/Debug-iphoneos/DLInterval.build/Objects-normal/arm64/DLInterval.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 02:34:07.711 appintentsmetadataprocessor[717:3997] Starting appintentsmetadataprocessor export
2025-04-26 02:34:07.747 appintentsmetadataprocessor[717:3997] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DLInterval.o (in target 'DLInterval' from project 'DLInterval')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DLInterval.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DLInterval",
"name" : "DLInterval",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DLInterval",
"targets" : [
"DLInterval"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DLIntervalTests",
"module_type" : "SwiftTarget",
"name" : "DLIntervalTests",
"path" : "Tests/DLIntervalTests",
"sources" : [
"BoundaryTests.swift",
"IntervalBoundaryTests.swift",
"IntervalClipValueTests.swift",
"IntervalComparisonTests.swift",
"IntervalConstructorTests.swift",
"IntervalContainsTests.swift",
"IntervalIntersectionTests.swift",
"IntervalUnionTests.swift",
"UnionIntervalTests.swift"
],
"target_dependencies" : [
"DLInterval"
],
"type" : "test"
},
{
"c99name" : "DLInterval",
"module_type" : "SwiftTarget",
"name" : "DLInterval",
"path" : "Sources/DLInterval",
"product_memberships" : [
"DLInterval"
],
"sources" : [
"Boundary.swift",
"Double+FrameworkExtension.swift",
"ExpressibleByClosedRange.swift",
"ExpressibleByIntervalArray.swift",
"ExpressibleByIntervalTuple.swift",
"ExpressibleByRange.swift",
"Interval.swift",
"IntervalBoundary.swift",
"IntervalExtremum.swift",
"IntervalOperators.swift",
"IntervalType.swift",
"UnionInterval.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.