The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ch0uti/ChouTi.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/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
Fetching https://github.com/Quick/Quick from cache
Fetching https://github.com/Quick/Nimble from cache
Fetched https://github.com/Quick/Quick (0.26s)
Fetched https://github.com/Quick/Nimble (0.28s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.0.2 (0.05s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 2.2.0 (0.06s)
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 2.2.0
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "chouti",
      "name": "ChouTi",
      "url": "https://github.com/Ch0uti/ChouTi.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ChouTi",
      "dependencies": [
        {
          "identity": "quick",
          "name": "Quick",
          "url": "https://github.com/Quick/Quick",
          "version": "2.2.1",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Quick",
          "dependencies": [
            {
              "identity": "nimble",
              "name": "Nimble",
              "url": "https://github.com/Quick/Nimble",
              "version": "8.0.2",
              "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "nimble",
          "name": "Nimble",
          "url": "https://github.com/Quick/Nimble",
          "version": "8.0.2",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Ch0uti/ChouTi.git
[1/11401] Fetching chouti
Fetched https://github.com/Ch0uti/ChouTi.git (1.74s)
Fetching https://github.com/Quick/Quick from cache
Fetching https://github.com/Quick/Nimble from cache
Fetched https://github.com/Quick/Quick (0.31s)
Fetched https://github.com/Quick/Nimble (0.32s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.0.2 (0.06s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 2.2.1 (0.05s)
Creating working copy for https://github.com/Ch0uti/ChouTi.git
Working copy of https://github.com/Ch0uti/ChouTi.git resolved at master
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.0.2
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 2.2.1
warning: '.resolve-product-dependencies': dependency 'chouti' is not used by any target
Found 2 product dependencies
  - Quick
  - Nimble
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/22] Compiling ChouTi OrderedDictionary.swift
[2/22] Compiling ChouTi Queue.swift
[3/22] Compiling ChouTi DelayTask.swift
[4/25] Compiling ChouTi Array+Extensions.swift
[5/25] Compiling ChouTi CGPoint+Extensions.swift
[6/25] Compiling ChouTi CGRect+Extensions.swift
[7/25] Compiling ChouTi Calendar+Extensions.swift
[8/25] Compiling ChouTi Codable+Extensions.swift
[9/25] Compiling ChouTi Collection+Extensions.swift
[10/25] Compiling ChouTi TimeZone+Extensions.swift
[11/25] Compiling ChouTi Math.swift
[12/25] Compiling ChouTi AsyncOperation.swift
[13/25] Emitting module ChouTi
[14/25] Compiling ChouTi Data+Extensions.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: warning: switch must be exhaustive
    switch component {
    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: note: add missing case: '.isLeapMonth'
    switch component {
    ^
[15/25] Compiling ChouTi Date+Extensions.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: warning: switch must be exhaustive
    switch component {
    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: note: add missing case: '.isLeapMonth'
    switch component {
    ^
[16/25] Compiling ChouTi Decimal+Extensions.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: warning: switch must be exhaustive
    switch component {
    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: note: add missing case: '.isLeapMonth'
    switch component {
    ^
[17/25] Compiling ChouTi Numbers+Extensions.swift
[18/25] Compiling ChouTi SequenceType+Extensions.swift
[19/25] Compiling ChouTi String+Extensions.swift
[20/25] Compiling ChouTi Dictionary+Extensions.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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) }
                                         ^
[21/25] Compiling ChouTi DispatchQueue+Extensions.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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) }
                                         ^
[22/25] Compiling ChouTi NSObject+AssociatedObject.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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) }
                                         ^
[23/25] Compiling ChouTi OperationQueue.swift
[24/25] Compiling ChouTi PipeOperation.swift
[25/25] Compiling ChouTi Operators.swift
Build complete! (18.15s)
Build complete.
Done.