The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LWFirstPod, reference 0.1.8 (d913b3), with Swift 6.0 for macOS (SPM) on 10 Mar 2026 03:37:08 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/harshil-gandhi-us/LWFirstPod.git
Reference: 0.1.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/harshil-gandhi-us/LWFirstPod
 * tag               0.1.8      -> FETCH_HEAD
HEAD is now at d913b3c Optimize the Code for Objetive c
Cloned https://github.com/harshil-gandhi-us/LWFirstPod.git
Revision (git rev-parse @):
d913b3c312cb98a192bc7b758cae501fd14ae78a
SUCCESS checkout https://github.com/harshil-gandhi-us/LWFirstPod.git at 0.1.8
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/harshil-gandhi-us/LWFirstPod.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[0/5] Copying PrivacyInfo.xcprivacy
[2/5] Write sources
[3/5] Write swift-version-5BDAB9E9C0126B9D.txt
[5/8] Compiling Reachability resource_bundle_accessor.swift
[6/8] Emitting module Reachability
[7/8] Compiling Reachability Reachability.swift
[8/10] Emitting module LWFirstPod
[9/10] Compiling LWFirstPod LWDeviceInfo.swift
[9/10] Compiling LWFirstPodObjC LWFirstPodObjC.m
Build complete! (5.95s)
Fetching https://github.com/ashleymills/Reachability.swift
[1/1922] Fetching reachability.swift
Fetched https://github.com/ashleymills/Reachability.swift from cache (0.86s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.2.4 (0.58s)
Creating working copy for https://github.com/ashleymills/Reachability.swift
Working copy of https://github.com/ashleymills/Reachability.swift resolved at 5.2.4
warning: 'reachability.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Info.plist
Build complete.
{
  "dependencies" : [
    {
      "identity" : "reachability.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ashleymills/Reachability.swift"
    }
  ],
  "manifest_display_name" : "LWFirstPod",
  "name" : "LWFirstPod",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LWFirstPod",
      "targets" : [
        "LWFirstPod",
        "LWFirstPodObjC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LWFirstPodTests",
      "module_type" : "SwiftTarget",
      "name" : "LWFirstPodTests",
      "path" : "Example/Tests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "LWFirstPod"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LWFirstPodObjC",
      "module_type" : "ClangTarget",
      "name" : "LWFirstPodObjC",
      "path" : "LWFirstPod/ObjCBridge",
      "product_memberships" : [
        "LWFirstPod"
      ],
      "sources" : [
        "LWFirstPodObjC.m"
      ],
      "target_dependencies" : [
        "LWFirstPod"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LWFirstPod",
      "module_type" : "SwiftTarget",
      "name" : "LWFirstPod",
      "path" : "LWFirstPod/Classes",
      "product_dependencies" : [
        "Reachability"
      ],
      "product_memberships" : [
        "LWFirstPod"
      ],
      "sources" : [
        "LWDeviceInfo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.