The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PMKFoundation, reference master (d96743), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 03:33:57 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/PromiseKit/Foundation.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PromiseKit/Foundation
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
Fetching https://github.com/mxcl/PromiseKit.git
[1/17242] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (1.88s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 8.1.1 (2.60s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 8.1.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": "foundation",
      "name": "PMKFoundation",
      "url": "https://github.com/PromiseKit/Foundation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Foundation",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "promisekit",
          "name": "PromiseKit",
          "url": "https://github.com/mxcl/PromiseKit.git",
          "version": "8.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PromiseKit",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/PromiseKit/Foundation.git
[1/609] Fetching foundation
Fetched https://github.com/PromiseKit/Foundation.git from cache (0.74s)
Fetching https://github.com/mxcl/PromiseKit.git from cache
Fetched https://github.com/mxcl/PromiseKit.git from cache (0.55s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 8.2.0 (1.31s)
Creating working copy for https://github.com/PromiseKit/Foundation.git
Working copy of https://github.com/PromiseKit/Foundation.git resolved at master (d967438)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 8.2.0
warning: '.resolve-product-dependencies': dependency 'foundation' is not used by any target
Found 1 product dependencies
  - PromiseKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/PromiseKit/Foundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/20] Compiling PromiseKit after.swift
[5/20] Compiling PromiseKit firstly.swift
[6/20] Compiling PromiseKit hang.swift
[7/20] Compiling PromiseKit Resolver.swift
[8/20] Compiling PromiseKit Thenable.swift
[9/20] Compiling PromiseKit LogEvent.swift
[10/20] Compiling PromiseKit Promise.swift
[11/20] Compiling PromiseKit race.swift
[12/21] Compiling PromiseKit Configuration.swift
[13/21] Compiling PromiseKit CustomStringConvertible.swift
[14/21] Compiling PromiseKit Async.swift
[15/21] Compiling PromiseKit Box.swift
[16/21] Compiling PromiseKit Catchable.swift
[17/21] Compiling PromiseKit Combine.swift
[18/21] Emitting module PromiseKit
[19/21] Compiling PromiseKit Error.swift
[20/21] Compiling PromiseKit Guarantee.swift
[21/21] Compiling PromiseKit when.swift
[22/27] Compiling PMKFoundation NSObject+Promise.swift
[23/27] Compiling PMKFoundation NSNotificationCenter+Promise.swift
[24/27] Emitting module PMKFoundation
[25/27] Compiling PMKFoundation Process+Promise.swift
[26/27] Compiling PMKFoundation NSURLSession+Promise.swift
[27/27] Compiling PMKFoundation afterlife.swift
Build complete! (5.06s)
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.