This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Extension 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.22.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DingSoung/Extension.git
Reference: 0.9.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/DingSoung/Extension
 * tag               0.9.2      -> FETCH_HEAD
HEAD is now at 0eef340 chore: update swift 5
Cloned https://github.com/DingSoung/Extension.git into /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Revision (git rev-parse @):
0eef3409442c7a47bfd2df6f2fc6b192393205ac
SUCCESS checkout https://github.com/DingSoung/Extension.git at 0.9.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Building for debugging...
[1/54] Emitting module Extension
[2/54] Compiling Extension UserDefaults+Codable.swift
[3/54] Compiling Extension UserDefaults+subscript.swift
[4/54] Compiling Extension NSAttribute+chainable.swift
[5/54] Compiling Extension Float+String.swift
[6/54] Compiling Extension Int+String.swift
[7/54] Compiling Extension String+regex.swift
[8/54] Compiling Extension Swift+Association.swift
[9/54] Compiling Extension CGpoint+Float.swift
[10/54] Compiling Extension NSAttributedString+Content.swift
[11/54] Compiling Extension NSString+Size.swift
[12/54] Compiling Extension UIApplication+EventTrack.swift
[13/54] Compiling Extension UIControl+Event.swift
[14/54] Compiling Extension UIFont+SymbolicTraits.swift
[15/54] Compiling Extension UINavigationController+Autorotate.swift
[16/54] Compiling Extension Color+components.swift
[17/54] Compiling Extension Color+css.swift
[18/54] Compiling Extension Color+hex.swift
[19/54] Compiling Extension Color+rgba.swift
[20/54] Compiling Extension Color.swift
[21/54] Compiling Extension Image+CoreGraphics.swift
[22/54] Compiling Extension Image+Process.swift
[23/54] Compiling Extension Image+pdf.swift
[24/61] Compiling Extension Swift+closuer.swift
[25/61] Compiling Extension Swift+log.swift
[26/61] Compiling Extension Swift+synchronized.swift
[27/61] Compiling Extension ApplicationMainDelegate.swift
[28/61] Compiling Extension Array+UIImage.swift
[29/61] Compiling Extension CGRect+Float.swift
[30/61] Compiling Extension CGSize+Float.swift
[31/61] Compiling Extension CFAbsoluteTime+init.swift
[32/61] Compiling Extension CGFloat+String.swift
[33/61] Compiling Extension Data+MIMEType.swift
[34/61] Compiling Extension Dictionary+MIMEType.swift
[35/61] Compiling Extension HTTPCookieStorage+setCookie.swift
[36/61] Compiling Extension KeyChain.swift
[37/61] Compiling Extension Locale+Localization.swift
[38/61] Compiling Extension SCNetworkReachability+flags.swift
[39/61] Compiling Extension Image.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:15:49: warning: initialization of 'UnsafeMutablePointer<Int8>' results in a dangling pointer
        if class_addMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:15:80: note: implicit argument conversion from 'String' to 'UnsafePointer<Int8>' produces a pointer valid only for the duration of the call to 'init(mutating:)'
        if class_addMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) {
                                                                               ^~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:15:80: note: use the 'withCString' method on String in order to explicitly convert argument to pointer valid for a defined scope
        if class_addMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) {
                                                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:16:59: warning: initialization of 'UnsafeMutablePointer<Int8>' results in a dangling pointer
        } else { class_replaceMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) }
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:16:90: note: implicit argument conversion from 'String' to 'UnsafePointer<Int8>' produces a pointer valid only for the duration of the call to 'init(mutating:)'
        } else { class_replaceMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) }
                                                                                         ^~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:16:90: note: use the 'withCString' method on String in order to explicitly convert argument to pointer valid for a defined scope
        } else { class_replaceMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) }
                                                                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:21:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
                                         &AssociatedKeys.languageCode,
                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:36:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        return objc_getAssociatedObject(self, &AssociatedKeys.languageCode) as? Bundle
                                              ^
