The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ChouTi with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ch0uti/ChouTi.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Ch0uti/ChouTi
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 083dd4d Fix operations
Cloned https://github.com/Ch0uti/ChouTi.git
Revision (git rev-parse @):
083dd4df77e6f9b11fc78c7913e25bf2e6b96b6d
SUCCESS checkout https://github.com/Ch0uti/ChouTi.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Ch0uti/ChouTi.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/24] Emitting module ChouTi
[4/27] Compiling ChouTi Dictionary+Extensions.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/NSObject+AssociatedObject.swift:15:49: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
    get { return objc_getAssociatedObject(self, &zhAssociateObjectKey.Key) }
                                                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/NSObject+AssociatedObject.swift:16:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
    set { objc_setAssociatedObject(self, &zhAssociateObjectKey.Key, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
                                         ^
[5/27] Compiling ChouTi DispatchQueue+Extensions.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/NSObject+AssociatedObject.swift:15:49: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
    get { return objc_getAssociatedObject(self, &zhAssociateObjectKey.Key) }
                                                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/NSObject+AssociatedObject.swift:16:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
    set { objc_setAssociatedObject(self, &zhAssociateObjectKey.Key, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
                                         ^
[6/27] Compiling ChouTi NSObject+AssociatedObject.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/NSObject+AssociatedObject.swift:15:49: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
    get { return objc_getAssociatedObject(self, &zhAssociateObjectKey.Key) }
                                                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/NSObject+AssociatedObject.swift:16:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
    set { objc_setAssociatedObject(self, &zhAssociateObjectKey.Key, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
                                         ^
[7/27] Compiling ChouTi Array+Extensions.swift
[8/27] Compiling ChouTi CGPoint+Extensions.swift
[9/27] Compiling ChouTi CGRect+Extensions.swift
[10/27] Compiling ChouTi OperationQueue.swift
[11/27] Compiling ChouTi PipeOperation.swift
[12/27] Compiling ChouTi Operators.swift
[13/27] Compiling ChouTi Calendar+Extensions.swift
[14/27] Compiling ChouTi Codable+Extensions.swift
[15/27] Compiling ChouTi Collection+Extensions.swift
[16/27] Compiling ChouTi OrderedDictionary.swift
[17/27] Compiling ChouTi Queue.swift
[18/27] Compiling ChouTi DelayTask.swift
[19/27] Compiling ChouTi TimeZone+Extensions.swift
[20/27] Compiling ChouTi Math.swift
[21/27] Compiling ChouTi AsyncOperation.swift
[22/27] Compiling ChouTi Data+Extensions.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: warning: switch must be exhaustive
    switch component {
    ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: note: add missing case: '.isLeapMonth'
    switch component {
    ^
[23/27] Compiling ChouTi Date+Extensions.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: warning: switch must be exhaustive
    switch component {
    ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: note: add missing case: '.isLeapMonth'
    switch component {
    ^
[24/27] Compiling ChouTi Decimal+Extensions.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: warning: switch must be exhaustive
    switch component {
    ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: note: add missing case: '.isLeapMonth'
    switch component {
    ^
[25/27] Compiling ChouTi Numbers+Extensions.swift
[26/27] Compiling ChouTi SequenceType+Extensions.swift
[27/27] Compiling ChouTi String+Extensions.swift
Build complete! (7.59s)
Fetching https://github.com/Quick/Quick from cache
Fetching https://github.com/Quick/Nimble from cache
Fetched https://github.com/Quick/Nimble from cache (0.22s)
Fetched https://github.com/Quick/Quick from cache (0.23s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.0.2 (0.38s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 2.2.0 (0.38s)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.0.2
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Quick-22a439cf is not valid git repository for 'https://github.com/Quick/Quick', will fetch again.
Fetching https://github.com/Quick/Quick from cache
Fetched https://github.com/Quick/Quick from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Quick-22a439cf is not valid git repository for 'https://github.com/Quick/Quick', will fetch again.
Fetching https://github.com/Quick/Quick from cache
Fetched https://github.com/Quick/Quick from cache (0.01s)
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 2.2.0
Build complete.
Done.

Build Machine: Mac 7