The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PlaceholderImages with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appsaurus/PlaceholderImages.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Appsaurus/PlaceholderImages
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f04b9a6 Swift 4.2
Cloned https://github.com/Appsaurus/PlaceholderImages.git
Revision (git rev-parse @):
f04b9a60eff34432c4edaa082dad8de316d1a60b
SUCCESS checkout https://github.com/Appsaurus/PlaceholderImages.git at master
Fetching https://github.com/Appsaurus/SwiftTestUtils from cache
Fetched https://github.com/Appsaurus/SwiftTestUtils (0.17s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (0.08s)
Creating working copy for https://github.com/Appsaurus/SwiftTestUtils
Working copy of https://github.com/Appsaurus/SwiftTestUtils resolved at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "placeholderimages",
      "name": "PlaceholderImages",
      "url": "https://github.com/Appsaurus/PlaceholderImages.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PlaceholderImages",
      "dependencies": [
        {
          "identity": "swifttestutils",
          "name": "SwiftTestUtils",
          "url": "https://github.com/Appsaurus/SwiftTestUtils",
          "version": "1.0.1",
          "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftTestUtils",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Appsaurus/PlaceholderImages.git
[1/173] Fetching placeholderimages
Fetched https://github.com/Appsaurus/PlaceholderImages.git (0.25s)
Fetching https://github.com/Appsaurus/SwiftTestUtils from cache
Fetched https://github.com/Appsaurus/SwiftTestUtils (0.21s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (0.02s)
Creating working copy for https://github.com/Appsaurus/SwiftTestUtils
Working copy of https://github.com/Appsaurus/SwiftTestUtils resolved at 1.0.1
Creating working copy for https://github.com/Appsaurus/PlaceholderImages.git
Working copy of https://github.com/Appsaurus/PlaceholderImages.git resolved at master
warning: '.resolve-product-dependencies': dependency 'placeholderimages' is not used by any target
Found 1 product dependencies
  - SwiftTestUtils
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling PlaceholderImages Unsplash.swift
[2/8] Compiling PlaceholderImages LoremPixel.swift
[3/8] Compiling PlaceholderImages ImageURLProvider.swift
[4/8] Compiling PlaceholderImages PlaceholderImageGenerator.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/PlaceholderImageGenerator.swift:51:2: warning: 'fileprivate' modifier is redundant for instance method declared in a fileprivate extension
        fileprivate func toURL() -> URL{
        ^~~~~~~~~~~~

[5/8] Emitting module PlaceholderImages
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/PlaceholderImageGenerator.swift:51:2: warning: 'fileprivate' modifier is redundant for instance method declared in a fileprivate extension
        fileprivate func toURL() -> URL{
        ^~~~~~~~~~~~

[6/8] Compiling PlaceholderImages PlaceImg.swift
[7/8] Compiling PlaceholderImages LoremFlickr.swift
[8/8] Compiling PlaceholderImages DummyImage.swift
Build complete! (8.21s)
Build complete.
Done.