The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SKQueue, reference master (08faec), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 14:20:05 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/daniel-pedersen/SKQueue.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daniel-pedersen/SKQueue
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/daniel-pedersen/SKQueue.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/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))
[4/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))
Build complete! (3.30s)
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.