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 Ola, reference master (61379a), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 20:00:35 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/michaelnisi/ola.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaelnisi/ola
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 61379a0 Add changelog
Cloned https://github.com/michaelnisi/ola.git
Revision (git rev-parse @):
61379a00e4020b4e58241e972e9a1b0af8582232
SUCCESS checkout https://github.com/michaelnisi/ola.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/michaelnisi/ola.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/5] Emitting module Ola
/Users/admin/builder/spi-builder-workspace/Sources/Ola/Ola.swift:128:10: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
126 |   private var callback: ((OlaStatus) -> Void)?
127 |
128 |   private (set) var status = OlaStatus.unknown {
    |          `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
129 |     didSet {
130 |       guard status != oldValue else {
[4/5] Compiling Ola Ola.swift
/Users/admin/builder/spi-builder-workspace/Sources/Ola/Ola.swift:128:10: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
126 |   private var callback: ((OlaStatus) -> Void)?
127 |
128 |   private (set) var status = OlaStatus.unknown {
    |          `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
129 |     didSet {
130 |       guard status != oldValue else {
[5/5] Compiling Ola NetworkActivityCounter.swift
Build complete! (3.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ola",
  "name" : "Ola",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Ola",
      "targets" : [
        "Ola"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OlaTests",
      "module_type" : "SwiftTarget",
      "name" : "OlaTests",
      "path" : "Tests/OlaTests",
      "sources" : [
        "OlaTests.swift"
      ],
      "target_dependencies" : [
        "Ola"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ola",
      "module_type" : "SwiftTarget",
      "name" : "Ola",
      "path" : "Sources/Ola",
      "product_memberships" : [
        "Ola"
      ],
      "sources" : [
        "NetworkActivityCounter.swift",
        "Ola.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.