Build Information
Successful build of Zoomable, reference 0.5.0 (896d11
), with Swift 6.0 for macOS (SPM) on 17 Apr 2025 07:13:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jasudev/Zoomable.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jasudev/Zoomable
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 896d110 first commit
Cloned https://github.com/jasudev/Zoomable.git
Revision (git rev-parse @):
896d110d4180e22525ab511fc35965a4c6b91322
SUCCESS checkout https://github.com/jasudev/Zoomable.git at 0.5.0
Fetching https://github.com/SDWebImage/SDWebImage.git
[1/25724] Fetching sdwebimage
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (1.98s)
Fetching https://github.com/SDWebImage/SDWebImageSwiftUI.git
[1/3950] Fetching sdwebimageswiftui
Fetched https://github.com/SDWebImage/SDWebImageSwiftUI.git from cache (1.14s)
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at master (cac9a55)
Creating working copy for https://github.com/SDWebImage/SDWebImageSwiftUI.git
Working copy of https://github.com/SDWebImage/SDWebImageSwiftUI.git resolved at master (451c6df)
========================================
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",
"dependencies": [
{
"identity": "zoomable",
"name": "Zoomable",
"url": "https://github.com/jasudev/Zoomable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Zoomable",
"dependencies": [
{
"identity": "sdwebimage",
"name": "SDWebImage",
"url": "https://github.com/SDWebImage/SDWebImage.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SDWebImage",
"dependencies": [
]
},
{
"identity": "sdwebimageswiftui",
"name": "SDWebImageSwiftUI",
"url": "https://github.com/SDWebImage/SDWebImageSwiftUI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SDWebImageSwiftUI",
"dependencies": [
{
"identity": "sdwebimage",
"name": "SDWebImage",
"url": "https://github.com/SDWebImage/SDWebImage.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SDWebImage",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/jasudev/Zoomable.git
[3/63] Fetching zoomable
Fetched https://github.com/jasudev/Zoomable.git from cache (1.43s)
Fetching https://github.com/SDWebImage/SDWebImage.git from cache
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (0.62s)
Fetching https://github.com/SDWebImage/SDWebImageSwiftUI.git from cache
Fetched https://github.com/SDWebImage/SDWebImageSwiftUI.git from cache (0.43s)
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at master (cac9a55)
Creating working copy for https://github.com/jasudev/Zoomable.git
Working copy of https://github.com/jasudev/Zoomable.git resolved at 0.5.0 (896d110)
Creating working copy for https://github.com/SDWebImage/SDWebImageSwiftUI.git
Working copy of https://github.com/SDWebImage/SDWebImageSwiftUI.git resolved at master (451c6df)
warning: '.resolve-product-dependencies': dependency 'zoomable' is not used by any target
Found 2 product dependencies
- SDWebImage
- SDWebImageSwiftUI
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/jasudev/Zoomable.git
https://github.com/jasudev/Zoomable.git
{
"dependencies" : [
{
"identity" : "sdwebimage",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDWebImage/SDWebImage.git"
},
{
"identity" : "sdwebimageswiftui",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDWebImage/SDWebImageSwiftUI.git"
}
],
"manifest_display_name" : "Zoomable",
"name" : "Zoomable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Zoomable",
"targets" : [
"Zoomable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZoomableTests",
"module_type" : "SwiftTarget",
"name" : "ZoomableTests",
"path" : "Tests/ZoomableTests",
"sources" : [
"ZoomableTests.swift"
],
"target_dependencies" : [
"Zoomable"
],
"type" : "test"
},
{
"c99name" : "Zoomable",
"module_type" : "SwiftTarget",
"name" : "Zoomable",
"path" : "Sources/Zoomable",
"product_dependencies" : [
"SDWebImage",
"SDWebImageSwiftUI"
],
"product_memberships" : [
"Zoomable"
],
"sources" : [
"ZoomableImageView.swift",
"ZoomableModifier.swift",
"ZoomableView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/78] Write sources
[2/78] Copying PrivacyInfo.xcprivacy
[4/78] Write swift-version-5BDAB9E9C0126B9D.txt
[5/78] Compiling SDFileAttributeHelper.m
[6/78] Compiling SDInternalMacros.m
[7/78] Compiling SDWebImage resource_bundle_accessor.m
[8/78] Compiling SDAsyncBlockOperation.m
[9/78] Compiling SDAssociatedObject.m
[10/78] Compiling SDImageCachesManagerOperation.m
[11/78] Compiling SDImageFramePool.m
[12/78] Compiling SDDeviceHelper.m
[13/78] Compiling NSBezierPath+SDRoundedCorners.m
[14/78] Compiling UIView+WebCacheState.m
[15/78] Compiling UIView+WebCacheOperation.m
[16/78] Compiling UIImageView+HighlightedWebCache.m
[17/78] Compiling UIImageView+WebCache.m
[18/78] Compiling UIView+WebCache.m
[19/78] Compiling SDWeakProxy.m
[20/78] Compiling SDDisplayLink.m
[21/78] Compiling UIImage+MultiFormat.m
[22/78] Compiling UIImage+Metadata.m
[23/78] Compiling UIImage+MemoryCacheCost.m
[24/78] Compiling SDImageAssetManager.m
[25/78] Compiling UIColor+SDHexString.m
[26/78] Compiling UIImage+ForceDecode.m
[27/78] Compiling UIImage+GIF.m
[28/78] Compiling UIImage+ExtendedCacheData.m
[29/78] Compiling UIButton+WebCache.m
[30/78] Compiling SDWebImageOperation.m
[31/78] Compiling SDWebImageTransition.m
[32/78] Compiling SDWebImageOptionsProcessor.m
[33/78] Compiling SDWebImageError.m
[34/78] Compiling SDWebImagePrefetcher.m
[35/78] Compiling UIImage+Transform.m
[36/78] Compiling SDWebImageDownloaderResponseModifier.m
[37/78] Compiling SDWebImageIndicator.m
[38/78] Compiling SDWebImageDownloaderRequestModifier.m
[39/78] Compiling SDWebImageManager.m
[40/78] Compiling SDWebImageDownloaderOperation.m
[41/78] Compiling SDWebImageDownloaderDecryptor.m
[42/78] Compiling SDWebImageDownloaderConfig.m
[43/78] Compiling SDWebImageDownloader.m
[44/78] Compiling SDWebImageDefine.m
[45/78] Compiling SDWebImageCompat.m
[46/78] Compiling SDWebImageCacheSerializer.m
[47/78] Compiling SDWebImageCacheKeyFilter.m
[48/78] Compiling SDMemoryCache.m
[49/78] Compiling SDImageTransformer.m
[50/78] Compiling SDImageLoadersManager.m
[51/78] Compiling SDImageLoader.m
[52/78] Compiling SDImageIOCoder.m
[53/78] Compiling SDImageIOAnimatedCoder.m
[54/78] Compiling SDImageHEICCoder.m
[55/78] Compiling SDImageGraphics.m
[56/78] Compiling SDImageFrame.m
[57/78] Compiling SDImageGIFCoder.m
[58/78] Compiling SDImageCodersManager.m
[59/78] Compiling SDImageCoder.m
[60/78] Compiling SDImageCoderHelper.m
[61/78] Compiling SDImageCachesManager.m
[62/78] Compiling SDImageCacheDefine.m
[63/78] Compiling SDImageCacheConfig.m
[64/78] Compiling SDImageAWebPCoder.m
[65/78] Compiling SDImageCache.m
[66/78] Compiling SDImageAPNGCoder.m
[67/78] Compiling SDGraphicsImageRenderer.m
[68/78] Compiling SDCallbackQueue.m
[69/78] Compiling SDDiskCache.m
[70/78] Compiling SDAnimatedImageRep.m
[71/78] Compiling SDAnimatedImageView.m
[72/78] Compiling SDAnimatedImageView+WebCache.m
[73/78] Compiling SDAnimatedImagePlayer.m
[74/78] Compiling NSData+ImageContentType.m
[75/78] Compiling NSImage+Compatibility.m
[76/78] Compiling SDAnimatedImage.m
[77/78] Compiling NSButton+WebCache.m
[79/88] Compiling SDWebImageSwiftUI WebImage.swift
[80/89] Compiling SDWebImageSwiftUI Transition.swift
[81/89] Compiling SDWebImageSwiftUI ImagePlayer.swift
[82/89] Compiling SDWebImageSwiftUI AnimatedImage.swift
[83/89] Compiling SDWebImageSwiftUI ImageManager.swift
[84/89] Compiling SDWebImageSwiftUI SDWebImageSwiftUI.swift
[85/89] Compiling SDWebImageSwiftUI ImageViewWrapper.swift
[86/89] Compiling SDWebImageSwiftUI Indicator.swift
[87/89] Emitting module SDWebImageSwiftUI
[88/89] Compiling SDWebImageSwiftUI Image.swift
[89/89] Compiling SDWebImageSwiftUI resource_bundle_accessor.swift
[90/93] Compiling Zoomable ZoomableView.swift
[91/93] Compiling Zoomable ZoomableModifier.swift
[92/93] Emitting module Zoomable
[93/93] Compiling Zoomable ZoomableImageView.swift
Build complete! (31.90s)
warning: 'sdwebimageswiftui': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SDWebImageSwiftUI/SDWebImageSwiftUI/Module/Info.plist
Build complete.
{
"dependencies" : [
{
"identity" : "sdwebimage",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDWebImage/SDWebImage.git"
},
{
"identity" : "sdwebimageswiftui",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDWebImage/SDWebImageSwiftUI.git"
}
],
"manifest_display_name" : "Zoomable",
"name" : "Zoomable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Zoomable",
"targets" : [
"Zoomable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZoomableTests",
"module_type" : "SwiftTarget",
"name" : "ZoomableTests",
"path" : "Tests/ZoomableTests",
"sources" : [
"ZoomableTests.swift"
],
"target_dependencies" : [
"Zoomable"
],
"type" : "test"
},
{
"c99name" : "Zoomable",
"module_type" : "SwiftTarget",
"name" : "Zoomable",
"path" : "Sources/Zoomable",
"product_dependencies" : [
"SDWebImage",
"SDWebImageSwiftUI"
],
"product_memberships" : [
"Zoomable"
],
"sources" : [
"ZoomableImageView.swift",
"ZoomableModifier.swift",
"ZoomableView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.