The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SpotCache with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shawnclovie/spotcache.git
Reference: 1.0.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/shawnclovie/spotcache
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at a4195ca remove scaleFactor of CacheOption since wasn't used. append connection to CacheOption for make request. change CacheFetchingInfo#task as weak.
Cloned https://github.com/shawnclovie/spotcache.git into spi-builder-workspace
a4195ca246d6c228b1430bbc0076d74c8c9f496c
SUCCESS checkout https://github.com/shawnclovie/spotcache.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/shawnclovie/Spot from cache
Fetched https://github.com/shawnclovie/Spot (0.20s)
Computing version for https://github.com/shawnclovie/Spot
Computed https://github.com/shawnclovie/Spot at 1.2.1 (0.38s)
Creating working copy for https://github.com/shawnclovie/Spot
Working copy of https://github.com/shawnclovie/Spot resolved at 1.2.1
Building for debugging...
[1/43] Compiling Spot MD5Digest.swift
[2/43] Compiling Spot NotificationObserver.swift
[3/43] Compiling Spot Ref.swift
[4/43] Compiling Spot Status.swift
[5/43] Compiling Spot Suffix.swift
[6/43] Compiling Spot SynchronizableValue.swift
[7/49] Compiling Spot DecimalColor.swift
[8/49] Compiling Spot EventObservable.swift
[9/49] Compiling Spot GroupSharedData.swift
[10/49] Compiling Spot KeyValueObserver.swift
[11/49] Compiling Spot Localization.swift
[12/49] Compiling Spot Logger.swift
[13/49] Compiling Spot URLRequest+.swift
[14/49] Compiling Spot URLTask.swift
[15/49] Compiling Spot URLTaskFormFileItem.swift
[16/49] Compiling Spot AnyCodable.swift
[17/49] Compiling Spot AttributedError.swift
[18/49] Compiling Spot CollectionSerializable.swift
[19/49] Compiling Spot Error+.swift
[20/49] Compiling Spot Notification+.swift
[21/49] Compiling Spot String+.swift
[22/49] Compiling Spot Substring+.swift
[23/49] Compiling Spot UI+.swift
[24/49] Compiling Spot URL+.swift
[25/49] Compiling Spot CGImage+.swift
[26/49] Compiling Spot CGImageSource+.swift
[27/49] Compiling Spot CGSize+.swift
[28/49] Compiling Spot Collection+.swift
[29/49] Compiling Spot Data+.swift
[30/49] Compiling Spot DispatchQueue+.swift
[31/49] Compiling Spot HashAlgorithm.swift
[32/49] Compiling Spot SymmetricCryptor.swift
[33/49] Compiling Spot Bundle+.swift
[34/49] Compiling Spot CFDictionary+.swift
[35/49] Compiling Spot CGColor+.swift
[36/49] Compiling Spot CGContext+.swift
[37/49] Emitting module Spot
[38/49] Compiling Spot AppStoreProductViewController.swift
[39/49] Compiling Spot UIApplication+.swift
[40/49] Compiling Spot UIImage+.swift
[41/49] Compiling Spot NetworkObserver.swift
[42/49] Compiling Spot URLConnection.swift
[43/49] Compiling Spot URLParameters.swift
[44/49] Compiling Spot TypeConvertion.swift
[45/49] Compiling Spot UserDefaultsItem.swift
[46/49] Compiling Spot Version.swift
[47/49] Compiling Spot WeakRef.swift
[48/49] Compiling Spot WeakTimer.swift
[49/49] Compiling Spot Zip.swift
[50/56] Compiling SpotCache CacheOption.swift
[51/56] Compiling SpotCache DataConvertable.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SpotCache/DataConvertable.swift:15:40: warning: cannot use enum 'Source' here; 'Spot' was not imported by this file
        static func convert(from source: Data.Source) -> ItemType?
                                              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Spot/Sources/Spot/Extension/Data+.swift:12:14: note: type declared here
        public enum Source {
                    ^
[52/56] Compiling SpotCache Extension+DataConvertable.swift
[53/56] Compiling SpotCache SpotCache.swift
[54/56] Compiling SpotCache CacheFetchingInfo.swift
[55/56] Compiling SpotCache Cache.swift
[56/56] Emitting module SpotCache
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SpotCache/DataConvertable.swift:15:40: warning: cannot use enum 'Source' here; 'Spot' was not imported by this file
        static func convert(from source: Data.Source) -> ItemType?
                                              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Spot/Sources/Spot/Extension/Data+.swift:12:14: note: type declared here
        public enum Source {
                    ^
Build complete! (7.84s)
Build complete.
Done.