The Swift Package Index logo.Swift Package Index

Build Information

Successful build of YFlow, reference v0.0.1 (f4196b), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 07:55:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SeeyouYsen/YFlow.git
Reference: v0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SeeyouYsen/YFlow
 * tag               v0.0.1     -> FETCH_HEAD
HEAD is now at f4196be Initial commit: Add YFlow Swift async programming toolkit
Cloned https://github.com/SeeyouYsen/YFlow.git
Revision (git rev-parse @):
f4196beb755215b7ff998d0cea02a3fcd9a1ab4f
SUCCESS checkout https://github.com/SeeyouYsen/YFlow.git at v0.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "yflow",
      "name": "YFlow",
      "url": "https://github.com/SeeyouYsen/YFlow.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/YFlow",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SeeyouYsen/YFlow.git
[1/27] Fetching yflow
Fetched https://github.com/SeeyouYsen/YFlow.git from cache (0.62s)
Creating working copy for https://github.com/SeeyouYsen/YFlow.git
Working copy of https://github.com/SeeyouYsen/YFlow.git resolved at v0.0.1 (f4196be)
warning: '.resolve-product-dependencies': dependency 'yflow' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SeeyouYsen/YFlow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Emitting module YFlow
[4/5] Compiling YFlow Stream.swift
[5/5] Compiling YFlow Completer.swift
Build complete! (4.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YFlow",
  "name" : "YFlow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "YFlow",
      "targets" : [
        "YFlow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "YFlowTests",
      "module_type" : "SwiftTarget",
      "name" : "YFlowTests",
      "path" : "Tests/YFlowTests",
      "sources" : [
        "CompleterTests.swift",
        "StreamTests.swift"
      ],
      "target_dependencies" : [
        "YFlow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YFlow",
      "module_type" : "SwiftTarget",
      "name" : "YFlow",
      "path" : "Sources/YFlow",
      "product_memberships" : [
        "YFlow"
      ],
      "sources" : [
        "Completer.swift",
        "Stream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.