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 ImageFetcher, reference 2.1.0 (458980), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 30 Jul 2024 21:23:17 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ImageFetcher -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mobelux/ImageFetcher.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Mobelux/ImageFetcher
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 4589800 Initial Preparation for Strict Concurrency (#28)
Cloned https://github.com/Mobelux/ImageFetcher.git
Revision (git rev-parse @):
458980060566602ef4c8ad09c53e9f8339cd8f9a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Mobelux/ImageFetcher.git at 2.1.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Mobelux/ImageFetcher.git
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-crypto.git
Fetching from https://github.com/Mobelux/DiskCache.git
Creating working copy of package ‘swift-crypto’
Checking out 3.5.2 of package ‘swift-crypto’
Creating working copy of package ‘DiskCache’
Checking out 2.2.0 of package ‘DiskCache’
Resolved source packages:
  ImageFetcher: /Users/admin/builder/spi-builder-workspace
  DiskCache: https://github.com/Mobelux/DiskCache.git @ 2.2.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.5.2
resolved source packages: ImageFetcher, DiskCache, swift-crypto
{
  "dependencies" : [
    {
      "identity" : "diskcache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Mobelux/DiskCache.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "ImageFetcher",
  "name" : "ImageFetcher",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "ImageFetcher",
      "targets" : [
        "ImageFetcher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ImageFetcherTests",
      "module_type" : "SwiftTarget",
      "name" : "ImageFetcherTests",
      "path" : "Tests/ImageFetcherTests",
      "sources" : [
        "Helpers/Counter.swift",
        "Helpers/Extensions/Color+Utils.swift",
        "Helpers/Extensions/Networking+Mock.swift",
        "Helpers/Extensions/XCTestCase+Utils.swift",
        "Helpers/Mock.swift",
        "Helpers/MockCache.swift",
        "Helpers/MockImageProcessor.swift",
        "ImageFetcherTests.swift",
        "ImageProcessorTests.swift"
      ],
      "target_dependencies" : [
        "ImageFetcher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ImageFetcher",
      "module_type" : "SwiftTarget",
      "name" : "ImageFetcher",
      "path" : "Sources/ImageFetcher",
      "product_dependencies" : [
        "DiskCache",
        "Crypto"
      ],
      "product_memberships" : [
        "ImageFetcher"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/CGSize+Hashable.swift",
        "Extensions/Error+Utils.swift",
        "Extensions/Image+Utils.swift",
        "Extensions/String+md5.swift",
        "Extensions/URLSessionConfiguration+cacheless.swift",
        "Image.swift",
        "ImageConfiguration.swift",
        "ImageError.swift",
        "ImageFetcher.swift",
        "ImageProcessor.swift",
        "ImageSource.swift",
        "Networking.swift",
        "Protocols/ImageFetching.swift",
        "Protocols/ImageProcessing.swift",
        "Protocols/Keyable.swift",
        "Protocols/Queue.swift",
        "TaskManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ImageFetcher"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ImageFetcher -destination platform=macOS,arch=arm64
Build complete.
Done.