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 Flow, reference v1.3.1 (d8dfb2), with Swift 5.10 for macOS (SPM) on 20 Oct 2025 04:14:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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/toastersocks/Flow.git
Reference: v1.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/toastersocks/Flow
 * tag               v1.3.1     -> FETCH_HEAD
HEAD is now at d8dfb28 Make Rainbow Sendable
Cloned https://github.com/toastersocks/Flow.git
Revision (git rev-parse @):
d8dfb284137885811e269818aa7b070db1f7b73e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/toastersocks/Flow.git at v1.3.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/toastersocks/Flow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/6] Compiling Flow PreviewCode.swift
[4/6] Compiling Flow Flow.swift
[5/6] Emitting module Flow
[6/6] Compiling Flow SupportingTypes.swift
Build complete! (10.17s)
Fetching https://github.com/toastersocks/SwiftCheck
[1/4558] Fetching swiftcheck
Fetched https://github.com/toastersocks/SwiftCheck from cache (1.45s)
Computing version for https://github.com/toastersocks/SwiftCheck
Computed https://github.com/toastersocks/SwiftCheck at 0.13.1 (0.32s)
Creating working copy for https://github.com/toastersocks/SwiftCheck
Working copy of https://github.com/toastersocks/SwiftCheck resolved at 0.13.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftcheck",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/toastersocks/SwiftCheck"
    }
  ],
  "manifest_display_name" : "Flow",
  "name" : "Flow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Flow",
      "targets" : [
        "Flow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlowTests",
      "module_type" : "SwiftTarget",
      "name" : "FlowTests",
      "path" : "Tests/FlowTests",
      "product_dependencies" : [
        "SwiftCheck"
      ],
      "sources" : [
        "+Arbitrary.swift",
        "FloatingPointCompare.swift",
        "FlowTests.swift",
        "Mocks.swift"
      ],
      "target_dependencies" : [
        "Flow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Flow",
      "module_type" : "SwiftTarget",
      "name" : "Flow",
      "path" : "Sources/Flow",
      "product_memberships" : [
        "Flow"
      ],
      "sources" : [
        "Flow.swift",
        "PreviewCode.swift",
        "SupportingTypes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.