The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CachedAsyncImage with Swift 5.10 for macOS (SPM) (eadc38) on 25 Jun 2024 18:47:17 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.43.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/CachedAsyncImage.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/CachedAsyncImage
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at eadc38d Initial version
Cloned https://github.com/0xWDG/CachedAsyncImage.git
Revision (git rev-parse @):
eadc38d05b17d5ba398d29707aee56c388c60ff1
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/0xWDG/CachedAsyncImage.git at 0.0.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": "cachedasyncimage",
      "name": "CachedAsyncImage",
      "url": "https://github.com/0xWDG/CachedAsyncImage.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CachedAsyncImage",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/0xWDG/CachedAsyncImage.git
[1/693] Fetching cachedasyncimage
Fetched https://github.com/0xWDG/CachedAsyncImage.git from cache (1.48s)
Creating working copy for https://github.com/0xWDG/CachedAsyncImage.git
Working copy of https://github.com/0xWDG/CachedAsyncImage.git resolved at 0.0.1 (eadc38d)
warning: '.resolve-product-dependencies': dependency 'cachedasyncimage' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/0xWDG/CachedAsyncImage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/4] Compiling CachedAsyncImage CachedAsyncImage.swift
[4/4] Emitting module CachedAsyncImage
Build complete! (7.09s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $workDir/.docs/0xwdg/cachedasyncimage/0.0.1
Repository:               0xWDG/CachedAsyncImage
Swift version used:       5.10
Target:                   CachedAsyncImage
Generating documentation for 'CachedAsyncImage'...
Converting documentation...
warning: No external resolver registered for 'com.apple.documentation'.
  --> Sources/CachedAsyncImage/CachedAsyncImage.swift:19:10-19:71
17 | ///
18 | /// This view uses the shared
19 + /// <doc://com.apple.documentation/documentation/Foundation/URLSession>
20 | /// instance to load an image from the specified URL, and then display it.
21 | /// For example, you can display an icon that's stored on a server:
warning: Resource 'AsyncImage-1' couldn't be found
  --> Sources/CachedAsyncImage/CachedAsyncImage.swift:31:5-33:59
29 | /// than the frame, and so appears smaller than the placeholder.
30 | ///
31 + /// ![A diagram that shows a grey box on the left, the SwiftUI icon on the
32 + /// right, and an arrow pointing from the first to the second. The icon
33 + /// is about half the size of the grey box.](AsyncImage-1)
34 | ///
35 | /// You can specify a custom placeholder using
warning: 'init(url:scale:content:placeholder:)' doesn't exist at '/CachedAsyncImage/CachedAsyncImage'
  --> Sources/CachedAsyncImage/CachedAsyncImage.swift:36:7-36:43
34 | ///
35 | /// You can specify a custom placeholder using
36 + /// ``init(url:scale:content:placeholder:)``. With this initializer, you can
   |       ╰─suggestion: Replace 'init(url:scale:content:placeholder:)' with 'init(url:urlCache:scale:content:placeholder:)'
37 | /// also use the `content` parameter to manipulate the loaded image.
38 | /// For example, you can add a modifier to make the loaded image resizable:
warning: 'ProgressView' doesn't exist at '/CachedAsyncImage/CachedAsyncImage'
  --> Sources/CachedAsyncImage/CachedAsyncImage.swift:47:41-47:53
45 | ///     .frame(width: 50, height: 50)
46 | ///
47 + /// For this example, SwiftUI shows a ``ProgressView`` first, and then the
   |                                         ╰─suggestion: Replace 'ProgressView' with 'progressViewStyle(_:)'
48 | /// image scaled to fit in the specified frame:
49 | ///
warning: Resource 'AsyncImage-2' couldn't be found
  --> Sources/CachedAsyncImage/CachedAsyncImage.swift:50:5-51:78
48 | /// image scaled to fit in the specified frame:
49 | ///
50 + /// ![A diagram that shows a progress view on the left, the SwiftUI icon on the
51 + /// right, and an arrow pointing from the first to the second.](AsyncImage-2)
52 | ///
53 | /// > Important: You can't apply image-specific modifiers, like
warning: 'Image' doesn't exist at '/CachedAsyncImage/CachedAsyncImage'
  --> Sources/CachedAsyncImage/CachedAsyncImage.swift:54:9-54:14
52 | ///
53 | /// > Important: You can't apply image-specific modifiers, like
54 + /// ``Image/resizable(capInsets:resizingMode:)``, directly to an `AsyncImage`.
55 | /// Instead, apply them to the ``Image`` instance that your `content`
56 | /// closure gets when defining the view's appearance.
warning: 'Image' doesn't exist at '/CachedAsyncImage/CachedAsyncImage'
  --> Sources/CachedAsyncImage/CachedAsyncImage.swift:55:36-55:41
53 | /// > Important: You can't apply image-specific modifiers, like
54 | /// ``Image/resizable(capInsets:resizingMode:)``, directly to an `AsyncImage`.
55 + /// Instead, apply them to the ``Image`` instance that your `content`
56 | /// closure gets when defining the view's appearance.
57 | ///
warning: 'init(url:scale:transaction:content:)' doesn't exist at '/CachedAsyncImage/CachedAsyncImage'
  --> Sources/CachedAsyncImage/CachedAsyncImage.swift:59:7-59:43
57 | ///
58 | /// To gain more control over the loading process, use the
59 + /// ``init(url:scale:transaction:content:)`` initializer, which takes a
   |       ╰─suggestion: Replace 'init(url:scale:transaction:content:)' with 'init(url:urlCache:scale:transaction:content:)'
60 | /// `content` closure that receives an ``AsyncImagePhase`` to indicate
61 | /// the state of the loading operation. Return a view that's appropriate
warning: 'AsyncImagePhase' doesn't exist at '/CachedAsyncImage/CachedAsyncImage'
  --> Sources/CachedAsyncImage/CachedAsyncImage.swift:60:42-60:57
58 | /// To gain more control over the loading process, use the
59 | /// ``init(url:scale:transaction:content:)`` initializer, which takes a
60 + /// `content` closure that receives an ``AsyncImagePhase`` to indicate
61 | /// the state of the loading operation. Return a view that's appropriate
62 | /// for the current phase:
warning: 'Image' doesn't exist at '/CachedAsyncImage/CachedAsyncImage/init(url:urlCache:scale:)'
   --> Sources/CachedAsyncImage/CachedAsyncImage.swift:115:30-115:35
113 |     ///
114 |     /// If you want to customize the placeholder or apply image-specific
115 +     /// modifiers --- like ``Image/resizable(capInsets:resizingMode:)`` ---
116 |     /// to the loaded image, use the ``init(url:scale:content:placeholder:)``
117 |     /// initializer instead.
warning: 'init(url:scale:content:placeholder:)' doesn't exist at '/CachedAsyncImage/CachedAsyncImage/init(url:urlCache:scale:)'
   --> Sources/CachedAsyncImage/CachedAsyncImage.swift:116:40-116:76
114 |     /// If you want to customize the placeholder or apply image-specific
115 |     /// modifiers --- like ``Image/resizable(capInsets:resizingMode:)`` ---
116 +     /// to the loaded image, use the ``init(url:scale:content:placeholder:)``
117 |     /// initializer instead.
118 |     ///
warning: 'init(url:scale:transaction:content:)' doesn't exist at '/CachedAsyncImage/CachedAsyncImage/init(url:urlCache:scale:content:placeholder:)'
   --> Sources/CachedAsyncImage/CachedAsyncImage.swift:161:19-161:55
159 |     /// If the load operation fails, SwiftUI continues to display the
160 |     /// placeholder. To be able to display a different view on a load error,
161 +     /// use the ``init(url:scale:transaction:content:)`` initializer instead.
162 |     ///
163 |     /// - Parameters:
warning: 'AsyncImagePhase' doesn't exist at '/CachedAsyncImage/CachedAsyncImage/init(url:urlCache:scale:transaction:content:)'
   --> Sources/CachedAsyncImage/CachedAsyncImage.swift:195:11-195:26
193 |     /// If you set the asynchronous image's URL to `nil`, or after you set the
194 |     /// URL to a value but before the load operation completes, the phase is
195 +     /// ``AsyncImagePhase/empty``. After the operation completes, the phase
196 |     /// becomes either ``AsyncImagePhase/failure(_:)`` or
197 |     /// ``AsyncImagePhase/success(_:)``. In the first case, the phase's
warning: 'AsyncImagePhase' doesn't exist at '/CachedAsyncImage/CachedAsyncImage/init(url:urlCache:scale:transaction:content:)'
   --> Sources/CachedAsyncImage/CachedAsyncImage.swift:196:26-196:41
194 |     /// URL to a value but before the load operation completes, the phase is
195 |     /// ``AsyncImagePhase/empty``. After the operation completes, the phase
196 +     /// becomes either ``AsyncImagePhase/failure(_:)`` or
197 |     /// ``AsyncImagePhase/success(_:)``. In the first case, the phase's
198 |     /// ``AsyncImagePhase/error`` value indicates the reason for failure.
warning: 'AsyncImagePhase' doesn't exist at '/CachedAsyncImage/CachedAsyncImage/init(url:urlCache:scale:transaction:content:)'
   --> Sources/CachedAsyncImage/CachedAsyncImage.swift:197:11-197:26
195 |     /// ``AsyncImagePhase/empty``. After the operation completes, the phase
196 |     /// becomes either ``AsyncImagePhase/failure(_:)`` or
197 +     /// ``AsyncImagePhase/success(_:)``. In the first case, the phase's
198 |     /// ``AsyncImagePhase/error`` value indicates the reason for failure.
199 |     /// In the second case, the phase's ``AsyncImagePhase/image`` property
warning: 'AsyncImagePhase' doesn't exist at '/CachedAsyncImage/CachedAsyncImage/init(url:urlCache:scale:transaction:content:)'
   --> Sources/CachedAsyncImage/CachedAsyncImage.swift:198:11-198:26
196 |     /// becomes either ``AsyncImagePhase/failure(_:)`` or
197 |     /// ``AsyncImagePhase/success(_:)``. In the first case, the phase's
198 +     /// ``AsyncImagePhase/error`` value indicates the reason for failure.
199 |     /// In the second case, the phase's ``AsyncImagePhase/image`` property
200 |     /// contains the loaded image. Use the phase to drive the output of the
warning: 'AsyncImagePhase' doesn't exist at '/CachedAsyncImage/CachedAsyncImage/init(url:urlCache:scale:transaction:content:)'
   --> Sources/CachedAsyncImage/CachedAsyncImage.swift:199:43-199:58
197 |     /// ``AsyncImagePhase/success(_:)``. In the first case, the phase's
198 |     /// ``AsyncImagePhase/error`` value indicates the reason for failure.
199 +     /// In the second case, the phase's ``AsyncImagePhase/image`` property
200 |     /// contains the loaded image. Use the phase to drive the output of the
201 |     /// `content` closure, which defines the view's appearance:
warning: 'AsyncImage' doesn't exist at '/CachedAsyncImage/CachedAsyncImage/init(url:urlCache:scale:transaction:content:)'
   --> Sources/CachedAsyncImage/CachedAsyncImage.swift:214:11-214:21
212 |     ///
213 |     /// To add transitions when you change the URL, apply an identifier to the
214 +     /// ``AsyncImage``.
215 |     ///
216 |     /// - Parameters:Conversion complete! (1.36s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/0xwdg/cachedasyncimage/0.0.1'
Fetching https://github.com/apple/swift-docc-plugin
[1/1578] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.23s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (2.09s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2884] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.20s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.64s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-entitlement.plist
[4/8] Write swift-version-33747A42983211AE.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/53] Compiling SymbolKit SemanticVersion.swift
[11/53] Compiling SymbolKit AccessControl.swift
[12/53] Compiling SymbolKit Availability.swift
[13/53] Compiling SymbolKit AvailabilityItem.swift
[14/53] Compiling SymbolKit Domain.swift
[15/57] Emitting module SymbolKit
[16/57] Compiling SymbolKit DeclarationFragments.swift
[17/57] Compiling SymbolKit Fragment.swift
[18/57] Compiling SymbolKit FragmentKind.swift
[19/57] Compiling SymbolKit FunctionParameter.swift
[20/57] Compiling SymbolKit FunctionSignature.swift
[21/57] Compiling SymbolKit SourceRange.swift
[22/57] Compiling SymbolKit Metadata.swift
[23/57] Compiling SymbolKit Module.swift
[24/57] Compiling SymbolKit OperatingSystem.swift
[25/57] Compiling SymbolKit Platform.swift
[26/57] Compiling SymbolKit Identifier.swift
[27/57] Compiling SymbolKit KindIdentifier.swift
[28/57] Compiling SymbolKit Location.swift
[29/57] Compiling SymbolKit Mutability.swift
[30/57] Compiling Snippets Snippet.swift
[31/57] Emitting module Snippets
[32/57] Compiling Snippets SnippetParser.swift
[33/57] Compiling SymbolKit Mixin+Equals.swift
[34/57] Compiling SymbolKit Mixin+Hash.swift
[35/57] Compiling SymbolKit Mixin.swift
[36/57] Compiling SymbolKit LineList.swift
[37/57] Compiling SymbolKit Position.swift
[38/57] Compiling SymbolKit Symbol.swift
[39/57] Compiling SymbolKit SymbolKind.swift
[40/57] Compiling SymbolKit SymbolGraph.swift
[41/57] Compiling SymbolKit GraphCollector.swift
[42/57] Compiling SymbolKit Relationship.swift
[43/57] Compiling SymbolKit RelationshipKind.swift
[44/57] Compiling SymbolKit SourceOrigin.swift
[45/57] Compiling SymbolKit GenericConstraints.swift
[46/57] Compiling SymbolKit Swift.swift
[47/57] Compiling SymbolKit Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.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 SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract URL+Status.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract
[60/61] Applying snippet-extract
Build complete! (3.72s)
Building for debugging...
[0/1] Write swift-version-33747A42983211AE.txt
Build complete! (0.12s)
    1268
10	/Users/admin/builder/spi-builder-workspace/.docs/0xwdg/cachedasyncimage/0.0.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $workDir/.docs/0xwdg/cachedasyncimage/0.0.1
File count: 1268
Doc size:   10.0MB
Preparing doc bundle ...
Uploading prod-0xwdg-cachedasyncimage-0.0.1-4dd2a041.zip to s3://spi-docs-inbox/prod-0xwdg-cachedasyncimage-0.0.1-4dd2a041.zip
Copying... [12%]
Copying... [23%]
Copying... [31%]
Copying... [42%]
Copying... [54%]
Copying... [61%]
Copying... [73%]
Copying... [81%]
Copying... [92%]
Copying... [100%]
Done.