The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Zoomable, reference main (274637), with Swift 6.0 for macOS (SPM) on 29 Sep 2025 08:41:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ryohey/Zoomable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ryohey/Zoomable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2746374 Merge pull request #8 from ReidoBoss/main
Cloned https://github.com/ryohey/Zoomable.git
Revision (git rev-parse @):
27463744a1c82e550959703153bd6f3c62fef906
SUCCESS checkout https://github.com/ryohey/Zoomable.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ryohey/Zoomable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Compiling Zoomable Zoomable.swift
[4/4] Emitting module Zoomable
Build complete! (8.21s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Zoomable",
  "name" : "Zoomable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Zoomable",
      "targets" : [
        "Zoomable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZoomableTests",
      "module_type" : "SwiftTarget",
      "name" : "ZoomableTests",
      "path" : "Tests/ZoomableTests",
      "sources" : [
        "ZoomableTests.swift"
      ],
      "target_dependencies" : [
        "Zoomable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Zoomable",
      "module_type" : "SwiftTarget",
      "name" : "Zoomable",
      "path" : "Sources/Zoomable",
      "product_memberships" : [
        "Zoomable"
      ],
      "sources" : [
        "Zoomable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.