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 Mechanica 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/alemar11/Mechanica.git
Reference: 3.1.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/alemar11/Mechanica
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at 9df104e update pod
Cloned https://github.com/alemar11/Mechanica.git
Revision (git rev-parse @):
9df104e130ab6670b68ca59c38a6fec2f039291a
SUCCESS checkout https://github.com/alemar11/Mechanica.git at 3.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/alemar11/Mechanica.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/52] Emitting module Mechanica
[4/58] Compiling Mechanica UIImage+Utils.swift
[5/58] Compiling Mechanica UILayoutPriority+Utils.swift
[6/58] Compiling Mechanica UIStackView+Utils.swift
[7/58] Compiling Mechanica UIView+Utils.swift
[8/58] Compiling Mechanica UIViewController+Utils.swift
[9/58] Compiling Mechanica UIWindow+Utils.swift
[10/58] Compiling Mechanica SignedInteger.swift
[11/58] Compiling Mechanica String+Utils.swift
[12/58] Compiling Mechanica Unicode+Utils.swift
[13/58] Compiling Mechanica UIButton+Utils.swift
[14/58] Compiling Mechanica UIDevice+Utils.swift
[15/58] Compiling Mechanica UIEdgeInsets+Utils.swift
[16/58] Compiling Mechanica UIGestureRecognizer+Utils.swift
[17/58] Compiling Mechanica Locale.swift
[18/58] Compiling Mechanica NSAttributedString+Utils.swift
[19/58] Compiling Mechanica NSMutableAttributedString+Utils.swift
[20/58] Compiling Mechanica NSObjectProtocol+Utils.swift
[21/58] Compiling Mechanica NSPredicate+Utils.swift
[22/58] Compiling Mechanica ProcessInfo+Utils.swift
[23/58] Compiling Mechanica Stat+Utils.swift
[24/58] Compiling Mechanica Calendar+Utils.swift
[25/58] Compiling Mechanica Data+Utils.swift
[26/58] Compiling Mechanica Date+Utils.swift
[27/58] Compiling Mechanica Dictionary+FoundationUtils.swift
[28/58] Compiling Mechanica DispatchQueue+Utils.swift
[29/58] Compiling Mechanica FileManager+Utils.swift
[30/58] Compiling Mechanica FoundationUtils.swift
[31/58] Compiling Mechanica Image+Utils.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:90:56: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      if let inflated = objc_getAssociatedObject(self, &AssociatedKey.isInflated) as? Bool {
                                                       ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:96:38: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      objc_setAssociatedObject(self, &AssociatedKey.isInflated, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                     ^
[32/58] Compiling Mechanica NSDirectionalEdgeInsets+Utils.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:90:56: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      if let inflated = objc_getAssociatedObject(self, &AssociatedKey.isInflated) as? Bool {
                                                       ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:96:38: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      objc_setAssociatedObject(self, &AssociatedKey.isInflated, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                     ^
[33/58] Compiling Mechanica BinaryFloatingPoint+Utils.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:90:56: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      if let inflated = objc_getAssociatedObject(self, &AssociatedKey.isInflated) as? Bool {
                                                       ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:96:38: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      objc_setAssociatedObject(self, &AssociatedKey.isInflated, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                     ^
[34/58] Compiling Mechanica BinaryInteger+Utils.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:90:56: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      if let inflated = objc_getAssociatedObject(self, &AssociatedKey.isInflated) as? Bool {
                                                       ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:96:38: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      objc_setAssociatedObject(self, &AssociatedKey.isInflated, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                     ^
[35/58] Compiling Mechanica Bool+Utils.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:90:56: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      if let inflated = objc_getAssociatedObject(self, &AssociatedKey.isInflated) as? Bool {
                                                       ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:96:38: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      objc_setAssociatedObject(self, &AssociatedKey.isInflated, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                     ^
[36/58] Compiling Mechanica Character+Utils.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:90:56: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      if let inflated = objc_getAssociatedObject(self, &AssociatedKey.isInflated) as? Bool {
                                                       ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:96:38: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      objc_setAssociatedObject(self, &AssociatedKey.isInflated, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                     ^
[37/58] Compiling Mechanica Collection+Utils.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:90:56: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      if let inflated = objc_getAssociatedObject(self, &AssociatedKey.isInflated) as? Bool {
                                                       ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shared/Image+Utils.swift:96:38: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
      objc_setAssociatedObject(self, &AssociatedKey.isInflated, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                     ^
[38/58] Compiling Mechanica Dictionary+Utils.swift
[39/58] Compiling Mechanica FixedWidthInteger+Utils.swift
[40/58] Compiling Mechanica FloatingPoint+Utils.swift
[41/58] Compiling Mechanica Operators.swift
[42/58] Compiling Mechanica Optional+Utils.swift
[43/58] Compiling Mechanica RangeReplaceableCollection+Utils.swift
[44/58] Compiling Mechanica Sequence+Utils.swift
[45/58] Compiling Mechanica AVAsset+Utils.swift
[46/58] Compiling Mechanica NSImage+Utils.swift
[47/58] Compiling Mechanica CGFloat+Utils.swift
[48/58] Compiling Mechanica CGPoint+Utils.swift
[49/58] Compiling Mechanica CGRect+Utils.swift
[50/58] Compiling Mechanica CGSize+Utils.swift
[51/58] Compiling Mechanica Bundle+Info.swift
[52/58] Compiling Mechanica String+FoundationUtils.swift
[53/58] Compiling Mechanica URL+Utils.swift
[54/58] Compiling Mechanica URLRequest+Utils.swift
[55/58] Compiling Mechanica UserDefaults+Utils.swift
[56/58] Compiling Mechanica Mechanica.swift
[57/58] Compiling Mechanica Color+Utils.swift
[58/58] Compiling Mechanica Font+Utils.swift
Build complete! (4.54s)
Build complete.
Done.