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.0 for macOS (SPM) on 12 May 2025 19:00:08 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.61.4
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.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 Store.swift
[8/12] Compiling ImmutableData Selector.swift
[9/12] Compiling ImmutableData Dispatcher.swift
[10/12] Emitting module ImmutableData
[11/12] Emitting module AsyncSequenceTestUtils
[12/12] Compiling AsyncSequenceTestUtils AsyncSequenceTestDouble.swift
[13/18] Compiling ImmutableUI Provider.swift
[14/18] Emitting module ImmutableUI
[15/18] Compiling ImmutableUI Selector.swift
[16/18] Compiling ImmutableUI Listener.swift
[17/18] Compiling ImmutableUI Dispatcher.swift
[18/18] Compiling ImmutableUI AsyncListener.swift
Build complete! (8.26s)
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.