The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ChouTi, reference 0.7.2 (b9f8d9), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 12:56:42 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ch0uti/ChouTi.git
Reference: 0.7.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ch0uti/ChouTi
 * tag               0.7.2      -> FETCH_HEAD
HEAD is now at b9f8d95 Add data to string. Update xcodegen
Cloned https://github.com/Ch0uti/ChouTi.git
Revision (git rev-parse @):
b9f8d95e087f5b0a0728ca610d2c8190d1a4595d
SUCCESS checkout https://github.com/Ch0uti/ChouTi.git at 0.7.2
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/Quick/Quick
[1/19817] Fetching nimble
[2/34713] Fetching nimble, quick
Fetched https://github.com/Quick/Quick from cache (2.20s)
Fetched https://github.com/Quick/Nimble from cache (2.20s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.0.2 (2.91s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 2.2.0 (0.70s)
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/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "chouti",
      "name": "ChouTi",
      "url": "https://github.com/Ch0uti/ChouTi.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ChouTi",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "quick",
          "name": "Quick",
          "url": "https://github.com/Quick/Quick",
          "version": "2.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Quick",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "nimble",
              "name": "Nimble",
              "url": "https://github.com/Quick/Nimble",
              "version": "8.0.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "nimble",
          "name": "Nimble",
          "url": "https://github.com/Quick/Nimble",
          "version": "8.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Ch0uti/ChouTi.git
