The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SKQueue, reference v1.2.1 (08faec), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 15:49:28 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daniel-pedersen/SKQueue.git
Reference: v1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daniel-pedersen/SKQueue
 * tag               v1.2.1     -> FETCH_HEAD
HEAD is now at 08faecd Update Package.swift (#12)
Cloned https://github.com/daniel-pedersen/SKQueue.git
Revision (git rev-parse @):
08faecdcd1173d57706e5949dd699183e16f3c39
SUCCESS checkout https://github.com/daniel-pedersen/SKQueue.git at v1.2.1
========================================
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": "skqueue",
      "name": "SKQueue",
      "url": "https://github.com/daniel-pedersen/SKQueue.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SKQueue",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/daniel-pedersen/SKQueue.git
[1/204] Fetching skqueue
Fetched https://github.com/daniel-pedersen/SKQueue.git from cache (0.57s)
Creating working copy for https://github.com/daniel-pedersen/SKQueue.git
Working copy of https://github.com/daniel-pedersen/SKQueue.git resolved at v1.2.1 (08faecd)
warning: '.resolve-product-dependencies': dependency 'skqueue' 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/daniel-pedersen/SKQueue.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/4] Emitting module SKQueue
/Users/admin/builder/spi-builder-workspace/SKQueue.swift:26:21: warning: static property 'None' produces an empty option set
 24 |   }
 25 |
 26 |   public static let None             = SKQueueNotification(rawValue: 0)
    |                     |- warning: static property 'None' produces an empty option set
    |                     `- note: use [] to silence this warning
 27 |   public static let Rename           = SKQueueNotification(rawValue: UInt32(NOTE_RENAME))
 28 |   public static let Write            = SKQueueNotification(rawValue: UInt32(NOTE_WRITE))
[4/4] Compiling SKQueue SKQueue.swift
/Users/admin/builder/spi-builder-workspace/SKQueue.swift:26:21: warning: static property 'None' produces an empty option set
 24 |   }
 25 |
 26 |   public static let None             = SKQueueNotification(rawValue: 0)
    |                     |- warning: static property 'None' produces an empty option set
    |                     `- note: use [] to silence this warning
 27 |   public static let Rename           = SKQueueNotification(rawValue: UInt32(NOTE_RENAME))
 28 |   public static let Write            = SKQueueNotification(rawValue: UInt32(NOTE_WRITE))
Build complete! (3.55s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SKQueue",
  "name" : "SKQueue",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SKQueue",
      "targets" : [
        "SKQueue"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SKQueue",
      "module_type" : "SwiftTarget",
      "name" : "SKQueue",
      "path" : ".",
      "product_memberships" : [
        "SKQueue"
      ],
      "sources" : [
        "SKQueue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.