The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenAsyncImage, reference main (bba811), with Swift 6.2 for macOS (SPM) on 20 Oct 2025 06:37:28 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/OpenAsyncImage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OpenSwiftUIProject/OpenAsyncImage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bba811d Fix runtimeIssuesLog in release configuration
Cloned https://github.com/OpenSwiftUIProject/OpenAsyncImage.git
Revision (git rev-parse @):
bba811d9ce06cf6f43071a6f835064a15cefd50b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OpenSwiftUIProject/OpenAsyncImage.git at main
Fetching https://github.com/OpenSwiftUIProject/SymbolLocator.git
[1/60] Fetching symbollocator
Fetched https://github.com/OpenSwiftUIProject/SymbolLocator.git from cache (0.66s)
Computing version for https://github.com/OpenSwiftUIProject/SymbolLocator.git
Computed https://github.com/OpenSwiftUIProject/SymbolLocator.git at 0.2.1 (1.22s)
Creating working copy for https://github.com/OpenSwiftUIProject/SymbolLocator.git
Working copy of https://github.com/OpenSwiftUIProject/SymbolLocator.git resolved at 0.2.1
========================================
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": "openasyncimage",
      "name": "OpenAsyncImage",
      "url": "https://github.com/OpenSwiftUIProject/OpenAsyncImage.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenAsyncImage",
      "dependencies": [
        {
          "identity": "symbollocator",
          "name": "SymbolLocator",
          "url": "https://github.com/OpenSwiftUIProject/SymbolLocator.git",
          "version": "0.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SymbolLocator",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/OpenSwiftUIProject/OpenAsyncImage.git
[1/77] Fetching openasyncimage
Fetched https://github.com/OpenSwiftUIProject/OpenAsyncImage.git from cache (0.76s)
Fetching https://github.com/OpenSwiftUIProject/SymbolLocator.git from cache
Fetched https://github.com/OpenSwiftUIProject/SymbolLocator.git from cache (0.46s)
Computing version for https://github.com/OpenSwiftUIProject/SymbolLocator.git
Computed https://github.com/OpenSwiftUIProject/SymbolLocator.git at 0.2.1 (0.51s)
Creating working copy for https://github.com/OpenSwiftUIProject/OpenAsyncImage.git
Working copy of https://github.com/OpenSwiftUIProject/OpenAsyncImage.git resolved at main (bba811d)
Creating working copy for https://github.com/OpenSwiftUIProject/SymbolLocator.git
Working copy of https://github.com/OpenSwiftUIProject/SymbolLocator.git resolved at 0.2.1
warning: '.resolve-product-dependencies': dependency 'openasyncimage' is not used by any target
Found 1 product dependencies
  - SymbolLocator
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/OpenSwiftUIProject/OpenAsyncImage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-49B95AFC49DCD68C.txt
While building module 'SymbolLocator' imported from /Users/admin/builder/spi-builder-workspace/Sources/COpenAsyncImage/ImageStub.c:5:
In file included from <module-includes>:1:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SymbolLocator/Sources/SymbolLocator/include/SymbolLocator.h:154:1: warning: umbrella header for module 'SymbolLocator' does not include header 'SymbolLocatorLog.h' [-Wincomplete-umbrella]
1 warning generated.
[4/5] Compiling COpenAsyncImage ImageStub.c
[6/11] Compiling OpenAsyncImage onChange+Backport.swift
[7/11] Compiling OpenAsyncImage URLSession+Backport.swift
[8/11] Compiling OpenAsyncImage Log.swift
[9/11] Compiling OpenAsyncImage Image.swift
[10/11] Compiling OpenAsyncImage AsyncImage.swift
[11/11] Emitting module OpenAsyncImage
[12/13] Compiling OpenAsyncImageKit Export.swift
[13/13] Emitting module OpenAsyncImageKit
[14/15] Emitting module OpenAsyncImagePlayground
[15/15] Compiling OpenAsyncImagePlayground ContentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAsyncImagePlayground/ContentView.swift:29:32: warning: 'init(url:scale:)' is deprecated: Use `init(url:scale:content:placeholder:) instead. [#DeprecatedDeclaration]
27 |             }
28 |             NavigationLink {
29 |                 OpenAsyncImage.AsyncImage(url: url)
   |                                `- warning: 'init(url:scale:)' is deprecated: Use `init(url:scale:content:placeholder:) instead. [#DeprecatedDeclaration]
30 |             } label: {
31 |                 Text("OpenAsyncImage.AsyncImage")
/Users/admin/builder/spi-builder-workspace/Sources/OpenAsyncImagePlayground/ContentView.swift:36:36: warning: 'init(url:scale:)' is deprecated: Use `init(url:scale:content:placeholder:) instead. [#DeprecatedDeclaration]
34 |                 VStack {
35 |                     SwiftUI.AsyncImage(url: url)
36 |                     OpenAsyncImage.AsyncImage(url: url)
   |                                    `- warning: 'init(url:scale:)' is deprecated: Use `init(url:scale:content:placeholder:) instead. [#DeprecatedDeclaration]
37 |                 }
38 |             } label: {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (10.02s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "symbollocator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenSwiftUIProject/SymbolLocator.git"
    }
  ],
  "manifest_display_name" : "OpenAsyncImage",
  "name" : "OpenAsyncImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAsyncImageKit",
      "targets" : [
        "OpenAsyncImageKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAsyncImagePlayground",
      "targets" : [
        "OpenAsyncImagePlayground"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAsyncImagePlayground",
      "module_type" : "SwiftTarget",
      "name" : "OpenAsyncImagePlayground",
      "path" : "Sources/OpenAsyncImagePlayground",
      "product_memberships" : [
        "OpenAsyncImagePlayground"
      ],
      "sources" : [
        "ContentView.swift"
      ],
      "target_dependencies" : [
        "OpenAsyncImageKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAsyncImageKit",
      "module_type" : "SwiftTarget",
      "name" : "OpenAsyncImageKit",
      "path" : "Sources/OpenAsyncImageKit",
      "product_memberships" : [
        "OpenAsyncImageKit",
        "OpenAsyncImagePlayground"
      ],
      "sources" : [
        "Export.swift"
      ],
      "target_dependencies" : [
        "OpenAsyncImage"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAsyncImage",
      "module_type" : "SwiftTarget",
      "name" : "OpenAsyncImage",
      "path" : "Sources/OpenAsyncImage",
      "product_memberships" : [
        "OpenAsyncImageKit",
        "OpenAsyncImagePlayground"
      ],
      "sources" : [
        "AsyncImage.swift",
        "Image.swift",
        "Log.swift",
        "URLSession+Backport.swift",
        "onChange+Backport.swift"
      ],
      "target_dependencies" : [
        "COpenAsyncImage"
      ],
      "type" : "library"
    },
    {
      "c99name" : "COpenAsyncImage",
      "module_type" : "ClangTarget",
      "name" : "COpenAsyncImage",
      "path" : "Sources/COpenAsyncImage",
      "product_dependencies" : [
        "SymbolLocator"
      ],
      "product_memberships" : [
        "OpenAsyncImageKit",
        "OpenAsyncImagePlayground"
      ],
      "sources" : [
        "ImageStub.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/openswiftuiproject/openasyncimage/main
Repository:               OpenSwiftUIProject/OpenAsyncImage
Swift version used:       6.2
Target:                   OpenAsyncImage
Extracting symbol information for 'OpenAsyncImage'...
Finished extracting symbol information for 'OpenAsyncImage'. (3.93s)
Building documentation for 'OpenAsyncImage'...
warning: 'Image' doesn't exist at '/OpenAsyncImage/AsyncImage'
  --> ../AsyncImage.swift:78:36-78:41
76 | /// > Important: You can't apply image-specific modifiers, like
77 | /// [resizable(capInsets:resizingMode:)](https://developer.apple.com/documentation/swiftui/image/resizable(capinsets:resizingmode:)), directly to an `AsyncImage`.
78 + /// Instead, apply them to the ``Image`` instance that your `content`
79 | /// closure gets when defining the view's appearance.
80 | ///
Finished building documentation for 'OpenAsyncImage' (0.76s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/openswiftuiproject/openasyncimage/main
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/OpenSwiftUIProject/SymbolLocator.git
Updated https://github.com/OpenSwiftUIProject/SymbolLocator.git (0.41s)
[1/2133] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.20s)
Computing version for https://github.com/OpenSwiftUIProject/SymbolLocator.git
Computed https://github.com/OpenSwiftUIProject/SymbolLocator.git at 0.2.1 (1.73s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.12s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3553] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.89s)
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.5
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
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit Names.swift
[7/53] Compiling SymbolKit SPI.swift
[8/53] Compiling SymbolKit Snippet.swift
[9/53] Compiling SymbolKit Extension.swift
[10/57] Compiling SymbolKit SourceRange.swift
[11/57] Compiling SymbolKit Metadata.swift
[12/57] Compiling SymbolKit Module.swift
[13/57] Compiling SymbolKit OperatingSystem.swift
[14/57] Compiling SymbolKit Platform.swift
[15/57] Compiling Snippets SnippetParser.swift
[16/57] Compiling Snippets Snippet.swift
[17/57] Emitting module Snippets
[18/57] Emitting module SymbolKit
[19/57] Compiling SymbolKit Mixin+Equals.swift
[20/57] Compiling SymbolKit Mixin+Hash.swift
[21/57] Compiling SymbolKit Mixin.swift
[22/57] Compiling SymbolKit LineList.swift
[23/57] Compiling SymbolKit Position.swift
[24/57] Compiling SymbolKit Relationship.swift
[25/57] Compiling SymbolKit RelationshipKind.swift
[26/57] Compiling SymbolKit SourceOrigin.swift
[27/57] Compiling SymbolKit GenericConstraints.swift
[28/57] Compiling SymbolKit Swift.swift
[29/57] Compiling SymbolKit Symbol.swift
[30/57] Compiling SymbolKit SymbolKind.swift
[31/57] Compiling SymbolKit SymbolGraph.swift
[32/57] Compiling SymbolKit GraphCollector.swift
[33/57] Compiling SymbolKit SemanticVersion.swift
[34/57] Compiling SymbolKit AccessControl.swift
[35/57] Compiling SymbolKit Availability.swift
[36/57] Compiling SymbolKit AvailabilityItem.swift
[37/57] Compiling SymbolKit Domain.swift
[38/57] Compiling SymbolKit GenericConstraint.swift
[39/57] Compiling SymbolKit GenericParameter.swift
[40/57] Compiling SymbolKit Generics.swift
[41/57] Compiling SymbolKit Namespace.swift
[42/57] Compiling SymbolKit Identifier.swift
[43/57] Compiling SymbolKit KindIdentifier.swift
[44/57] Compiling SymbolKit Location.swift
[45/57] Compiling SymbolKit Mutability.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.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] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.60s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'OpenAsyncImage' complete! (0.22s)
    1716
13	/Users/admin/builder/spi-builder-workspace/.docs/openswiftuiproject/openasyncimage/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/openswiftuiproject/openasyncimage/main
File count: 1716
Doc size:   13.0MB
Preparing doc bundle ...
Uploading prod-openswiftuiproject-openasyncimage-main-9a4a184e.zip to s3://spi-docs-inbox/prod-openswiftuiproject-openasyncimage-main-9a4a184e.zip
Copying... [12%]
Copying... [22%]
Copying... [32%]
Copying... [42%]
Copying... [52%]
Copying... [62%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.