The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Zlib, reference main (ad7db0), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 09:39:54 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/DLTAStudio/zlib.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DLTAStudio/zlib
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ad7db0f Add RFC 1950 Support
Cloned https://github.com/DLTAStudio/zlib.git
Revision (git rev-parse @):
ad7db0fdde74b88b3ac9b20d412c3129e7eade34
SUCCESS checkout https://github.com/DLTAStudio/zlib.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DLTAStudio/zlib.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
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling ZlibShims ZlibShim.c
[4/5] Compiling ZlibSwift Zlib.swift
[5/5] Emitting module ZlibSwift
Build complete! (3.22s)
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install zlib using your system-packager:
    brew install zlib
warning: you may be able to install zlib using your system-packager:
    brew install zlib
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Zlib",
  "name" : "Zlib",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "Zlib",
      "targets" : [
        "ZlibSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZlibTests",
      "module_type" : "SwiftTarget",
      "name" : "ZlibTests",
      "path" : "Tests/ZlibTests",
      "sources" : [
        "ZlibTests.swift"
      ],
      "target_dependencies" : [
        "ZlibSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZlibSwift",
      "module_type" : "SwiftTarget",
      "name" : "ZlibSwift",
      "path" : "Sources/ZlibSwift",
      "product_memberships" : [
        "Zlib"
      ],
      "sources" : [
        "Zlib.swift"
      ],
      "target_dependencies" : [
        "ZlibShims"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ZlibShims",
      "module_type" : "ClangTarget",
      "name" : "ZlibShims",
      "path" : "Sources/ZlibShims",
      "product_memberships" : [
        "Zlib"
      ],
      "sources" : [
        "ZlibShim.c"
      ],
      "target_dependencies" : [
        "Zlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Zlib",
      "module_type" : "SystemLibraryTarget",
      "name" : "Zlib",
      "path" : "Sources/Zlib",
      "product_memberships" : [
        "Zlib"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.5"
}
Done.