Build Information
Successful build of QLoop, reference master (17cdd6), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 04:51:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/quickthyme/qloop.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/quickthyme/qloop
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 17cdd67 Updates for depricated keyword class (#11)
Cloned https://github.com/quickthyme/qloop.git
Revision (git rev-parse @):
17cdd67d2e58b58348605bb09e720187712577e8
SUCCESS checkout https://github.com/quickthyme/qloop.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "qloop",
"name": "QLoop",
"url": "https://github.com/quickthyme/qloop.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/qloop",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/quickthyme/qloop.git
[1/883] Fetching qloop
Fetched https://github.com/quickthyme/qloop.git from cache (0.82s)
Creating working copy for https://github.com/quickthyme/qloop.git
Working copy of https://github.com/quickthyme/qloop.git resolved at master (17cdd67)
warning: '.resolve-product-dependencies': dependency 'qloop' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/quickthyme/qloop.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/20] Compiling QLoop Result+ErrorGettable.swift
[4/20] Compiling QLoop AnySegment.swift
[5/20] Compiling QLoop QLSegment.swift
[6/20] Compiling QLoop QLoop+ConvenienceInit.swift
[7/20] Compiling QLoop QLoop.swift
[8/20] Compiling QLoop QLParallelSegment+OperationRunner.swift
[9/20] Compiling QLoop QLParallelSegment.swift
[10/20] Compiling QLoop QLoopIteratorContinueOutput.swift
[11/20] Compiling QLoop QLoopIteratorContinueOutputMax.swift
[12/20] Compiling QLoop QLoopIteratorSingle.swift
[13/20] Compiling QLoop QLAnchor+ConvenienceInit.swift
[14/20] Compiling QLoop QLCommon.swift
[15/20] Compiling QLoop QLoopIterating.swift
[16/20] Emitting module QLoop
[17/20] Compiling QLoop QLoopIteratorContinueNil.swift
[18/20] Compiling QLoop QLoopIteratorContinueNilMax.swift
[19/20] Compiling QLoop QLAnchor.swift
[20/20] Compiling QLoop QLPath.swift
[21/21] Compiling QLoop QLSerialSegment.swift
Build complete! (2.23s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "QLoop",
"name" : "QLoop",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "QLoop",
"targets" : [
"QLoop"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QLoopTests",
"module_type" : "SwiftTarget",
"name" : "QLoopTests",
"path" : "Tests/QLoopTests",
"sources" : [
"Common/QLCommonConfigAnchorTests.swift",
"FibonacciTest.swift",
"Iterating/QLoopIteratorContinueNilMaxTests copy.swift",
"Iterating/QLoopIteratorContinueNilTests copy.swift",
"Iterating/QLoopIteratorContinueOutputMaxTests.swift",
"Iterating/QLoopIteratorContinueOutputTests.swift",
"Iterating/QLoopIteratorSingleTests.swift",
"QLAnchorTests.swift",
"QLPathTests.swift",
"QLoop+ConvenienceInitTests.swift",
"QLoopTests.swift",
"Segment/QLParallelSegmentTests.swift",
"Segment/QLSegmentTests.swift",
"Segment/QLSerialSegmentTests.swift",
"XCTestManifests.swift",
"helpers/CapturedCompletion.swift",
"mocks/MockComponent.swift",
"mocks/MockLoopIterable.swift",
"mocks/MockLoopIterator.swift",
"mocks/MockOperation.swift",
"mocks/SpyAnchor.swift"
],
"target_dependencies" : [
"QLoop"
],
"type" : "test"
},
{
"c99name" : "QLoop",
"module_type" : "SwiftTarget",
"name" : "QLoop",
"path" : "Sources/QLoop",
"product_memberships" : [
"QLoop"
],
"sources" : [
"Common/QLCommon.swift",
"Iterating/QLoopIterating.swift",
"Iterating/QLoopIteratorContinueNil.swift",
"Iterating/QLoopIteratorContinueNilMax.swift",
"Iterating/QLoopIteratorContinueOutput.swift",
"Iterating/QLoopIteratorContinueOutputMax.swift",
"Iterating/QLoopIteratorSingle.swift",
"QLAnchor+ConvenienceInit.swift",
"QLAnchor.swift",
"QLPath.swift",
"QLoop+ConvenienceInit.swift",
"QLoop.swift",
"Result+ErrorGettable.swift",
"Segment/AnySegment.swift",
"Segment/Parallel/QLParallelSegment+OperationRunner.swift",
"Segment/Parallel/QLParallelSegment.swift",
"Segment/QLSegment.swift",
"Segment/Serial/QLSerialSegment.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.