The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of QLoop, reference 0.1.9 (17cdd6), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 23:14:32 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/quickthyme/qloop.git
Reference: 0.1.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/quickthyme/qloop
 * tag               0.1.9      -> FETCH_HEAD
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 0.1.9
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/quickthyme/qloop.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/20] Compiling QLoop QLoopIteratorSingle.swift
[4/20] Compiling QLoop QLAnchor+ConvenienceInit.swift
[5/21] Compiling QLoop QLoop+ConvenienceInit.swift
[6/21] Compiling QLoop QLoop.swift
[7/21] Compiling QLoop QLoopIteratorContinueNil.swift
[8/21] Compiling QLoop QLoopIteratorContinueNilMax.swift
[9/21] Compiling QLoop QLCommon.swift
[10/21] Compiling QLoop QLoopIterating.swift
[11/21] Emitting module QLoop
[12/21] Compiling QLoop QLSegment.swift
[13/21] Compiling QLoop QLoopIteratorContinueOutput.swift
[14/21] Compiling QLoop QLoopIteratorContinueOutputMax.swift
[15/21] Compiling QLoop QLAnchor.swift
[16/21] Compiling QLoop QLPath.swift
[17/21] Compiling QLoop QLParallelSegment+OperationRunner.swift
[18/21] Compiling QLoop QLParallelSegment.swift
[19/21] Compiling QLoop Result+ErrorGettable.swift
[20/21] Compiling QLoop AnySegment.swift
[21/21] Compiling QLoop QLSerialSegment.swift
Build complete! (1.87s)
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.