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 WelcomeWindow, reference v1.0.0 (5168cf), with Swift 6.0 for macOS (SPM) on 3 Jul 2025 18:17:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.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/WelcomeWindow.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CodeEditApp/WelcomeWindow
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 5168cf1 Fix Linter
Cloned https://github.com/CodeEditApp/WelcomeWindow.git
Revision (git rev-parse @):
5168cf1ce9579b35ad00706fafef441418d8011f
SUCCESS checkout https://github.com/CodeEditApp/WelcomeWindow.git at v1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/CodeEditApp/WelcomeWindow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftLint
[2/2] Compiling plugin SwiftLintFix
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/23] Emitting module WelcomeWindow
[6/23] Compiling WelcomeWindow ActionsBuilder.swift
[7/23] Compiling WelcomeWindow DocumentOpenDialogConfiguration.swift
[8/23] Compiling WelcomeWindow NSDocumentController+Extensions.swift
[9/23] Compiling WelcomeWindow RecentsStore.swift
[10/25] Compiling WelcomeWindow WelcomeButton.swift
[11/25] Compiling WelcomeWindow WelcomeView.swift
[12/25] Compiling WelcomeWindow DefaultSceneID.swift
[13/25] Compiling WelcomeWindow FocusRingModifier.swift
[14/25] Compiling WelcomeWindow RecentsListItem.swift
[15/25] Compiling WelcomeWindow RecentsListView.swift
[16/25] Compiling WelcomeWindow NSApp+WindowActions.swift
[17/25] Compiling WelcomeWindow NSImage+dominantColor.swift
[18/25] Compiling WelcomeWindow URL+isDirectory.swift
[19/25] Compiling WelcomeWindow View+Cursor.swift
[20/25] Compiling WelcomeWindow WelcomeActions.swift
[21/25] Compiling WelcomeWindow Bundle+Info.swift
[22/25] Compiling WelcomeWindow DocumentSaveDialogConfiguration.swift
[23/25] Compiling WelcomeWindow FocusTarget.swift
[24/25] Compiling WelcomeWindow WelcomeWindow.swift
[25/25] Compiling WelcomeWindow WelcomeWindowView.swift
Build complete! (20.63s)
Fetching https://github.com/lukepistrol/SwiftLintPlugin
[1/358] Fetching swiftlintplugin
Fetched https://github.com/lukepistrol/SwiftLintPlugin from cache (0.72s)
Computing version for https://github.com/lukepistrol/SwiftLintPlugin
Computed https://github.com/lukepistrol/SwiftLintPlugin at 0.59.1 (3.00s)
Creating working copy for https://github.com/lukepistrol/SwiftLintPlugin
Working copy of https://github.com/lukepistrol/SwiftLintPlugin resolved at 0.59.1
[16375/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloading binary artifact 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.71s)
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" : "WelcomeWindow",
  "name" : "WelcomeWindow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "WelcomeWindow",
      "targets" : [
        "WelcomeWindow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WelcomeWindowTests",
      "module_type" : "SwiftTarget",
      "name" : "WelcomeWindowTests",
      "path" : "Tests/WelcomeWindowTests",
      "sources" : [
        "WelcomeWindowTests.swift"
      ],
      "target_dependencies" : [
        "WelcomeWindow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WelcomeWindow",
      "module_type" : "SwiftTarget",
      "name" : "WelcomeWindow",
      "path" : "Sources/WelcomeWindow",
      "product_dependencies" : [
        "SwiftLint"
      ],
      "product_memberships" : [
        "WelcomeWindow"
      ],
      "sources" : [
        "Model/ActionsBuilder.swift",
        "Model/DocumentOpenDialogConfiguration.swift",
        "Model/DocumentSaveDialogConfiguration.swift",
        "Model/FocusTarget.swift",
        "Model/NSDocumentController+Extensions.swift",
        "Model/RecentsStore.swift",
        "Model/WelcomeActions.swift",
        "Utils/Bundle+Info.swift",
        "Utils/DefaultSceneID.swift",
        "Utils/FocusRingModifier.swift",
        "Utils/NSApp+WindowActions.swift",
        "Utils/NSImage+dominantColor.swift",
        "Utils/URL+isDirectory.swift",
        "Utils/View+Cursor.swift",
        "Views/RecentsListItem.swift",
        "Views/RecentsListView.swift",
        "Views/WelcomeButton.swift",
        "Views/WelcomeView.swift",
        "Views/WelcomeWindow.swift",
        "Views/WelcomeWindowView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.