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 Popen, reference 2.1.9 (095a0d), with Swift 6.2 (beta) for macOS (SPM) on 2 Jul 2025 14:12:18 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/johnno1962/Popen.git
Reference: 2.1.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/Popen
 * tag               2.1.9      -> FETCH_HEAD
HEAD is now at 095a0dd Preemptable popen() processes.
Cloned https://github.com/johnno1962/Popen.git
Revision (git rev-parse @):
095a0ddb2db96df84a3296fdb19a8f573a559257
SUCCESS checkout https://github.com/johnno1962/Popen.git at 2.1.9
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/johnno1962/Popen.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/19] Compiling Popen Qopen.swift
[5/19] Compiling PopenD Fopen.swift
[6/19] Emitting module PopenD
[7/19] Compiling PopenD Glob.swift
[8/19] Compiling PopenD Topen.swift
[9/19] Compiling PopenD Fstat.swift
[10/19] Compiling PopenD Popen.swift
[11/19] Compiling PopenD Qopen.swift
[12/19] Compiling PopenD Stream.swift
[13/19] Compiling Popen Topen.swift
[14/19] Compiling Popen Popen.swift
[15/19] Compiling Popen Glob.swift
[16/19] Compiling Popen Fopen.swift
[17/19] Compiling Popen Fstat.swift
[18/19] Emitting module Popen
[19/19] Compiling Popen Stream.swift
Build complete! (4.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Popen",
  "name" : "Popen",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Popen",
      "targets" : [
        "Popen"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PopenD",
      "targets" : [
        "PopenD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PopenTests",
      "module_type" : "SwiftTarget",
      "name" : "PopenTests",
      "path" : "Tests/PopenTests",
      "sources" : [
        "PopenTests.swift"
      ],
      "target_dependencies" : [
        "Popen"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PopenD",
      "module_type" : "SwiftTarget",
      "name" : "PopenD",
      "path" : "Sources/PopenD",
      "product_memberships" : [
        "PopenD"
      ],
      "sources" : [
        "Fopen.swift",
        "Fstat.swift",
        "Glob.swift",
        "Popen.swift",
        "Qopen.swift",
        "Stream.swift",
        "Topen.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Popen",
      "module_type" : "SwiftTarget",
      "name" : "Popen",
      "path" : "Sources/Popen",
      "product_memberships" : [
        "Popen"
      ],
      "sources" : [
        "Fopen.swift",
        "Fstat.swift",
        "Glob.swift",
        "Popen.swift",
        "Qopen.swift",
        "Stream.swift",
        "Topen.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.