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.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/alemar11/Mechanica.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/alemar11/Mechanica
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 076c436 Bump cocoapods-downloader from 1.1.3 to 1.6.3 (#72)
Cloned https://github.com/alemar11/Mechanica.git
Revision (git rev-parse @):
076c436ae3ec24af1861b656c0f660d1ca65426f
SUCCESS checkout https://github.com/alemar11/Mechanica.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "mechanica",
      "name": "Mechanica",
      "url": "https://github.com/alemar11/Mechanica.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Mechanica",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alemar11/Mechanica.git
[1/17288] Fetching mechanica
Fetched https://github.com/alemar11/Mechanica.git (2.75s)
Creating working copy for https://github.com/alemar11/Mechanica.git
Working copy of https://github.com/alemar11/Mechanica.git resolved at master
warning: '.resolve-product-dependencies': dependency 'mechanica' is not used by any target
Found 0 product dependencies
========================================
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/50] Emitting module Mechanica
[2/56] Compiling Mechanica UIImage+Utils.swift
[3/56] Compiling Mechanica UILayoutPriority+Utils.swift
[4/56] Compiling Mechanica UIStackView+Utils.swift
[5/56] Compiling Mechanica UIView+Utils.swift
[6/56] Compiling Mechanica UIViewController+Utils.swift
[7/56] Compiling Mechanica UIWindow+Utils.swift
[8/56] Compiling Mechanica SignedInteger.swift
[9/56] Compiling Mechanica String+Utils.swift
[10/56] Compiling Mechanica Unicode+Utils.swift
[11/56] Compiling Mechanica UIButton+Utils.swift
[12/56] Compiling Mechanica UIDevice+Utils.swift
[13/56] Compiling Mechanica UIEdgeInsets+Utils.swift
[14/56] Compiling Mechanica UIGestureRecognizer+Utils.swift
[15/56] Compiling Mechanica Dictionary+Utils.swift
[16/56] Compiling Mechanica FixedWidthInteger+Utils.swift
[17/56] Compiling Mechanica FloatingPoint+Utils.swift
[18/56] Compiling Mechanica Operators.swift
[19/56] Compiling Mechanica Optional+Utils.swift
[20/56] Compiling Mechanica RangeReplaceableCollection+Utils.swift
[21/56] Compiling Mechanica Sequence+Utils.swift
[22/56] Compiling Mechanica Locale.swift
[23/56] Compiling Mechanica NSAttributedString+Utils.swift
[24/56] Compiling Mechanica NSMutableAttributedString+Utils.swift
[25/56] Compiling Mechanica NSObjectProtocol+Utils.swift
[26/56] Compiling Mechanica NSPredicate+Utils.swift
[27/56] Compiling Mechanica ProcessInfo+Utils.swift
[28/56] Compiling Mechanica Stat+Utils.swift
[29/56] Compiling Mechanica String+FoundationUtils.swift
[30/56] Compiling Mechanica URL+Utils.swift
[31/56] Compiling Mechanica URLRequest+Utils.swift
[32/56] Compiling Mechanica UserDefaults+Utils.swift
[33/56] Compiling Mechanica Mechanica.swift
[34/56] Compiling Mechanica Color+Utils.swift
[35/56] Compiling Mechanica Font+Utils.swift
[36/56] Compiling Mechanica AVAsset+Utils.swift
[37/56] Compiling Mechanica NSImage+Utils.swift
[38/56] Compiling Mechanica CGFloat+Utils.swift
[39/56] Compiling Mechanica CGPoint+Utils.swift
[40/56] Compiling Mechanica CGRect+Utils.swift
[41/56] Compiling Mechanica CGSize+Utils.swift
[42/56] Compiling Mechanica Bundle+Info.swift
[43/56] Compiling Mechanica Calendar+Utils.swift
[44/56] Compiling Mechanica Data+Utils.swift
[45/56] Compiling Mechanica Date+Utils.swift
[46/56] Compiling Mechanica Dictionary+FoundationUtils.swift
[47/56] Compiling Mechanica DispatchQueue+Utils.swift
[48/56] Compiling Mechanica FileManager+Utils.swift
[49/56] Compiling Mechanica FoundationUtils.swift
[50/56] Compiling Mechanica Image+Utils.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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)
                                     ^
[51/56] Compiling Mechanica NSDirectionalEdgeInsets+Utils.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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)
                                     ^
[52/56] Compiling Mechanica BinaryFloatingPoint+Utils.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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)
                                     ^
[53/56] Compiling Mechanica BinaryInteger+Utils.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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)
                                     ^
[54/56] Compiling Mechanica Bool+Utils.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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)
                                     ^
[55/56] Compiling Mechanica Character+Utils.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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)
                                     ^
[56/56] Compiling Mechanica Collection+Utils.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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)
                                     ^
Build complete! (17.25s)
Build complete.
Done.