Build Information
Successful build of PlaceholderImages, reference 1.0.1 (f04b9a), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 16:23:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appsaurus/PlaceholderImages.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Appsaurus/PlaceholderImages
* tag 1.0.1 -> FETCH_HEAD
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 1.0.1
Fetching https://github.com/Appsaurus/SwiftTestUtils
[1/150] Fetching swifttestutils
Fetched https://github.com/Appsaurus/SwiftTestUtils from cache (0.66s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (1.31s)
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/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "placeholderimages",
"name": "PlaceholderImages",
"url": "https://github.com/Appsaurus/PlaceholderImages.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PlaceholderImages",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swifttestutils",
"name": "SwiftTestUtils",
"url": "https://github.com/Appsaurus/SwiftTestUtils",
"version": "1.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftTestUtils",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Appsaurus/PlaceholderImages.git
[1/173] Fetching placeholderimages
Fetched https://github.com/Appsaurus/PlaceholderImages.git from cache (0.65s)
Fetching https://github.com/Appsaurus/SwiftTestUtils from cache
Fetched https://github.com/Appsaurus/SwiftTestUtils from cache (0.43s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (0.49s)
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 1.0.1 (f04b9a6)
warning: '.resolve-product-dependencies': dependency 'placeholderimages' is not used by any target
Found 1 product dependencies
- SwiftTestUtils
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Appsaurus/PlaceholderImages.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Compiling PlaceholderImages Unsplash.swift
[4/10] Compiling PlaceholderImages LoremFlickr.swift
[5/10] Compiling PlaceholderImages PlaceImg.swift
[6/10] Compiling PlaceholderImages DummyImage.swift
[7/10] Compiling PlaceholderImages PlaceholderImageGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Shared/PlaceholderImageGenerator.swift:51:2: warning: 'fileprivate' modifier is redundant for instance method declared in a fileprivate extension
49 |
50 | fileprivate extension String{
51 | fileprivate func toURL() -> URL{
| `- warning: 'fileprivate' modifier is redundant for instance method declared in a fileprivate extension
52 | return URL(string: self)!
53 | }
[8/10] Compiling PlaceholderImages ImageURLProvider.swift
[9/10] Emitting module PlaceholderImages
/Users/admin/builder/spi-builder-workspace/Sources/Shared/PlaceholderImageGenerator.swift:51:2: warning: 'fileprivate' modifier is redundant for instance method declared in a fileprivate extension
49 |
50 | fileprivate extension String{
51 | fileprivate func toURL() -> URL{
| `- warning: 'fileprivate' modifier is redundant for instance method declared in a fileprivate extension
52 | return URL(string: self)!
53 | }
[10/10] Compiling PlaceholderImages LoremPixel.swift
Build complete! (4.78s)
Build complete.
{
"dependencies" : [
{
"identity" : "swifttestutils",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Appsaurus/SwiftTestUtils"
}
],
"manifest_display_name" : "PlaceholderImages",
"name" : "PlaceholderImages",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PlaceholderImages",
"targets" : [
"PlaceholderImages"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PlaceholderImagesTests",
"module_type" : "SwiftTarget",
"name" : "PlaceholderImagesTests",
"path" : "PlaceholderImagesTests/Shared",
"product_dependencies" : [
"SwiftTestUtils"
],
"sources" : [
"SharedTests.swift"
],
"target_dependencies" : [
"PlaceholderImages"
],
"type" : "test"
},
{
"c99name" : "PlaceholderImages",
"module_type" : "SwiftTarget",
"name" : "PlaceholderImages",
"path" : "Sources/Shared",
"product_memberships" : [
"PlaceholderImages"
],
"sources" : [
"ImageURLProvider.swift",
"PlaceholderImageGenerator.swift",
"Providers/DummyImage.swift",
"Providers/LoremFlickr.swift",
"Providers/LoremPixel.swift",
"Providers/PlaceImg.swift",
"Providers/Unsplash.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.