The Swift Package Index logo.Swift Package Index

Build Information

Successful build of QLoop with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/quickthyme/qloop.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "qloop",
      "name": "QLoop",
      "url": "https://github.com/quickthyme/qloop.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/qloop",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/quickthyme/qloop.git from cache
Fetched https://github.com/quickthyme/qloop.git (0.17s)
Creating working copy for https://github.com/quickthyme/qloop.git
Working copy of https://github.com/quickthyme/qloop.git resolved at master
warning: '.resolve-product-dependencies': dependency 'qloop' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/17] Emitting module QLoop
[2/17] Compiling QLoop QLoop+ConvenienceInit.swift
[3/17] Compiling QLoop QLoop.swift
[4/19] Compiling QLoop Result+ErrorGettable.swift
[5/19] Compiling QLoop AnySegment.swift
[6/19] Compiling QLoop QLCommon.swift
[7/19] Compiling QLoop QLoopIterating.swift
[8/19] Compiling QLoop QLoopIteratorContinueNil.swift
[9/19] Compiling QLoop QLoopIteratorSingle.swift
[10/19] Compiling QLoop QLAnchor+ConvenienceInit.swift
[11/19] Compiling QLoop QLSegment.swift
[12/19] Compiling QLoop QLSerialSegment.swift
[13/19] Compiling QLoop QLParallelSegment+OperationRunner.swift
[14/19] Compiling QLoop QLParallelSegment.swift
[15/19] Compiling QLoop QLoopIteratorContinueNilMax.swift
[16/19] Compiling QLoop QLoopIteratorContinueOutput.swift
[17/19] Compiling QLoop QLoopIteratorContinueOutputMax.swift
[18/19] Compiling QLoop QLAnchor.swift
[19/19] Compiling QLoop QLPath.swift
Build complete! (5.85s)
Build complete.
Done.