Build Information
Successful build of AlamofireImage, reference 4.4.0 (4cf73d), with Swift 6.0 for macOS (SPM) on 14 Apr 2026 18:00:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Alamofire/AlamofireImage.git
Reference: 4.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Alamofire/AlamofireImage
* tag 4.4.0 -> FETCH_HEAD
HEAD is now at 4cf73d6 Update for 4.4.0 (#486)
Cloned https://github.com/Alamofire/AlamofireImage.git
Revision (git rev-parse @):
4cf73d601c482b7d77bae47de3ef1b8bcf328ec1
SUCCESS checkout https://github.com/Alamofire/AlamofireImage.git at 4.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Alamofire/AlamofireImage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/45] Emitting module Alamofire
[6/49] Compiling Alamofire OperationQueue+Alamofire.swift
[7/49] Compiling Alamofire Result+Alamofire.swift
[8/49] Compiling Alamofire StringEncoding+Alamofire.swift
[9/49] Compiling Alamofire URLRequest+Alamofire.swift
[10/49] Compiling Alamofire HTTPHeaders.swift
[11/49] Compiling Alamofire HTTPMethod.swift
[12/49] Compiling Alamofire Notifications.swift
[13/49] Compiling Alamofire ParameterEncoder.swift
[14/49] Compiling Alamofire ParameterEncoding.swift
[15/49] Compiling Alamofire ServerTrustEvaluation.swift
[16/49] Compiling Alamofire URLEncodedFormEncoder.swift
[17/49] Compiling Alamofire Validation.swift
[18/49] Compiling Alamofire resource_bundle_accessor.swift
[19/49] Compiling Alamofire Alamofire.swift
[20/49] Compiling Alamofire AFError.swift
[21/49] Compiling Alamofire DataRequest.swift
[22/49] Compiling Alamofire DataStreamRequest.swift
[23/49] Compiling Alamofire DownloadRequest.swift
[24/49] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[25/49] Compiling Alamofire AlamofireExtended.swift
[26/49] Compiling Alamofire AuthenticationInterceptor.swift
[27/49] Compiling Alamofire CachedResponseHandler.swift
[28/49] Compiling Alamofire RequestCompression.swift
[29/49] Compiling Alamofire RequestInterceptor.swift
[30/49] Compiling Alamofire ResponseSerialization.swift
[31/49] Compiling Alamofire RetryPolicy.swift
[32/49] Compiling Alamofire Combine.swift
[33/49] Compiling Alamofire Concurrency.swift
[34/49] Compiling Alamofire EventMonitor.swift
[35/49] Compiling Alamofire MultipartFormData.swift
[36/49] Compiling Alamofire Protected.swift
[37/49] Compiling Alamofire Request.swift
[38/49] Compiling Alamofire RequestTaskMap.swift
[39/49] Compiling Alamofire Response.swift
[40/49] Compiling Alamofire Session.swift
[41/49] Compiling Alamofire SessionDelegate.swift
[42/49] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[43/49] Compiling Alamofire UploadRequest.swift
[44/49] Compiling Alamofire WebSocketRequest.swift
[45/49] Compiling Alamofire DispatchQueue+Alamofire.swift
[46/49] Compiling Alamofire MultipartUpload.swift
[47/49] Compiling Alamofire NetworkReachabilityManager.swift
[48/49] Compiling Alamofire OfflineRetrier.swift
[49/49] Compiling Alamofire RedirectHandler.swift
[50/59] Compiling AlamofireImage UIImage+AlamofireImage.swift
[51/59] Compiling AlamofireImage UIButton+AlamofireImage.swift
[52/59] Emitting module AlamofireImage
/Users/admin/builder/spi-builder-workspace/Source/Request+AlamofireImage.swift:37:12: warning: non-final class 'ImageResponseSerializer' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
35 | #endif
36 |
37 | open class ImageResponseSerializer: ResponseSerializer, Sendable {
| `- warning: non-final class 'ImageResponseSerializer' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
38 | // MARK: Properties
39 |
/Users/admin/builder/spi-builder-workspace/Source/Request+AlamofireImage.swift:37:12: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
35 | #endif
36 |
37 | open class ImageResponseSerializer: ResponseSerializer, Sendable {
| |- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
| `- note: in associated type 'Self.SerializedObject' (inferred as 'NSImage')
38 | // MARK: Properties
39 |
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Request+AlamofireImage.swift:37:12: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
35 | #endif
36 |
37 | open class ImageResponseSerializer: ResponseSerializer, Sendable {
| |- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
| `- note: in associated type 'Self.SerializedObject' (inferred as 'NSImage')
38 | // MARK: Properties
39 |
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Request+AlamofireImage.swift:255:17: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
253 | @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
254 | extension DataRequest {
255 | public func publishImage(queue: DispatchQueue = .main,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
256 | imageScale: CGFloat = DataRequest.imageScale,
257 | inflateResponseImage: Bool = true,
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Request+AlamofireImage.swift:274:17: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
272 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
273 | extension DataRequest {
274 | public func serializingImage(automaticallyCancelling shouldAutomaticallyCancel: Bool = true,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
275 | imageScale: CGFloat = DataRequest.imageScale,
276 | inflateResponseImage: Bool = true,
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
[53/59] Compiling AlamofireImage Request+AlamofireImage.swift
/Users/admin/builder/spi-builder-workspace/Source/Request+AlamofireImage.swift:37:12: warning: non-final class 'ImageResponseSerializer' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
35 | #endif
36 |
37 | open class ImageResponseSerializer: ResponseSerializer, Sendable {
| `- warning: non-final class 'ImageResponseSerializer' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
38 | // MARK: Properties
39 |
/Users/admin/builder/spi-builder-workspace/Source/Request+AlamofireImage.swift:37:12: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
35 | #endif
36 |
37 | open class ImageResponseSerializer: ResponseSerializer, Sendable {
| |- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
| `- note: in associated type 'Self.SerializedObject' (inferred as 'NSImage')
38 | // MARK: Properties
39 |
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Request+AlamofireImage.swift:37:12: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
35 | #endif
36 |
37 | open class ImageResponseSerializer: ResponseSerializer, Sendable {
| |- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
| `- note: in associated type 'Self.SerializedObject' (inferred as 'NSImage')
38 | // MARK: Properties
39 |
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Request+AlamofireImage.swift:255:17: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
253 | @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
254 | extension DataRequest {
255 | public func publishImage(queue: DispatchQueue = .main,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
256 | imageScale: CGFloat = DataRequest.imageScale,
257 | inflateResponseImage: Bool = true,
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Request+AlamofireImage.swift:274:17: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
272 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
273 | extension DataRequest {
274 | public func serializingImage(automaticallyCancelling shouldAutomaticallyCancel: Bool = true,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
275 | imageScale: CGFloat = DataRequest.imageScale,
276 | inflateResponseImage: Bool = true,
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
[54/59] Compiling AlamofireImage UIImageView+AlamofireImage.swift
[55/59] Compiling AlamofireImage ImageCache.swift
[56/59] Compiling AlamofireImage ImageFilter.swift
[57/59] Compiling AlamofireImage Image.swift
[58/59] Compiling AlamofireImage ImageDownloader.swift
/Users/admin/builder/spi-builder-workspace/Source/ImageDownloader.swift:309:65: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
307 | if let image = cachedImage {
308 | DispatchQueue.main.async {
309 | let response = AFIDataResponse<Image>(request: urlRequest.urlRequest,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
310 | response: nil,
311 | data: nil,
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/ImageDownloader.swift:345:49: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
343 | request.response(queue: self.responseQueue,
344 | responseSerializer: serializer ?? imageResponseSerializer,
345 | completionHandler: { response in
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
346 | defer {
347 | self.safelyDecrementActiveRequestCount()
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/ImageDownloader.swift:360:50: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
358 | }
359 |
360 | switch response.result {
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
361 | case let .success(image):
362 | var filteredImages: [String: Image] = [:]
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/ImageDownloader.swift:380:75: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
378 | if let cacheKey {
379 | self.imageCache?.add(filteredImage, withIdentifier: cacheKey)
380 | } else if let request = response.request {
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
381 | self.imageCache?.add(filteredImage, for: request, withIdentifier: filter?.identifier)
382 | }
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/ImageDownloader.swift:385:82: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
383 |
384 | DispatchQueue.main.async {
385 | let response = AFIDataResponse<Image>(request: response.request,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
386 | response: response.response,
387 | data: response.data,
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/ImageDownloader.swift:385:102: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
383 |
384 | DispatchQueue.main.async {
385 | let response = AFIDataResponse<Image>(request: response.request,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
386 | response: response.response,
387 | data: response.data,
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/ImageDownloader.swift:386:103: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
384 | DispatchQueue.main.async {
385 | let response = AFIDataResponse<Image>(request: response.request,
386 | response: response.response,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
387 | data: response.data,
388 | metrics: response.metrics,
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/ImageDownloader.swift:387:99: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
385 | let response = AFIDataResponse<Image>(request: response.request,
386 | response: response.response,
387 | data: response.data,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
388 | metrics: response.metrics,
389 | serializationDuration: response.serializationDuration,
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/ImageDownloader.swift:388:102: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
386 | response: response.response,
387 | data: response.data,
388 | metrics: response.metrics,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
389 | serializationDuration: response.serializationDuration,
390 | result: .success(filteredImage))
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/ImageDownloader.swift:389:116: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
387 | data: response.data,
388 | metrics: response.metrics,
389 | serializationDuration: response.serializationDuration,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
390 | result: .success(filteredImage))
391 |
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/ImageDownloader.swift:397:90: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
395 | case .failure:
396 | for (_, _, completion) in responseHandler.operations {
397 | DispatchQueue.main.async { completion?(response.mapError { AFIError.alamofireError($0) }) }
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
398 | }
399 | }
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/ImageDownloader.swift:478:28: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
476 | let error = AFIError.requestCancelled
477 |
478 | return DataResponse(request: urlRequest,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
479 | response: nil,
480 | data: nil,
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Source/ImageDownloader.swift:478:28: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
476 | let error = AFIError.requestCancelled
477 |
478 | return DataResponse(request: urlRequest,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
479 | response: nil,
480 | data: nil,
AppKit.NSImage:2:11: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSImage : @unchecked Sendable {
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
3 | }
[59/59] Compiling AlamofireImage AFIError.swift
Build complete! (13.94s)
Fetching https://github.com/Alamofire/Alamofire.git
[1/31530] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.99s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.11.2 (0.48s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.11.2
Build complete.
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.11.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
}
],
"manifest_display_name" : "AlamofireImage",
"name" : "AlamofireImage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "AlamofireImage",
"targets" : [
"AlamofireImage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "AlamofireImageTests",
"module_type" : "SwiftTarget",
"name" : "AlamofireImageTests",
"path" : "Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill Circle/pirate-aspect.scaled.to.fill.size.circle-100x100-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill Circle/pirate-aspect.scaled.to.fill.size.circle-100x100-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill Circle/pirate-aspect.scaled.to.fill.size.circle-100x100-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill with Rounded Corners/pirate-aspect.scaled.to.fill.size.with.rounded.corners-100x100x20-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill with Rounded Corners/pirate-aspect.scaled.to.fill.size.with.rounded.corners-100x100x20-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill with Rounded Corners/pirate-aspect.scaled.to.fill.size.with.rounded.corners-100x100x20-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/apple-aspect.scaled.to.fill-30x60-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/apple-aspect.scaled.to.fill-30x60-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/apple-aspect.scaled.to.fill-30x60-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/apple-aspect.scaled.to.fill-50x50-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/apple-aspect.scaled.to.fill-50x50-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/apple-aspect.scaled.to.fill-50x50-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/apple-aspect.scaled.to.fill-60x30-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/apple-aspect.scaled.to.fill-60x30-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/apple-aspect.scaled.to.fill-60x30-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/pirate-aspect.scaled.to.fill-30x60-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/pirate-aspect.scaled.to.fill-30x60-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/pirate-aspect.scaled.to.fill-30x60-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/pirate-aspect.scaled.to.fill-50x50-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/pirate-aspect.scaled.to.fill-50x50-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/pirate-aspect.scaled.to.fill-50x50-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/pirate-aspect.scaled.to.fill-60x30-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/pirate-aspect.scaled.to.fill-60x30-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/pirate-aspect.scaled.to.fill-60x30-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/rainbow-aspect.scaled.to.fill-30x60-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/rainbow-aspect.scaled.to.fill-30x60-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/rainbow-aspect.scaled.to.fill-30x60-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/rainbow-aspect.scaled.to.fill-50x50-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/rainbow-aspect.scaled.to.fill-50x50-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/rainbow-aspect.scaled.to.fill-50x50-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/rainbow-aspect.scaled.to.fill-60x30-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/rainbow-aspect.scaled.to.fill-60x30-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/rainbow-aspect.scaled.to.fill-60x30-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/unicorn-aspect.scaled.to.fill-30x60-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/unicorn-aspect.scaled.to.fill-30x60-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/unicorn-aspect.scaled.to.fill-30x60-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/unicorn-aspect.scaled.to.fill-50x50-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/unicorn-aspect.scaled.to.fill-50x50-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/unicorn-aspect.scaled.to.fill-50x50-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/unicorn-aspect.scaled.to.fill-60x30-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/unicorn-aspect.scaled.to.fill-60x30-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fill/unicorn-aspect.scaled.to.fill-60x30-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/apple-aspect.scaled.to.fit-30x60-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/apple-aspect.scaled.to.fit-30x60-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/apple-aspect.scaled.to.fit-30x60-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/apple-aspect.scaled.to.fit-50x50-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/apple-aspect.scaled.to.fit-50x50-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/apple-aspect.scaled.to.fit-50x50-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/apple-aspect.scaled.to.fit-60x30-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/apple-aspect.scaled.to.fit-60x30-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/apple-aspect.scaled.to.fit-60x30-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/pirate-aspect.scaled.to.fit-30x60-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/pirate-aspect.scaled.to.fit-30x60-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/pirate-aspect.scaled.to.fit-30x60-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/pirate-aspect.scaled.to.fit-50x50-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/pirate-aspect.scaled.to.fit-50x50-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/pirate-aspect.scaled.to.fit-50x50-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/pirate-aspect.scaled.to.fit-60x30-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/pirate-aspect.scaled.to.fit-60x30-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/pirate-aspect.scaled.to.fit-60x30-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/rainbow-aspect.scaled.to.fit-30x60-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/rainbow-aspect.scaled.to.fit-30x60-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/rainbow-aspect.scaled.to.fit-30x60-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/rainbow-aspect.scaled.to.fit-50x50-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/rainbow-aspect.scaled.to.fit-50x50-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/rainbow-aspect.scaled.to.fit-50x50-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/rainbow-aspect.scaled.to.fit-60x30-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/rainbow-aspect.scaled.to.fit-60x30-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/rainbow-aspect.scaled.to.fit-60x30-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/unicorn-aspect.scaled.to.fit-30x60-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/unicorn-aspect.scaled.to.fit-30x60-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/unicorn-aspect.scaled.to.fit-30x60-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/unicorn-aspect.scaled.to.fit-50x50-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/unicorn-aspect.scaled.to.fit-50x50-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/unicorn-aspect.scaled.to.fit-50x50-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/unicorn-aspect.scaled.to.fit-60x30-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/unicorn-aspect.scaled.to.fit-60x30-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Aspect Scaled to Fit/unicorn-aspect.scaled.to.fit-60x30-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Circle/apple-circle.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Circle/pirate-circle.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Circle/rainbow-circle.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Circle/unicorn-circle.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Core Image Filters/unicorn-blurred-8-ios-13.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Core Image Filters/unicorn-blurred-8.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Core Image Filters/unicorn-sepia.tone.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Radius/apple-radius-20.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Radius/pirate-radius-20.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Radius/rainbow-radius-20.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Radius/unicorn-radius-20.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled to Size Circle/pirate-scaled.to.size.circle-100x100-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled to Size Circle/pirate-scaled.to.size.circle-100x100-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled to Size Circle/pirate-scaled.to.size.circle-100x100-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled with Rounded Corners/pirate-scaled.to.size.with.rounded.corners-100x100x20-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled with Rounded Corners/pirate-scaled.to.size.with.rounded.corners-100x100x20-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled with Rounded Corners/pirate-scaled.to.size.with.rounded.corners-100x100x20-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/apple-scaled-30x60-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/apple-scaled-30x60-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/apple-scaled-30x60-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/apple-scaled-50x50-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/apple-scaled-50x50-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/apple-scaled-50x50-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/apple-scaled-60x30-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/apple-scaled-60x30-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/apple-scaled-60x30-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/pirate-scaled-30x60-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/pirate-scaled-30x60-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/pirate-scaled-30x60-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/pirate-scaled-50x50-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/pirate-scaled-50x50-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/pirate-scaled-50x50-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/pirate-scaled-60x30-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/pirate-scaled-60x30-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/pirate-scaled-60x30-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/rainbow-scaled-30x60-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/rainbow-scaled-30x60-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/rainbow-scaled-30x60-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/rainbow-scaled-50x50-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/rainbow-scaled-50x50-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/rainbow-scaled-50x50-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/rainbow-scaled-60x30-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/rainbow-scaled-60x30-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/rainbow-scaled-60x30-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/unicorn-scaled-30x60-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/unicorn-scaled-30x60-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/unicorn-scaled-30x60-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/unicorn-scaled-50x50-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/unicorn-scaled-50x50-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/unicorn-scaled-50x50-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/unicorn-scaled-60x30-@1x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/unicorn-scaled-60x30-@2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Modified Images/Scaled/unicorn-scaled-60x30-@3x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Original Images/apple.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Original Images/huge_map.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Original Images/pirate.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Original Images/rainbow.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/Original Images/unicorn.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AFError+AlamofireImageTests.swift",
"AFResult+AlamofireImageTests.swift",
"BaseTestCase.swift",
"CGSize.ScreenScaling.swift",
"ImageCacheTests.swift",
"ImageDownloaderStressTests.swift",
"ImageDownloaderTests.swift",
"ImageFilterTests.swift",
"RequestTests.swift",
"TestHelpers.swift",
"ThrowingURLRequestConvertible.swift",
"UIButtonTests.swift",
"UIImage+AlamofireImageTests.swift",
"UIImageTests.swift",
"UIImageViewTests.swift"
],
"target_dependencies" : [
"AlamofireImage"
],
"type" : "test"
},
{
"c99name" : "AlamofireImage",
"module_type" : "SwiftTarget",
"name" : "AlamofireImage",
"path" : "Source",
"product_dependencies" : [
"Alamofire"
],
"product_memberships" : [
"AlamofireImage"
],
"sources" : [
"AFIError.swift",
"Image.swift",
"ImageCache.swift",
"ImageDownloader.swift",
"ImageFilter.swift",
"Request+AlamofireImage.swift",
"UIButton+AlamofireImage.swift",
"UIImage+AlamofireImage.swift",
"UIImageView+AlamofireImage.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.