The Swift Package Index logo.Swift Package Index

Build Information

Successful build of YFlow, reference main (ffb4d0), with Swift 6.2 for macOS (SPM) on 21 Oct 2025 06:24:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/SeeyouYsen/YFlow.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SeeyouYsen/YFlow
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ffb4d07 Update Stream.swift
Cloned https://github.com/SeeyouYsen/YFlow.git
Revision (git rev-parse @):
ffb4d076f4287ee948cb6fa87bad763bd583e354
SUCCESS checkout https://github.com/SeeyouYsen/YFlow.git at main
========================================
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SeeyouYsen/YFlow.git
[1/27] Fetching yflow
Fetched https://github.com/SeeyouYsen/YFlow.git from cache (0.65s)
Creating working copy for https://github.com/SeeyouYsen/YFlow.git
Working copy of https://github.com/SeeyouYsen/YFlow.git resolved at main (ffb4d07)
warning: '.resolve-product-dependencies': dependency 'yflow' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SeeyouYsen/YFlow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/5] Compiling YFlow Completer.swift
[4/5] Compiling YFlow Stream.swift
[5/5] Emitting module YFlow
Build complete! (4.34s)
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.