[40/61] Compiling Extension VIew+UIImage.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:15:49: warning: initialization of 'UnsafeMutablePointer<Int8>' results in a dangling pointer
        if class_addMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:15:80: note: implicit argument conversion from 'String' to 'UnsafePointer<Int8>' produces a pointer valid only for the duration of the call to 'init(mutating:)'
        if class_addMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) {
                                                                               ^~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:15:80: note: use the 'withCString' method on String in order to explicitly convert argument to pointer valid for a defined scope
        if class_addMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) {
                                                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:16:59: warning: initialization of 'UnsafeMutablePointer<Int8>' results in a dangling pointer
        } else { class_replaceMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) }
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:16:90: note: implicit argument conversion from 'String' to 'UnsafePointer<Int8>' produces a pointer valid only for the duration of the call to 'init(mutating:)'
        } else { class_replaceMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) }
                                                                                         ^~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:16:90: note: use the 'withCString' method on String in order to explicitly convert argument to pointer valid for a defined scope
        } else { class_replaceMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) }
                                                                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:21:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
                                         &AssociatedKeys.languageCode,
                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:36:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        return objc_getAssociatedObject(self, &AssociatedKeys.languageCode) as? Bundle
                                              ^
[41/61] Compiling Extension View.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:15:49: warning: initialization of 'UnsafeMutablePointer<Int8>' results in a dangling pointer
        if class_addMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:15:80: note: implicit argument conversion from 'String' to 'UnsafePointer<Int8>' produces a pointer valid only for the duration of the call to 'init(mutating:)'
        if class_addMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) {
                                                                               ^~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:15:80: note: use the 'withCString' method on String in order to explicitly convert argument to pointer valid for a defined scope
        if class_addMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) {
                                                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:16:59: warning: initialization of 'UnsafeMutablePointer<Int8>' results in a dangling pointer
        } else { class_replaceMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) }
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:16:90: note: implicit argument conversion from 'String' to 'UnsafePointer<Int8>' produces a pointer valid only for the duration of the call to 'init(mutating:)'
        } else { class_replaceMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) }
                                                                                         ^~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:16:90: note: use the 'withCString' method on String in order to explicitly convert argument to pointer valid for a defined scope
        } else { class_replaceMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) }
                                                                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:21:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
                                         &AssociatedKeys.languageCode,
                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:36:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        return objc_getAssociatedObject(self, &AssociatedKeys.languageCode) as? Bundle
                                              ^
[42/61] Compiling Extension runtime.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:15:49: warning: initialization of 'UnsafeMutablePointer<Int8>' results in a dangling pointer
        if class_addMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:15:80: note: implicit argument conversion from 'String' to 'UnsafePointer<Int8>' produces a pointer valid only for the duration of the call to 'init(mutating:)'
        if class_addMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) {
                                                                               ^~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:15:80: note: use the 'withCString' method on String in order to explicitly convert argument to pointer valid for a defined scope
        if class_addMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) {
                                                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:16:59: warning: initialization of 'UnsafeMutablePointer<Int8>' results in a dangling pointer
        } else { class_replaceMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) }
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:16:90: note: implicit argument conversion from 'String' to 'UnsafePointer<Int8>' produces a pointer valid only for the duration of the call to 'init(mutating:)'
        } else { class_replaceMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) }
                                                                                         ^~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:16:90: note: use the 'withCString' method on String in order to explicitly convert argument to pointer valid for a defined scope
        } else { class_replaceMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) }
                                                                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:21:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
                                         &AssociatedKeys.languageCode,
                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:36:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        return objc_getAssociatedObject(self, &AssociatedKeys.languageCode) as? Bundle
                                              ^
[43/61] Compiling Extension DispatchQueue+once.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/runtime.swift:15:49: warning: initialization of 'UnsafeMutablePointer<Int8>' results in a dangling pointer
        if class_addMethod(cls, aSelector, imp, UnsafeMutablePointer(mutating: types)) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sour
Fetching https://github.com/DingSoung/Extension.git
[1/2590] Fetching extension
Fetched https://github.com/DingSoung/Extension.git (0.34s)
Creating working copy for https://github.com/DingSoung/Extension.git
Working copy of https://github.com/DingSoung/Extension.git resolved at 0.9.2
warning: '.resolve-product-dependencies': dependency 'extension' is not used by any target
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "extension",
      "name": "Extension",
      "url": "https://github.com/DingSoung/Extension.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Extension",
      "dependencies": [

      ]
    }
  ]
}
Found 0 product dependencies
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.