The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ElementaryCombine, reference 0.1.0 (2987e1), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 16:08:56 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/mkj-is/ElementaryCombine.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mkj-is/ElementaryCombine
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 2987e15 Add build & run workflow
Cloned https://github.com/mkj-is/ElementaryCombine.git
Revision (git rev-parse @):
2987e15e75fdbdca8086ffcccc069fb87cd875d7
SUCCESS checkout https://github.com/mkj-is/ElementaryCombine.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mkj-is/ElementaryCombine.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling Elementary Typealiases.swift
[5/7] Compiling Elementary Effect+Join.swift
[6/7] Emitting module Elementary
[7/7] Compiling Elementary Store.swift
[8/9] Emitting module ElementaryCombine
[9/9] Compiling ElementaryCombine ObservableStore.swift
Build complete! (3.28s)
Fetching https://github.com/mkj-is/Elementary.git
[4/161] Fetching elementary
Fetched https://github.com/mkj-is/Elementary.git from cache (0.65s)
Computing version for https://github.com/mkj-is/Elementary.git
Computed https://github.com/mkj-is/Elementary.git at 0.1.0 (1.15s)
Creating working copy for https://github.com/mkj-is/Elementary.git
Working copy of https://github.com/mkj-is/Elementary.git resolved at 0.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "elementary",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mkj-is/Elementary.git"
    }
  ],
  "manifest_display_name" : "ElementaryCombine",
  "name" : "ElementaryCombine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ElementaryCombine",
      "targets" : [
        "ElementaryCombine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElementaryCombineTests",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryCombineTests",
      "path" : "Tests/ElementaryCombineTests",
      "sources" : [
        "Mockups/Counter.swift",
        "ObservableStoreTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElementaryCombine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElementaryCombine",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryCombine",
      "path" : "Sources/ElementaryCombine",
      "product_dependencies" : [
        "Elementary"
      ],
      "product_memberships" : [
        "ElementaryCombine"
      ],
      "sources" : [
        "ObservableStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.