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 DataCompression, reference master (16f858), with Swift 6.2 (beta) for macOS (SPM) on 3 Aug 2025 08:43: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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mw99/DataCompression.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mw99/DataCompression
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 16f8589 VisionOS support added
Cloned https://github.com/mw99/DataCompression.git
Revision (git rev-parse @):
16f858982a077451ce3bdbd9144d3073ec85b6e4
SUCCESS checkout https://github.com/mw99/DataCompression.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mw99/DataCompression.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Emitting module DataCompression
[4/4] Compiling DataCompression DataCompression.swift
Build complete! (3.95s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DataCompression",
  "name" : "DataCompression",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "DataCompression",
      "targets" : [
        "DataCompression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DataCompressionTests",
      "module_type" : "SwiftTarget",
      "name" : "DataCompressionTests",
      "path" : "Tests/DataCompressionTests",
      "sources" : [
        "CompressionTest.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DataCompression"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataCompression",
      "module_type" : "SwiftTarget",
      "name" : "DataCompression",
      "path" : "Sources/DataCompression",
      "product_memberships" : [
        "DataCompression"
      ],
      "sources" : [
        "DataCompression.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.