Build Information
Successful build of PexelsSwift, reference 1.0.1 (feef36
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 14:45:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lukepistrol/Pexels-Swift.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lukepistrol/Pexels-Swift
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at feef363 Merge pull request #16 from itzaks/main
Cloned https://github.com/lukepistrol/Pexels-Swift.git
Revision (git rev-parse @):
feef3637b92ea25baf9588a25578090b6a01d2af
SUCCESS checkout https://github.com/lukepistrol/Pexels-Swift.git at 1.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/lukepistrol/Pexels-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/25] Emitting module PexelsSwift
[6/27] Compiling PexelsSwift PSPagingInfo.swift
[7/27] Compiling PexelsSwift PSPhoto.swift
[8/27] Compiling PexelsSwift Int+String.swift
[9/27] Compiling PexelsSwift PSLogLevel.swift
[10/27] Compiling PexelsSwift PSLogger.swift
[11/27] Compiling PexelsSwift PexelsSwift+Photos.swift
[12/27] Compiling PexelsSwift PexelsSwift+Videos.swift
[13/27] Compiling PexelsSwift PSVideo.swift
[14/27] Compiling PexelsSwift URLSession+DataForRequest.swift
[15/27] Compiling PexelsSwift PexelsSwift+API.swift
[16/27] Compiling PexelsSwift PexelsSwift+Color.swift
[17/27] Compiling PexelsSwift PSError.swift
[18/27] Compiling PexelsSwift Data+PrettyJSON.swift
[19/27] Compiling PexelsSwift HTTPURLResponse+.swift
[20/27] Compiling PexelsSwift MockURLProtocol.swift
[21/27] Compiling PexelsSwift PexelsSwift+Collections.swift
[22/27] Compiling PexelsSwift PexelsSwift.swift
[23/27] Compiling PexelsSwift PSCollection.swift
[24/27] Compiling PexelsSwift PexelsSwift+RateLimit.swift
[25/27] Compiling PexelsSwift PexelsSwift+Results.swift
[26/27] Compiling PexelsSwift PexelsSwift+Orientation+Size+Locale.swift
[27/27] Compiling PexelsSwift PexelsSwift+QueryParameter.swift
Build complete! (18.45s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.19s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.73s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.16s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.74s)
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
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "PexelsSwift",
"name" : "PexelsSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "PexelsSwift",
"targets" : [
"PexelsSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PexelsSwiftTests",
"module_type" : "SwiftTarget",
"name" : "PexelsSwiftTests",
"path" : "Tests/PexelsSwiftTests",
"sources" : [
"InternalTests.swift",
"PexelsSwiftTests+MockData.swift",
"PexelsSwiftTests.swift"
],
"target_dependencies" : [
"PexelsSwift"
],
"type" : "test"
},
{
"c99name" : "PexelsSwift",
"module_type" : "SwiftTarget",
"name" : "PexelsSwift",
"path" : "Sources/PexelsSwift",
"product_memberships" : [
"PexelsSwift"
],
"sources" : [
"Errors/PSError.swift",
"Extensions/Data+PrettyJSON.swift",
"Extensions/HTTPURLResponse+.swift",
"Extensions/Int+String.swift",
"Logger/PSLogLevel.swift",
"Logger/PSLogger.swift",
"MockURLProtocol/MockURLProtocol.swift",
"PexelsSwift+Collections.swift",
"PexelsSwift+Extensions/PexelsSwift+API.swift",
"PexelsSwift+Extensions/PexelsSwift+Color.swift",
"PexelsSwift+Extensions/PexelsSwift+Orientation+Size+Locale.swift",
"PexelsSwift+Extensions/PexelsSwift+QueryParameter.swift",
"PexelsSwift+Extensions/PexelsSwift+RateLimit.swift",
"PexelsSwift+Extensions/PexelsSwift+Results.swift",
"PexelsSwift+Photos.swift",
"PexelsSwift+Videos.swift",
"PexelsSwift.swift",
"Resources/PSCollection.swift",
"Resources/PSPagingInfo.swift",
"Resources/PSPhoto.swift",
"Resources/PSVideo.swift",
"_Deprecated/URLSession+DataForRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.