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 Outils, reference main (5d25c6), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 06:19:21 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/vsanthanam/Outils.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vsanthanam/Outils
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5d25c61 Fix Build
Cloned https://github.com/vsanthanam/Outils.git
Revision (git rev-parse @):
5d25c61662c3657dd4fdf4bd71ddd7c0c6c1bf91
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/Outils.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vsanthanam/Outils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/17] Compiling Outils OptionalExtensions.swift
[7/17] Emitting module Outils
[8/18] Compiling Outils ColorExtensions.swift
[9/18] Compiling Outils OptionalType.swift
[10/18] Compiling Outils ProcessEnvironment.swift
[11/18] Compiling Outils StringExtensions.swift
[12/18] Compiling Outils Casting.swift
[13/18] Compiling Outils CollectionExtensions.swift
[14/18] Compiling Outils ErrorMessage.swift
[15/18] Compiling Outils StringInterpolationExtensions.swift
[16/18] Compiling Outils ArrayExtensions.swift
[17/18] Compiling Outils BundleExtensions.swift
[18/18] Compiling Outils EnvironmentValuesExtensions.swift
Build complete! (59.56s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/nicklockwood/SwiftFormat
[1/2082] Fetching swift-docc-plugin
[2083/51023] Fetching swift-docc-plugin, swiftformat
Fetched https://github.com/apple/swift-docc-plugin from cache (35.00s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (35.00s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.51.7 (38.29s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.50s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.63s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.51.7
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.51.7"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "Outils",
  "name" : "Outils",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "Outils",
      "targets" : [
        "Outils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OutilsTests",
      "module_type" : "SwiftTarget",
      "name" : "OutilsTests",
      "path" : "Tests/OutilsTests",
      "sources" : [
        "ErrorMessageTests.swift"
      ],
      "target_dependencies" : [
        "Outils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Outils",
      "module_type" : "SwiftTarget",
      "name" : "Outils",
      "path" : "Sources/Outils",
      "product_memberships" : [
        "Outils"
      ],
      "sources" : [
        "ArrayExtensions.swift",
        "BundleExtensions.swift",
        "Casting.swift",
        "CollectionExtensions.swift",
        "ErrorMessage.swift",
        "OptionalExtensions.swift",
        "OptionalType.swift",
        "ProcessEnvironment.swift",
        "StringExtensions.swift",
        "StringInterpolationExtensions.swift",
        "SwiftUI/ColorExtensions.swift",
        "SwiftUI/EnvironmentValuesExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.