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 master (56e0ee), with Swift 6.0 for macOS (SPM) on 26 Feb 2025 08:45:51 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chris-swift-dev/AdvancedList.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chris-swift-dev/AdvancedList
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 56e0ee9 Merge branch 'dev'
Cloned https://github.com/chris-swift-dev/AdvancedList.git
Revision (git rev-parse @):
56e0ee9634b7be8d7a5fffb35aefa702f7ad20a8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/chris-swift-dev/AdvancedList.git at master
Fetching https://github.com/nalexn/ViewInspector.git
Fetching https://github.com/crelies/ListPagination
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-8f6ae9a2'...
    fatal: unable to access 'https://github.com/nalexn/ViewInspector.git/': Failed to connect to github.com port 443 after 75004 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-0f5e08e3'...
    fatal: unable to access 'https://github.com/crelies/ListPagination/': Failed to connect to github.com port 443 after 75004 ms: Couldn't connect to server
[3/83] Fetching listpagination
[79/12361] Fetching listpagination, viewinspector
Fetched https://github.com/nalexn/ViewInspector.git from cache (111.23s)
Fetched https://github.com/crelies/ListPagination from cache (111.23s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.3.8 (3.70s)
Computing version for https://github.com/crelies/ListPagination
Computed https://github.com/crelies/ListPagination at 0.1.1 (0.53s)
Creating working copy for https://github.com/crelies/ListPagination
Working copy of https://github.com/crelies/ListPagination resolved at 0.1.1
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.3.8
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "advancedlist",
      "name": "AdvancedList",
      "url": "https://github.com/chris-swift-dev/AdvancedList.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AdvancedList",
      "dependencies": [
        {
          "identity": "listpagination",
          "name": "ListPagination",
          "url": "https://github.com/crelies/ListPagination",
          "version": "0.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ListPagination",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/chris-swift-dev/AdvancedList.git
[1/697] Fetching advancedlist
Fetched https://github.com/chris-swift-dev/AdvancedList.git from cache (20.19s)
Fetching https://github.com/crelies/ListPagination
[1/83] Fetching listpagination
Fetched https://github.com/crelies/ListPagination from cache (1.05s)
Computing version for https://github.com/crelies/ListPagination
Computed https://github.com/crelies/ListPagination at 0.1.1 (0.02s)
Creating working copy for https://github.com/chris-swift-dev/AdvancedList.git
Working copy of https://github.com/chris-swift-dev/AdvancedList.git resolved at master (56e0ee9)
Creating working copy for https://github.com/crelies/ListPagination
Working copy of https://github.com/crelies/ListPagination resolved at 0.1.1
warning: '.resolve-product-dependencies': dependency 'advancedlist' is not used by any target
Found 1 product dependencies
  - ListPagination
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/chris-swift-dev/AdvancedList.git
https://github.com/chris-swift-dev/AdvancedList.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/5] Compiling ListPagination RandomAccessCollection+isLastItem.swift
[5/5] Emitting module ListPagination
[6/15] Compiling AdvancedList ListState.swift
[7/16] Compiling AdvancedList AnyDynamicViewContent.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedList/public/Models/AnyDynamicViewContent.swift:14:16: warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 9 |
10 | /// Type erased dynamic view content that generates views from an underlying collection of data.
11 | public struct AnyDynamicViewContent: DynamicViewContent {
   |                                      `- note: add '@preconcurrency' to the 'DynamicViewContent' conformance to defer isolation checking to run time
12 |     private let view: AnyView
13 |
14 |     public let data: AnyCollection<Any>
   |                `- warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
15 |
16 |     public var body: some View { view }
SwiftUICore.DynamicViewContent:4:9: note: 'data' declared here
2 | public protocol DynamicViewContent : View {
3 |     associatedtype Data : Collection
4 |     var data: Self.Data { get }
  |         `- note: 'data' declared here
5 | }
[8/16] Compiling AdvancedList AnyIdentifiable.swift
[9/16] Compiling AdvancedList AdvancedListPaginationType.swift
[10/16] Compiling AdvancedList AdvancedListPaginationState.swift
[11/16] Compiling AdvancedList ListState+error.swift
[12/16] Compiling AdvancedList AdvancedListPagination.swift
[13/16] Compiling AdvancedList AnyAdvancedListPagination.swift
[14/16] Emitting module AdvancedList
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedList/public/Models/AnyDynamicViewContent.swift:14:16: warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 9 |
10 | /// Type erased dynamic view content that generates views from an underlying collection of data.
11 | public struct AnyDynamicViewContent: DynamicViewContent {
   |                                      `- note: add '@preconcurrency' to the 'DynamicViewContent' conformance to defer isolation checking to run time
12 |     private let view: AnyView
13 |
14 |     public let data: AnyCollection<Any>
   |                `- warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
15 |
16 |     public var body: some View { view }
SwiftUICore.DynamicViewContent:4:9: note: 'data' declared here
2 | public protocol DynamicViewContent : View {
3 |     associatedtype Data : Collection
4 |     var data: Self.Data { get }
  |         `- note: 'data' declared here
5 | }
[15/16] Compiling AdvancedList AdvancedListType.swift
[16/16] Compiling AdvancedList AdvancedList.swift
Build complete! (12.69s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/chris-swift-dev/advancedlist/master
Repository:               chris-swift-dev/AdvancedList
Swift version used:       6.0
Target:                   AdvancedList
Extracting symbol information for 'AdvancedList'...
Finished extracting symbol information for 'AdvancedList'. (6.13s)
Building documentation for 'AdvancedList'...
Finished building documentation for 'AdvancedList' (1.27s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/chris-swift-dev/advancedlist/master
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
Updating https://github.com/crelies/ListPagination
Updating https://github.com/nalexn/ViewInspector.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (8.36s)
Updated https://github.com/crelies/ListPagination (75.04s)
Updating https://github.com/nalexn/ViewInspector.git
Updated https://github.com/nalexn/ViewInspector.git (35.62s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.3.8 (1.70s)
Computing version for https://github.com/crelies/ListPagination
Computed https://github.com/crelies/ListPagination at 0.1.1 (0.52s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
warning: 'swift-docc-symbolkit': skipping cache due to an error: Failed to clone repository https://github.com/swiftlang/swift-docc-symbolkit:
    Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/swift-docc-symbolkit-64eb2630'...
    fatal: unable to access 'https://github.com/swiftlang/swift-docc-symbolkit/': Failed to connect to github.com port 443 after 75036 ms: Couldn't connect to server
[1/3314] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (83.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.80s)
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
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling SymbolKit GenericConstraint.swift
[12/57] Compiling SymbolKit GenericParameter.swift
[13/57] Compiling SymbolKit Generics.swift
[14/57] Compiling SymbolKit Namespace.swift
[15/57] Compiling SymbolKit Identifier.swift
[16/57] Compiling SymbolKit KindIdentifier.swift
[17/57] Compiling SymbolKit Location.swift
[18/57] Compiling SymbolKit Mutability.swift
[19/57] Emitting module Snippets
[20/57] Compiling Snippets Snippet.swift
[21/57] Compiling Snippets SnippetParser.swift
[22/57] Compiling SymbolKit Names.swift
[23/57] Compiling SymbolKit SPI.swift
[24/57] Compiling SymbolKit Snippet.swift
[25/57] Compiling SymbolKit Extension.swift
[26/57] Compiling SymbolKit DeclarationFragments.swift
[27/57] Compiling SymbolKit Fragment.swift
[28/57] Compiling SymbolKit FragmentKind.swift
[29/57] Compiling SymbolKit FunctionParameter.swift
[30/57] Compiling SymbolKit FunctionSignature.swift
[31/57] Compiling SymbolKit SourceRange.swift
[32/57] Compiling SymbolKit Metadata.swift
[33/57] Compiling SymbolKit Module.swift
[34/57] Compiling SymbolKit OperatingSystem.swift
[35/57] Compiling SymbolKit Platform.swift
[36/57] Emitting module SymbolKit
[37/57] Compiling SymbolKit Symbol.swift
[38/57] Compiling SymbolKit SymbolKind.swift
[39/57] Compiling SymbolKit SymbolGraph.swift
[40/57] Compiling SymbolKit GraphCollector.swift
[41/57] Compiling SymbolKit SemanticVersion.swift
[42/57] Compiling SymbolKit AccessControl.swift
[43/57] Compiling SymbolKit Availability.swift
[44/57] Compiling SymbolKit AvailabilityItem.swift
[45/57] Compiling SymbolKit Domain.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.78s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/3] Emitting module ListPagination
[3/3] Compiling ListPagination RandomAccessCollection+isLastItem.swift
[4/13] Compiling AdvancedList AnyIdentifiable.swift
[5/14] Compiling AdvancedList ListState.swift
[6/14] Compiling AdvancedList AdvancedListPaginationType.swift
[7/14] Compiling AdvancedList AdvancedListPagination.swift
[8/14] Compiling AdvancedList ListState+error.swift
[9/14] Compiling AdvancedList AdvancedListPaginationState.swift
[10/14] Compiling AdvancedList AnyAdvancedListPagination.swift
[11/14] Compiling AdvancedList AnyDynamicViewContent.swift
[12/14] Compiling AdvancedList AdvancedListType.swift
[13/14] Emitting module AdvancedList
[14/14] Compiling AdvancedList AdvancedList.swift
Build of target: 'AdvancedList' complete! (2.02s)
    2932
22	/Users/admin/builder/spi-builder-workspace/.docs/chris-swift-dev/advancedlist/master
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/chris-swift-dev/advancedlist/master
File count: 2932
Doc size:   22.0MB
Preparing doc bundle ...
Uploading prod-chris-swift-dev-advancedlist-master-44b10b10.zip to s3://spi-docs-inbox/prod-chris-swift-dev-advancedlist-master-44b10b10.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [40%]
Copying... [51%]
Copying... [61%]
Copying... [70%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.