The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HelpView, reference 1.4.0 (9346e9), with Swift 6.3 for macOS (SPM) on 1 May 2026 00:28:20 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/hayek/HelpView.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hayek/HelpView
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 9346e95 Redesign UI in modern Apple style and add AI retrieval
Cloned https://github.com/hayek/HelpView.git
Revision (git rev-parse @):
9346e952053dab1dd667ff87e067c24eafaa7991
SUCCESS checkout https://github.com/hayek/HelpView.git at 1.4.0
========================================
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": "helpview",
      "name": "HelpView",
      "url": "https://github.com/hayek/HelpView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HelpView",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/hayek/HelpView.git
[1/3903] Fetching helpview
Fetched https://github.com/hayek/HelpView.git from cache (5.61s)
Creating working copy for https://github.com/hayek/HelpView.git
Working copy of https://github.com/hayek/HelpView.git resolved at 1.4.0 (9346e95)
warning: '.resolve-product-dependencies': dependency 'helpview' 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/hayek/HelpView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying Localizable.xcstrings
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/13] Emitting module HelpView
[5/13] Compiling HelpView FAQLoader.swift
[6/13] Compiling HelpView HelpContentView.swift
[7/13] Compiling HelpView AIHelper.swift
[8/13] Compiling HelpView HelpViewButton.swift
[9/13] Compiling HelpView ViewComponents.swift
[10/13] Compiling HelpView Localization.swift
[11/13] Compiling HelpView Models.swift
[12/13] Compiling HelpView AppleIntelligenceLoader.swift
[13/13] Compiling HelpView FAQListViewModel.swift
[14/14] Compiling HelpView resource_bundle_accessor.swift
Build complete! (10.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HelpView",
  "name" : "HelpView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "HelpView",
      "targets" : [
        "HelpView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HelpViewTests",
      "module_type" : "SwiftTarget",
      "name" : "HelpViewTests",
      "path" : "Tests/HelpViewTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HelpViewTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AIHelperTests.swift",
        "FAQListViewModelTests.swift",
        "FAQLoaderTests.swift",
        "LocalizationTests.swift",
        "MarkdownParserTests.swift",
        "ModelsTests.swift"
      ],
      "target_dependencies" : [
        "HelpView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HelpView",
      "module_type" : "SwiftTarget",
      "name" : "HelpView",
      "path" : "Sources/HelpView",
      "product_memberships" : [
        "HelpView"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HelpView/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "HelpContentView.swift",
        "HelpViewButton.swift",
        "Internal/AIHelper.swift",
        "Internal/AppleIntelligenceLoader.swift",
        "Internal/FAQListViewModel.swift",
        "Internal/FAQLoader.swift",
        "Internal/Localization.swift",
        "Internal/Models.swift",
        "Internal/ViewComponents.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.