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 AdvancedOperation, reference main (3686a4), with Swift 6.0 for macOS (SPM) on 25 Sep 2025 01:40:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alemar11/AdvancedOperation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alemar11/AdvancedOperation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3686a4d Xcode 26
Cloned https://github.com/alemar11/AdvancedOperation.git
Revision (git rev-parse @):
3686a4d7f507b51cd286b2fed450202b2a046534
SUCCESS checkout https://github.com/alemar11/AdvancedOperation.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/alemar11/AdvancedOperation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/11] Compiling AdvancedOperation ResultOperation.swift
[4/11] Compiling AdvancedOperation AsynchronousCancellableBlockOperation.swift
[5/11] Compiling AdvancedOperation Operation+Utils.swift
[6/11] Compiling AdvancedOperation FailableAsyncOperation.swift
[7/11] Compiling AdvancedOperation GroupOperation.swift
[8/11] Compiling AdvancedOperation AsynchronousBlockOperation.swift
[9/11] Compiling AdvancedOperation AdvancedOperation.swift
[10/11] Compiling AdvancedOperation AsynchronousOperation.swift
[11/11] Emitting module AdvancedOperation
Build complete! (4.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AdvancedOperation",
  "name" : "AdvancedOperation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AdvancedOperation",
      "targets" : [
        "AdvancedOperation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "AdvancedOperationTests",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedOperationTests",
      "path" : "Tests/AdvancedOperationTests",
      "sources" : [
        "Core/AsynchronousOperationTests.swift",
        "Core/OperationStateTests.swift",
        "Core/OperationUtilsTests.swift",
        "Core/ProgressReportingTests.swift",
        "Helpers/Mocks.swift",
        "Helpers/XCTestCase+Utils.swift",
        "Operations/AsynchronousBlockOperationTests.swift",
        "Operations/AsynchronousCancellableBlockOperationTests.swift",
        "Operations/FailableAsynchronousOperationTests.swift",
        "Operations/GroupOperationTests.swift",
        "Operations/ResultOperationTests.swift"
      ],
      "target_dependencies" : [
        "AdvancedOperation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AdvancedOperation",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedOperation",
      "path" : "Sources",
      "product_memberships" : [
        "AdvancedOperation"
      ],
      "sources" : [
        "Core/AdvancedOperation.swift",
        "Core/AsynchronousOperation.swift",
        "Core/Operation+Utils.swift",
        "Operations/AsynchronousBlockOperation.swift",
        "Operations/AsynchronousCancellableBlockOperation.swift",
        "Operations/FailableAsyncOperation.swift",
        "Operations/GroupOperation.swift",
        "Operations/ResultOperation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.