Build Information
Successful build of ImageFetcher, reference 2.1.0 (458980
), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 30 Jul 2024 21:23:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -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.8
Building package at path: $PWD
https://github.com/Mobelux/ImageFetcher.git
Command line invocation:
/Applications/Xcode-14.3.1.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 ‘DiskCache’
Checking out 2.2.0 of package ‘DiskCache’
Creating working copy of package ‘swift-crypto’
Checking out 3.5.2 of package ‘swift-crypto’
Resolve Package Graph
Resolved source packages:
DiskCache: https://github.com/Mobelux/DiskCache.git @ 2.2.0
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.5.2
ImageFetcher: /Users/admin/builder/spi-builder-workspace
resolved source packages: DiskCache, swift-crypto, ImageFetcher
2024-07-30 17:22:32.964 xcodebuild[465:2426] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-07-30 17:22:42.767 xcodebuild[465:2426] [MT] IDEFileReferenceDebug: [Load] <IDEFileReference, 0x600001fee900: name:Documentation.docc path:absolute:/Users/admin/builder/spi-builder-workspace/Sources/ImageFetcher/Documentation.docc> Failed to load container at path: /Users/admin/builder/spi-builder-workspace/Sources/ImageFetcher/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder".}
2024-07-30 17:22:42.889 xcodebuild[465:2426] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600001fb5900: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DiskCache/Sources/DiskCache/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
{
"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"
]
}
}
2024-07-30 17:22:47.755 xcodebuild[648:3170] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-07-30 17:22:48.045 xcodebuild[648:3170] [MT] IDEFileReferenceDebug: [Load] <IDEFileReference, 0x6000021a8d00: name:Documentation.docc path:absolute:/Users/admin/builder/spi-builder-workspace/Sources/ImageFetcher/Documentation.docc> Failed to load container at path: /Users/admin/builder/spi-builder-workspace/Sources/ImageFetcher/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder".}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ImageFetcher -destination platform=macOS,arch=arm64
Build complete.
Done.