The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Immutable, reference 0.6.0 (3701f7), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 16:56:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devxoul/Immutable.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devxoul/Immutable
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 3701f73 Bump version to 0.6.0
Cloned https://github.com/devxoul/Immutable.git
Revision (git rev-parse @):
3701f738a11b8f65b6f740ffd0978d200b466c4a
SUCCESS checkout https://github.com/devxoul/Immutable.git at 0.6.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/devxoul/Immutable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling Immutable Dictionary.swift
[4/6] Compiling Immutable FilterNil.swift
[5/6] Emitting module Immutable
[6/6] Compiling Immutable Collection.swift
Build complete! (0.67s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Immutable",
  "name" : "Immutable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Immutable",
      "targets" : [
        "Immutable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ImmutableTests",
      "module_type" : "SwiftTarget",
      "name" : "ImmutableTests",
      "path" : "Tests/ImmutableTests",
      "sources" : [
        "CollectionTests.swift",
        "DictinoaryTests.swift",
        "FilterNilTests.swift"
      ],
      "target_dependencies" : [
        "Immutable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Immutable",
      "module_type" : "SwiftTarget",
      "name" : "Immutable",
      "path" : "Sources/Immutable",
      "product_memberships" : [
        "Immutable"
      ],
      "sources" : [
        "Collection.swift",
        "Dictionary.swift",
        "FilterNil.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.