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.4.0 (c5b333), with Swift 6.0 for macOS (SPM) on 15 Nov 2025 02:58:11 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/Swift-ImmutableData/ImmutableData.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Swift-ImmutableData/ImmutableData
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at c5b333f update state selectors
Cloned https://github.com/Swift-ImmutableData/ImmutableData.git
Revision (git rev-parse @):
c5b333f2e9ffd7b3372819eae04b0cf47a01795b
SUCCESS checkout https://github.com/Swift-ImmutableData/ImmutableData.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Swift-ImmutableData/ImmutableData.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/12] Compiling ImmutableData Streamer.swift
[6/12] Compiling ImmutableData Dispatcher.swift
[7/12] Compiling ImmutableData Selector.swift
[8/12] Compiling ImmutableData StreamRegistrar.swift
[9/12] Emitting module ImmutableData
[10/12] Compiling ImmutableData Store.swift
[11/12] Compiling AsyncSequenceTestUtils AsyncSequenceTestDouble.swift
[12/12] Emitting module AsyncSequenceTestUtils
[13/18] Compiling ImmutableUI Listener.swift
[14/18] Compiling ImmutableUI Dispatcher.swift
[15/18] Compiling ImmutableUI Provider.swift
[16/18] Compiling ImmutableUI AsyncListener.swift
[17/18] Compiling ImmutableUI Selector.swift
[18/18] Emitting module ImmutableUI
Build complete! (8.01s)
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.