The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Any_, reference main (5fccdf), with Swift 6.2 for macOS (SPM) on 3 Jan 2026 14:26:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/The-Wand/Any.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/Any
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5fccdf9 Merge branch 'dev'
Cloned https://github.com/The-Wand/Any.git
Revision (git rev-parse @):
5fccdf9628bc117439a87a564958196c28896c97
SUCCESS checkout https://github.com/The-Wand/Any.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",
  "dependencies": [
    {
      "identity": "any",
      "name": "Any_",
      "url": "https://github.com/The-Wand/Any.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Any",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/The-Wand/Any.git
[1/277] Fetching any
Fetched https://github.com/The-Wand/Any.git from cache (1.25s)
Creating working copy for https://github.com/The-Wand/Any.git
Working copy of https://github.com/The-Wand/Any.git resolved at main (5fccdf9)
warning: '.resolve-product-dependencies': dependency 'any' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/The-Wand/Any.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/11] Compiling Any_ any.swift
[4/11] Compiling Any_ String_any.swift
[5/11] Compiling Any_ Misc.swift
[6/11] Compiling Any_ Range_any.swift
[7/11] Compiling Any_ CoreGraphics.swift
[8/11] Compiling Any_ Math.swift
[9/11] Compiling Any_ Foundation.swift
[10/11] Compiling Any_ CoreLocation.swift
[11/11] Emitting module Any_
Build complete! (3.43s)
Build complete.
{
  "default_localization" : "ru",
  "dependencies" : [
  ],
  "manifest_display_name" : "Any_",
  "name" : "Any_",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Any_",
      "targets" : [
        "Any_"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Any_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Any_Tests",
      "path" : "Tests/Any_Tests",
      "sources" : [
        "Unit/Point.swift",
        "Unit/Unit.swift",
        "Unit/XCTestCase.swift"
      ],
      "target_dependencies" : [
        "Any_"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Any_",
      "module_type" : "SwiftTarget",
      "name" : "Any_",
      "path" : "Sources/Any_",
      "product_memberships" : [
        "Any_"
      ],
      "sources" : [
        "CoreGraphics.swift",
        "CoreLocation/CoreLocation.swift",
        "Foundation.swift",
        "Math/Math.swift",
        "Math/Range_any.swift",
        "Misc.swift",
        "String_any.swift",
        "any.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.