The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PMKFoundation, reference 4.0.0 (d96743), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 21:59:41 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/PromiseKit/Foundation.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PromiseKit/Foundation
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at d967438 Using PromiseKit 8 (#34)
Cloned https://github.com/PromiseKit/Foundation.git
Revision (git rev-parse @):
d967438f58183e02f091f4c17ac7f04f70947e0a
SUCCESS checkout https://github.com/PromiseKit/Foundation.git at 4.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/PromiseKit/Foundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/22] Emitting module PromiseKit
[6/22] Compiling PromiseKit hang.swift
[7/22] Compiling PromiseKit race.swift
[8/23] Compiling PromiseKit after.swift
[9/23] Compiling PromiseKit firstly.swift
[10/23] Compiling PromiseKit Resolver.swift
[11/23] Compiling PromiseKit Thenable.swift
[12/23] Compiling PromiseKit Error.swift
[13/23] Compiling PromiseKit Guarantee.swift
[14/23] Compiling PromiseKit Configuration.swift
[15/23] Compiling PromiseKit CustomStringConvertible.swift
[16/23] Compiling PromiseKit LogEvent.swift
[17/23] Compiling PromiseKit Promise.swift
[18/23] Compiling PromiseKit Catchable.swift
[19/23] Compiling PromiseKit Combine.swift
[20/23] Compiling PromiseKit Async.swift
[21/23] Compiling PromiseKit Box.swift
[22/23] Compiling PromiseKit when.swift
[23/23] Compiling PromiseKit resource_bundle_accessor.swift
[24/29] Compiling PMKFoundation NSObject+Promise.swift
[25/29] Compiling PMKFoundation afterlife.swift
[26/29] Compiling PMKFoundation NSURLSession+Promise.swift
[27/29] Compiling PMKFoundation NSNotificationCenter+Promise.swift
[28/29] Compiling PMKFoundation Process+Promise.swift
[29/29] Emitting module PMKFoundation
Build complete! (22.28s)
Fetching https://github.com/mxcl/PromiseKit.git
[1/17186] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (1.66s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 8.2.0 (2.21s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 8.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "promisekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/PromiseKit.git"
    }
  ],
  "manifest_display_name" : "PMKFoundation",
  "name" : "PMKFoundation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "PMKFoundation",
      "targets" : [
        "PMKFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "PMKFoundation",
      "module_type" : "SwiftTarget",
      "name" : "PMKFoundation",
      "path" : "Sources",
      "product_dependencies" : [
        "PromiseKit"
      ],
      "product_memberships" : [
        "PMKFoundation"
      ],
      "sources" : [
        "NSNotificationCenter+Promise.swift",
        "NSObject+Promise.swift",
        "NSURLSession+Promise.swift",
        "Process+Promise.swift",
        "afterlife.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.