The Swift Package Index logo.Swift Package Index

Build Information

Successful build of testspm, reference main (288827), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 19:16:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nirajcreatebytes/testspm.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nirajcreatebytes/testspm
 * tag               main       -> FETCH_HEAD
HEAD is now at 2888279 Update swift.yml
Cloned https://github.com/nirajcreatebytes/testspm.git
Revision (git rev-parse @):
28882792fd5dbbeed51f4e137d214e3bc591a12b
SUCCESS checkout https://github.com/nirajcreatebytes/testspm.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "testspm",
      "name": "testspm",
      "url": "https://github.com/nirajcreatebytes/testspm.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/testspm",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nirajcreatebytes/testspm.git
[1/644] Fetching testspm
Fetched https://github.com/nirajcreatebytes/testspm.git from cache (1.00s)
Creating working copy for https://github.com/nirajcreatebytes/testspm.git
Working copy of https://github.com/nirajcreatebytes/testspm.git resolved at main (2888279)
warning: '.resolve-product-dependencies': dependency 'testspm' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nirajcreatebytes/testspm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling testspm URLRequest_Anubhav.swift
[4/8] Compiling testspm testspm.swift
[5/8] Compiling testspm Models_Anubhav.swift
[6/8] Compiling testspm OpenAnubhavHandler.swift
[7/8] Emitting module testspm
[8/8] Compiling testspm Parameters_Anubhav.swift
Build complete! (8.82s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/testspm/spmversion.json
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "testspm",
  "name" : "testspm",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "testspm",
      "targets" : [
        "testspm"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "testspmTests",
      "module_type" : "SwiftTarget",
      "name" : "testspmTests",
      "path" : "Tests/testspmTests",
      "sources" : [
        "testspmTests.swift"
      ],
      "target_dependencies" : [
        "testspm"
      ],
      "type" : "test"
    },
    {
      "c99name" : "testspm",
      "module_type" : "SwiftTarget",
      "name" : "testspm",
      "path" : "Sources/testspm",
      "product_memberships" : [
        "testspm"
      ],
      "sources" : [
        "Models_Anubhav.swift",
        "OpenAnubhavHandler.swift",
        "Parameters_Anubhav.swift",
        "URLRequest_Anubhav.swift",
        "testspm.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.