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 AdvancedList, reference 8.0.0 (a1d3da), with Swift 5.9 for macOS (SPM) on 26 Feb 2025 08:30:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chris-swift-dev/AdvancedList.git
Reference: 8.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chris-swift-dev/AdvancedList
 * tag               8.0.0      -> FETCH_HEAD
HEAD is now at a1d3dad tests(): fixed tests
Cloned https://github.com/chris-swift-dev/AdvancedList.git
Revision (git rev-parse @):
a1d3dad7fa5f7cb5967307bd083a656cf6d598af
SUCCESS checkout https://github.com/chris-swift-dev/AdvancedList.git at 8.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/chris-swift-dev/AdvancedList.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling ListPagination RandomAccessCollection+isLastItem.swift
[2/2] Emitting module ListPagination
[3/12] Compiling AdvancedList AdvancedListPaginationType.swift
[4/12] Compiling AdvancedList AnyDynamicViewContent.swift
[5/12] Compiling AdvancedList AnyIdentifiable.swift
[6/12] Compiling AdvancedList ListState+error.swift
[7/12] Compiling AdvancedList AdvancedListPagination.swift
[8/12] Compiling AdvancedList ListState.swift
[9/12] Compiling AdvancedList AdvancedListPaginationState.swift
[10/12] Compiling AdvancedList AnyAdvancedListPagination.swift
[11/13] Compiling AdvancedList AdvancedListType.swift
[12/13] Emitting module AdvancedList
[13/13] Compiling AdvancedList AdvancedList.swift
Build complete! (239.46s)
Fetching https://github.com/crelies/ListPagination
Fetching https://github.com/nalexn/ViewInspector.git
warning: 'viewinspector': skipping cache due to an error: Failed to clone repository https://github.com/nalexn/ViewInspector.git:
    Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/ViewInspector-23e2351d'...
    fatal: unable to access 'https://github.com/nalexn/ViewInspector.git/': Failed to connect to github.com port 443 after 75003 ms: Couldn't connect to server
warning: 'listpagination': skipping cache due to an error: Failed to clone repository https://github.com/crelies/ListPagination:
    Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/ListPagination-56e6e2f8'...
    fatal: unable to access 'https://github.com/crelies/ListPagination/': Failed to connect to github.com port 443 after 75003 ms: Couldn't connect to server
Fetching https://github.com/nalexn/ViewInspector.git
Fetching https://github.com/crelies/ListPagination
[2/83] Fetching listpagination
[58/12361] Fetching listpagination, viewinspector
Fetched https://github.com/nalexn/ViewInspector.git (2.25s)
Fetched https://github.com/crelies/ListPagination (2.25s)
Computing version for https://github.com/crelies/ListPagination
Computed https://github.com/crelies/ListPagination at 0.1.1 (0.34s)
Computing version for https://github.com/nalexn/ViewInspector.git
Updating https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.1 (75.28s)
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.1
Creating working copy for https://github.com/crelies/ListPagination
Working copy of https://github.com/crelies/ListPagination resolved at 0.1.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "listpagination",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/crelies/ListPagination"
    },
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector.git"
    }
  ],
  "manifest_display_name" : "AdvancedList",
  "name" : "AdvancedList",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AdvancedList",
      "targets" : [
        "AdvancedList"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AdvancedListTests",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedListTests",
      "path" : "Tests/AdvancedListTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "sources" : [
        "AdvancedListPaginationStateTests.swift",
        "AdvancedListTests.swift",
        "Extensions/AdvancedList+Inspectable.swift",
        "Extensions/AnyDynamicViewContent+Inspectable.swift",
        "Extensions/String+Identifiable.swift",
        "ListStateTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AdvancedList"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AdvancedList",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedList",
      "path" : "Sources/AdvancedList",
      "product_dependencies" : [
        "ListPagination"
      ],
      "product_memberships" : [
        "AdvancedList"
      ],
      "sources" : [
        "private/Models/AdvancedListType.swift",
        "private/Models/AnyAdvancedListPagination.swift",
        "private/Models/ListState+error.swift",
        "public/Models/AdvancedListPagination.swift",
        "public/Models/AdvancedListPaginationState.swift",
        "public/Models/AdvancedListPaginationType.swift",
        "public/Models/AnyDynamicViewContent.swift",
        "public/Models/AnyIdentifiable.swift",
        "public/Models/ListState.swift",
        "public/Views/AdvancedList.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.