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 ExtSwift, reference master (f5453d), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 08:59:57 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/iwill/ExtSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iwill/ExtSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f5453d3 tag: 1.0.0
Cloned https://github.com/iwill/ExtSwift.git
Revision (git rev-parse @):
f5453d338088add21b8e6053b8cd8e7c829c67e8
SUCCESS checkout https://github.com/iwill/ExtSwift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/iwill/ExtSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/22] Compiling ExtSwift UITableViewCell+Style.swift
[4/22] Compiling ExtSwift AnyEquatable.swift
[5/24] Compiling ExtSwift ESDiffableDataSourceSnapshotBuilder.swift
[6/24] Compiling ExtSwift ESTableViewDiffableDataSource.swift
[7/24] Emitting module ExtSwift
[8/24] Compiling ExtSwift ExtSwift.swift
[9/24] Compiling ExtSwift KVO.swift
[10/24] Compiling ExtSwift Mutable.swift
[11/24] Compiling ExtSwift NameSpace.swift
[12/24] Compiling ExtSwift Operators.swift
[13/24] Compiling ExtSwift SemanticVersion.swift
[14/24] Compiling ExtSwift String+IntIndex.swift
[15/24] Compiling ExtSwift JSON.swift
[16/24] Compiling ExtSwift ifEmpty.swift
[17/24] Compiling ExtSwift ESCollectionViewDiffableDataSource.swift
[18/24] Compiling ExtSwift ESDiffableDataSourceSnapshot.swift
[19/24] Compiling ExtSwift Types.swift
[20/24] Compiling ExtSwift WeakArray.swift
[21/24] Compiling ExtSwift boolValue.swift
[22/24] Compiling ExtSwift tryIndex.swift
[23/24] Compiling ExtSwift UIKit+Autolayout.swift
[24/24] Compiling ExtSwift UIKit.swift
Build complete! (6.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ExtSwift",
  "name" : "ExtSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "ExtSwift",
      "targets" : [
        "ExtSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ExtSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ExtSwiftTests",
      "path" : "Tests/ExtSwiftTests",
      "sources" : [
        "AnyEquatableTests.swift",
        "ExtSwiftTests.swift",
        "JSONTests.swift",
        "KVOTests.swift",
        "NameSpaceTests.swift",
        "OperatorsTests.swift",
        "SemanticVersionTests.swift",
        "String+IntIndexTests.swift",
        "TypesTests.swift",
        "UIKitTests.swift",
        "XCTestManifests.swift",
        "boolValueTests.swift",
        "ifEmptyTests.swift",
        "tryIndex.swift"
      ],
      "target_dependencies" : [
        "ExtSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ExtSwift",
      "module_type" : "SwiftTarget",
      "name" : "ExtSwift",
      "path" : "Sources/ExtSwift",
      "product_memberships" : [
        "ExtSwift"
      ],
      "sources" : [
        "Foundation/ExtSwift.swift",
        "Foundation/KVO.swift",
        "Foundation/Mutable.swift",
        "Foundation/NameSpace.swift",
        "Foundation/Operators.swift",
        "Foundation/SemanticVersion.swift",
        "Foundation/String+IntIndex.swift",
        "Foundation/Types.swift",
        "Foundation/WeakArray.swift",
        "Foundation/boolValue.swift",
        "Foundation/tryIndex.swift",
        "UIKit/ESDiffableDataSource/ESCollectionViewDiffableDataSource.swift",
        "UIKit/ESDiffableDataSource/ESDiffableDataSourceSnapshot.swift",
        "UIKit/ESDiffableDataSource/ESDiffableDataSourceSnapshotBuilder.swift",
        "UIKit/ESDiffableDataSource/ESTableViewDiffableDataSource.swift",
        "UIKit/UIKit+Autolayout.swift",
        "UIKit/UIKit.swift",
        "UIKit/UITableViewCell+Style.swift",
        "unstable/AnyEquatable.swift",
        "unstable/JSON.swift",
        "unstable/ifEmpty.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.