[1/11429] Fetching chouti
Fetched https://github.com/Ch0uti/ChouTi.git from cache (1.88s)
Fetching https://github.com/Quick/Quick from cache
Fetching https://github.com/Quick/Nimble from cache
Fetched https://github.com/Quick/Quick from cache (0.64s)
Fetched https://github.com/Quick/Nimble from cache (0.64s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.0.2 (0.72s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 2.2.1 (0.68s)
Creating working copy for https://github.com/Ch0uti/ChouTi.git
Working copy of https://github.com/Ch0uti/ChouTi.git resolved at 0.7.2 (b9f8d95)
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:             6.3
Building package at path:  $PWD
https://github.com/Ch0uti/ChouTi.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/21] Compiling ChouTi String+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChouTi/Extensions/String+Extensions.swift:192:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
190 | // MARK: - Error
191 |
192 | extension String: Error {}
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
193 |
[4/21] Compiling ChouTi TimeZone+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChouTi/Extensions/String+Extensions.swift:192:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
190 | // MARK: - Error
191 |
192 | extension String: Error {}
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
193 |
[5/21] Compiling ChouTi Calendar+Extensions.swift
[6/21] Compiling ChouTi Collection+Extensions.swift
[7/21] Emitting module ChouTi
/Users/admin/builder/spi-builder-workspace/Sources/ChouTi/Extensions/String+Extensions.swift:192:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
190 | // MARK: - Error
191 |
192 | extension String: Error {}
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
193 |
[8/21] Compiling ChouTi DelayTask.swift
[9/21] Compiling ChouTi Array+Extensions.swift
[10/21] Compiling ChouTi OrderedDictionary.swift
[11/21] Compiling ChouTi Queue.swift
[12/21] Compiling ChouTi Data+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: warning: switch must be exhaustive
172 |
173 |     var components = calendar.dateComponents(in: timeZone, from: self)
174 |     switch component {
    |     |- warning: switch must be exhaustive
    |     |- note: add missing case: '.isLeapMonth'
    |     |- note: add missing case: '.isRepeatedDay'
    |     |- note: add missing case: '.dayOfYear'
    |     `- note: add missing cases
175 |     case .era:
176 |       components.era = newValue
[13/21] Compiling ChouTi Date+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChouTi/Extensions/Date+Extensions.swift:174:5: warning: switch must be exhaustive
172 |
173 |     var components = calendar.dateComponents(in: timeZone, from: self)
174 |     switch component {
    |     |- warning: switch must be exhaustive
    |     |- note: add missing case: '.isLeapMonth'
    |     |- note: add missing case: '.isRepeatedDay'
    |     |- note: add missing case: '.dayOfYear'
    |     `- note: add missing cases
175 |     case .era:
176 |       components.era = newValue
[14/21] Compiling ChouTi CGPoint+Extensions.swift
[15/21] Compiling ChouTi CGRect+Extensions.swift
[16/21] Compiling ChouTi Numbers+Extensions.swift
[17/21] Compiling ChouTi SequenceType+Extensions.swift
[18/21] Compiling ChouTi DispatchQueue+Extensions.swift
/Users/admin/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.
13 |   /// Strong referenced associated object
14 |   public var associatedObject: Any? {
15 |     get { return objc_getAssociatedObject(self, &zhAssociateObjectKey.Key) }
   |                                                 `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
16 |     set { objc_setAssociatedObject(self, &zhAssociateObjectKey.Key, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
17 |   }
/Users/admin/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.
14 |   public var associatedObject: Any? {
15 |     get { return objc_getAssociatedObject(self, &zhAssociateObjectKey.Key) }
16 |     set { objc_setAssociatedObject(self, &zhAssociateObjectKey.Key, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
   |                                          `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
17 |   }
18 |
[19/21] Compiling ChouTi NSObject+AssociatedObject.swift
/Users/admin/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.
13 |   /// Strong referenced associated object
14 |   public var associatedObject: Any? {
15 |     get { return objc_getAssociatedObject(self, &zhAssociateObjectKey.Key) }
   |                                                 `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
16 |     set { objc_setAssociatedObject(self, &zhAssociateObjectKey.Key, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
17 |   }
/Users/admin/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.
14 |   public var associatedObject: Any? {
15 |     get { return objc_getAssociatedObject(self, &zhAssociateObjectKey.Key) }
16 |     set { objc_setAssociatedObject(self, &zhAssociateObjectKey.Key, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
   |                                          `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
17 |   }
18 |
[20/21] Compiling ChouTi Decimal+Extensions.swift
[21/21] Compiling ChouTi Dictionary+Extensions.swift
[22/23] Compiling ChouTi Math.swift
[23/23] Compiling ChouTi Operators.swift
Build complete! (5.07s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "8.0.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    }
  ],
  "manifest_display_name" : "ChouTi",
  "name" : "ChouTi",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ChouTi",
      "targets" : [
        "ChouTi"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ChouTiTests",
      "module_type" : "SwiftTarget",
      "name" : "ChouTiTests",
      "path" : "Tests/ChouTiTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "DataStructure/OrderedDictionaryTests.swift",
        "DataStructure/QueueTests.swift",
        "DelayTaskTests.swift",
        "Extensions/Array+ExtensionsTests.swift",
        "Extensions/CGPoint+ExtensionsTests.swift",
        "Extensions/CGRect+ExtensionsTests.swift",
        "Extensions/Calendar+ExtensionsTests.swift",
        "Extensions/CollectionType+ExtensionsTests.swift",
        "Extensions/Data+ExtensionsTests.swift",
        "Extensions/Date+ExtensionsTests.swift",
        "Extensions/Decimal+ExtensionsTests.swift",
        "Extensions/Dictionary+ExtensionsTests.swift",
        "Extensions/DispatchQueue+ExtensionsTests.swift",
        "Extensions/NSObject+AssociatedObjectTests.swift",
        "Extensions/Numbers+ExtensionsTests.swift",
        "Extensions/SequenceType+ExtensionsTests.swift",
        "Extensions/String+ExtensionsTests.swift",
        "Extensions/TimeZone+ExtensionsTests.swift",
        "MathTests.swift",
        "OperatorsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ChouTi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ChouTi",
      "module_type" : "SwiftTarget",
      "name" : "ChouTi",
      "path" : "Sources/ChouTi",
      "product_memberships" : [
        "ChouTi"
      ],
      "sources" : [
        "DataStructures/OrderedDictionary.swift",
        "DataStructures/Queue.swift",
        "DelayTask.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/CGPoint+Extensions.swift",
        "Extensions/CGRect+Extensions.swift",
        "Extensions/Calendar+Extensions.swift",
        "Extensions/Collection+Extensions.swift",
        "Extensions/Data+Extensions.swift",
        "Extensions/Date+Extensions.swift",
        "Extensions/Decimal+Extensions.swift",
        "Extensions/Dictionary+Extensions.swift",
        "Extensions/DispatchQueue+Extensions.swift",
        "Extensions/NSObject+AssociatedObject.swift",
        "Extensions/Numbers+Extensions.swift",
        "Extensions/SequenceType+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/TimeZone+Extensions.swift",
        "Math.swift",
        "Operators.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.