The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LWFirstPod, reference dev (499055), with Swift 6.0 for macOS (SPM) on 10 Mar 2026 03:37:52 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: dev
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/harshil-gandhi-us/LWFirstPod
 * branch            dev        -> FETCH_HEAD
 * [new branch]      dev        -> origin/dev
HEAD is now at 499055d Optimize the Code for Objetive c
Cloned https://github.com/harshil-gandhi-us/LWFirstPod.git
Revision (git rev-parse @):
499055d704af0afccc84fe8763eb63278712ed5b
SUCCESS checkout https://github.com/harshil-gandhi-us/LWFirstPod.git at dev
========================================
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] Emitting module Reachability
[6/8] Compiling Reachability resource_bundle_accessor.swift
[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! (6.12s)
Fetching https://github.com/ashleymills/Reachability.swift
[1/1922] Fetching reachability.swift
Fetched https://github.com/ashleymills/Reachability.swift from cache (0.87s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.2.4 (0.54s)
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.