The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AboutWindow, reference v1.0.1 (bdec18), with Swift 6.2 for macOS (SPM) on 8 Jul 2025 01:06:03 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/CodeEditApp/AboutWindow.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CodeEditApp/AboutWindow
 * tag               v1.0.1     -> FETCH_HEAD
HEAD is now at bdec18e Docs Clarification
Cloned https://github.com/CodeEditApp/AboutWindow.git
Revision (git rev-parse @):
bdec18efb0dbee79613e7efa446ed3cc8e834842
SUCCESS checkout https://github.com/CodeEditApp/AboutWindow.git at v1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CodeEditApp/AboutWindow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftLintFix
[2/2] Compiling plugin SwiftLint
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/25] Emitting module AboutWindow
[6/27] Compiling AboutWindow FooterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AboutWindow/Views/TrackableScrollView.swift:85:21: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 83 |             .onPreferenceChange(ScrollViewOffsetPreferenceKey.self) { value in
 84 |                 Task { @MainActor in
 85 |                     contentOffset = value[0]
    |                     `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 86 |                     if contentTrailingOffset != nil {
 87 |                         contentTrailingOffset = value[1]
/Users/admin/builder/spi-builder-workspace/Sources/AboutWindow/Views/TrackableScrollView.swift:58:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 56 |     }
 57 |
 58 |     var body: some View {
    |                         `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 59 |         GeometryReader { outsideProxy in
 60 |             ScrollView(self.axes, showsIndicators: self.showIndicators) {
[7/27] Compiling AboutWindow TrackableScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AboutWindow/Views/TrackableScrollView.swift:85:21: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 83 |             .onPreferenceChange(ScrollViewOffsetPreferenceKey.self) { value in
 84 |                 Task { @MainActor in
 85 |                     contentOffset = value[0]
    |                     `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 86 |                     if contentTrailingOffset != nil {
 87 |                         contentTrailingOffset = value[1]
/Users/admin/builder/spi-builder-workspace/Sources/AboutWindow/Views/TrackableScrollView.swift:58:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 56 |     }
 57 |
 58 |     var body: some View {
    |                         `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 59 |         GeometryReader { outsideProxy in
 60 |             ScrollView(self.axes, showsIndicators: self.showIndicators) {
[8/27] Compiling AboutWindow AboutButton.swift
[9/27] Compiling AboutWindow AboutDefaultView.swift
[10/27] Compiling AboutWindow NamespaceWrapper.swift
[11/27] Compiling AboutWindow NavigableAction.swift
[12/27] Compiling AboutWindow AboutDetailView.swift
[13/27] Compiling AboutWindow AboutView.swift
[14/27] Compiling AboutWindow AboutNamespaceID.swift
[15/27] Compiling AboutWindow Bundle+Info.swift
[16/27] Compiling AboutWindow AboutWindowNavigation.swift
[17/27] Compiling AboutWindow AboutWindowNavigationKey.swift
[18/27] Compiling AboutWindow ActionsBuilder.swift
[19/27] Compiling AboutWindow AboutWindow.swift
[20/27] Compiling AboutWindow BlurButtonStyle.swift
[21/27] Compiling AboutWindow DefaultSceneID.swift
[22/27] Compiling AboutWindow EffectView.swift
[23/27] Compiling AboutWindow AboutActionItem.swift
[24/27] Compiling AboutWindow AboutActions.swift
[25/27] Compiling AboutWindow AboutNavigationPhase.swift
[26/27] Compiling AboutWindow FocusRingModifier.swift
[27/27] Compiling AboutWindow NSApp+findWindow.swift
Build complete! (21.57s)
Fetching https://github.com/lukepistrol/SwiftLintPlugin
[8/358] Fetching swiftlintplugin
Fetched https://github.com/lukepistrol/SwiftLintPlugin from cache (0.71s)
Computing version for https://github.com/lukepistrol/SwiftLintPlugin
Computed https://github.com/lukepistrol/SwiftLintPlugin at 0.59.1 (3.27s)
Creating working copy for https://github.com/lukepistrol/SwiftLintPlugin
Working copy of https://github.com/lukepistrol/SwiftLintPlugin resolved at 0.59.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[32750/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (2.46s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lukepistrol/SwiftLintPlugin"
    }
  ],
  "manifest_display_name" : "AboutWindow",
  "name" : "AboutWindow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AboutWindow",
      "targets" : [
        "AboutWindow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AboutWindowTests",
      "module_type" : "SwiftTarget",
      "name" : "AboutWindowTests",
      "path" : "Tests/AboutWindowTests",
      "sources" : [
        "AboutWindowTests.swift"
      ],
      "target_dependencies" : [
        "AboutWindow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AboutWindow",
      "module_type" : "SwiftTarget",
      "name" : "AboutWindow",
      "path" : "Sources/AboutWindow",
      "product_dependencies" : [
        "SwiftLint"
      ],
      "product_memberships" : [
        "AboutWindow"
      ],
      "sources" : [
        "Model/AboutActionItem.swift",
        "Model/AboutActions.swift",
        "Model/AboutNavigationPhase.swift",
        "Model/AboutWindowNavigation.swift",
        "Model/AboutWindowNavigationKey.swift",
        "Model/ActionsBuilder.swift",
        "Model/NamespaceWrapper.swift",
        "Model/NavigableAction.swift",
        "Utils/AboutNamespaceID.swift",
        "Utils/Bundle+Info.swift",
        "Utils/DefaultSceneID.swift",
        "Utils/EffectView.swift",
        "Utils/FocusRingModifier.swift",
        "Utils/NSApp+findWindow.swift",
        "Views/AboutButton.swift",
        "Views/AboutDefaultView.swift",
        "Views/AboutDetailView.swift",
        "Views/AboutView.swift",
        "Views/AboutWindow.swift",
        "Views/BlurButtonStyle.swift",
        "Views/FooterView.swift",
        "Views/TrackableScrollView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.