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 main (d78df2), with Swift 6.0 for macOS (SPM) on 10 Jun 2025 07:09:59 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Swift-ImmutableData/ImmutableData.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Swift-ImmutableData/ImmutableData
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d78df21 sendable key path warnings
Cloned https://github.com/Swift-ImmutableData/ImmutableData.git
Revision (git rev-parse @):
d78df214f3ede7fcfdf1bce1d66559ad7d7ec635
SUCCESS checkout https://github.com/Swift-ImmutableData/ImmutableData.git at main
========================================
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 StreamRegistrar.swift
[7/12] Compiling ImmutableData Selector.swift
[8/12] Compiling ImmutableData Store.swift
[9/12] Emitting module ImmutableData
[10/12] Compiling ImmutableData Dispatcher.swift
[11/12] Emitting module AsyncSequenceTestUtils
[12/12] Compiling AsyncSequenceTestUtils AsyncSequenceTestDouble.swift
[13/18] Compiling ImmutableUI Listener.swift
[14/18] Compiling ImmutableUI Provider.swift
[15/18] Compiling ImmutableUI AsyncListener.swift
[16/18] Emitting module ImmutableUI
[17/18] Compiling ImmutableUI Dispatcher.swift
[18/18] Compiling ImmutableUI Selector.swift
Build complete! (8.13s)
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.