The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ImmutableData, reference 0.3.0 (9f23fd), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 01:10:27 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/Swift-ImmutableData/ImmutableData.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Swift-ImmutableData/ImmutableData
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 9f23fd3 update readme
Cloned https://github.com/Swift-ImmutableData/ImmutableData.git
Revision (git rev-parse @):
9f23fd3a05b32a89e692dbc94c24f5a02b86db10
SUCCESS checkout https://github.com/Swift-ImmutableData/ImmutableData.git at 0.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Swift-ImmutableData/ImmutableData.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/12] Compiling ImmutableData StreamRegistrar.swift
[6/12] Compiling ImmutableData Streamer.swift
[7/12] Compiling ImmutableData Dispatcher.swift
[8/12] Compiling ImmutableData Selector.swift
[9/12] Compiling ImmutableData Store.swift
[10/12] Emitting module ImmutableData
[11/12] Compiling AsyncSequenceTestUtils AsyncSequenceTestDouble.swift
[12/12] Emitting module AsyncSequenceTestUtils
[13/18] Compiling ImmutableUI Dispatcher.swift
[14/18] Compiling ImmutableUI AsyncListener.swift
[15/18] Emitting module ImmutableUI
[16/18] Compiling ImmutableUI Listener.swift
[17/18] Compiling ImmutableUI Selector.swift
[18/18] Compiling ImmutableUI Provider.swift
Build complete! (8.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ImmutableData",
  "name" : "ImmutableData",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncSequenceTestUtils",
      "targets" : [
        "AsyncSequenceTestUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ImmutableData",
      "targets" : [
        "ImmutableData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ImmutableUI",
      "targets" : [
        "ImmutableUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ImmutableUITests",
      "module_type" : "SwiftTarget",
      "name" : "ImmutableUITests",
      "path" : "Tests/ImmutableUITests",
      "sources" : [
        "ListenerTests.swift"
      ],
      "target_dependencies" : [
        "AsyncSequenceTestUtils",
        "ImmutableUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ImmutableUI",
      "module_type" : "SwiftTarget",
      "name" : "ImmutableUI",
      "path" : "Sources/ImmutableUI",
      "product_memberships" : [
        "ImmutableUI"
      ],
      "sources" : [
        "AsyncListener.swift",
        "Dispatcher.swift",
        "Listener.swift",
        "Provider.swift",
        "Selector.swift"
      ],
      "target_dependencies" : [
        "ImmutableData"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ImmutableDataTests",
      "module_type" : "SwiftTarget",
      "name" : "ImmutableDataTests",
      "path" : "Tests/ImmutableDataTests",
      "sources" : [
        "StoreTests.swift"
      ],
      "target_dependencies" : [
        "ImmutableData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ImmutableData",
      "module_type" : "SwiftTarget",
      "name" : "ImmutableData",
      "path" : "Sources/ImmutableData",
      "product_memberships" : [
        "ImmutableData",
        "ImmutableUI"
      ],
      "sources" : [
        "Dispatcher.swift",
        "Selector.swift",
        "Store.swift",
        "StreamRegistrar.swift",
        "Streamer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncSequenceTestUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncSequenceTestUtilsTests",
      "path" : "Tests/AsyncSequenceTestUtilsTests",
      "sources" : [
        "AsyncSequenceTestDoubleTests.swift"
      ],
      "target_dependencies" : [
        "AsyncSequenceTestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncSequenceTestUtils",
      "module_type" : "SwiftTarget",
      "name" : "AsyncSequenceTestUtils",
      "path" : "Sources/AsyncSequenceTestUtils",
      "product_memberships" : [
        "AsyncSequenceTestUtils"
      ],
      "sources" : [
        "AsyncSequenceTestDouble.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.