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 WrkstrmKit, reference 0.0.5 (587979), with Swift 5.9 for macOS (SPM) on 28 Jun 2024 21:15:37 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/WrkstrmKit.git
Reference: 0.0.5
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/wrkstrm/WrkstrmKit
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at 5879794 Update JSON+TableViewCells.swift
Cloned https://github.com/wrkstrm/WrkstrmKit.git
Revision (git rev-parse @):
58797941dbf1a678f257af0f92146d53a908ec44
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmKit.git at 0.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/wrkstrm/WrkstrmKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/31] Compiling Logging MetadataProvider.swift
[2/31] Emitting module Logging
[3/31] Compiling Logging Locks.swift
[4/31] Compiling Logging Logging.swift
[5/31] Compiling Logging LogHandler.swift
[6/31] Emitting module WrkstrmMain
[7/36] Emitting module WrkstrmLog
[8/36] Compiling WrkstrmMain Optional+Comparable.swift
[9/36] Compiling WrkstrmMain Optional+Flatten.swift
[10/36] Compiling WrkstrmMain String+Contains.swift
[11/36] Compiling WrkstrmMain Injectable.swift
[12/36] Compiling WrkstrmMain Result.swift
[13/36] Compiling WrkstrmMain Array+Filter.swift
[14/36] Compiling WrkstrmMain ClosedRange+Magnitude.swift
[15/36] Compiling WrkstrmMain CommandLine+Executable.swift
[16/36] Compiling WrkstrmMain UInt+BitSetting.swift
[17/36] Compiling WrkstrmMain JSONSupport.swift
[18/36] Compiling WrkstrmMain SortEnum.swift
[19/36] Compiling WrkstrmMain IndexedCollection.swift
[20/36] Compiling WrkstrmMain SortedArray.swift
[21/36] Compiling WrkstrmMain BinaryTree.swift
[22/36] Compiling WrkstrmMain TreeClass.swift
[23/36] Compiling WrkstrmMain ListEnum.swift
[24/36] Compiling WrkstrmMain Collection+Utilities.swift
[25/36] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.swift
[26/36] Compiling WrkstrmMain Sequence+Decompose.swift
[27/36] Compiling WrkstrmMain String+Error.swift
[28/36] Compiling WrkstrmMain String+KebabCase.swift
[29/36] Compiling WrkstrmMain String+Source.swift
[30/36] Compiling WrkstrmLog Log.swift
[31/36] Compiling WrkstrmLog Logging+OSLogType.swift
[32/65] Compiling WrkstrmFoundation Date+ExpressibleByIntegerLiteral.swift
[33/65] Compiling WrkstrmFoundation Date+GitLog.swift
[34/65] Compiling WrkstrmFoundation Date+Utilities.swift
[35/67] Compiling WrkstrmFoundation String+FileType.swift
[36/67] Compiling WrkstrmFoundation String+Stats.swift
[37/67] Compiling WrkstrmFoundation URL+URLQueryItem.swift
[38/67] Compiling WrkstrmCrossKit UIApplicationDelegate+LaunchOptions.swift
[39/68] Compiling WrkstrmFoundation DateFormatter+Utilities.swift
[40/68] Compiling WrkstrmFoundation FoundationCalendar+Default.swift
[41/68] Compiling WrkstrmFoundation String+Casing.swift
[42/68] Emitting module WrkstrmFoundation
[43/68] Compiling WrkstrmCrossKit UIImate+SystemImages.swift
[44/68] Compiling WrkstrmCrossKit ReusableItem.swift
[45/68] Compiling WrkstrmFoundation FileHandle+Standard.swift
[46/68] Compiling WrkstrmFoundation FileManager+Source.swift
[47/68] Compiling WrkstrmFoundation Log+Foundation.swift
[48/68] Compiling WrkstrmFoundation Calendar.swift
[49/68] Compiling WrkstrmFoundation Bundle+Version.swift
[50/68] Compiling WrkstrmFoundation Data+UTF8.swift
[51/68] Compiling WrkstrmFoundation NotificationCenter+Transformers.swift
[52/68] Compiling WrkstrmFoundation NumberFormatter+Localize.swift
[53/68] Compiling WrkstrmFoundation String+Expanding.swift
[54/68] Compiling WrkstrmFoundation JSONCoders.swift
[55/68] Compiling WrkstrmFoundation JSONEnums.swift
[56/68] Compiling WrkstrmFoundation Bundle+Decode.swift
[57/68] Compiling WrkstrmFoundation CodableArchiver.swift
[58/68] Emitting module WrkstrmCrossKit
[59/68] Compiling WrkstrmCrossKit Registrar.swift
[60/68] Compiling WrkstrmCrossKit Grid.swift
[61/68] Compiling WrkstrmCrossKit ReusableCell.swift
[62/68] Compiling WrkstrmCrossKit Screen.swift
[63/68] Compiling WrkstrmCrossKit View+Constraints.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WrkstrmCrossKit/View+Constraints.swift:100:16: warning: expression took 12ms to type-check (limit: 10ms)
    CGPoint(x: (frame.origin.x + frame.size.width) / 2, y: (frame.origin.y + frame.size.height) / 2)
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WrkstrmCrossKit/View+Constraints.swift:29:11: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
          &AssociatedKey.constraintCache,
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WrkstrmCrossKit/View+Constraints.swift:24:11: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
          &AssociatedKey.constraintCache) as? ConstraintCache
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WrkstrmCrossKit/View+Constraints.swift:39:9: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        &AssociatedKey.constraintCache,
        ^
[64/102] Compiling WrkstrmKit UICollectionReusableView+ReusableCell.swift
[65/102] Compiling WrkstrmKit UICollectionView+Registrar.swift
[66/102] Compiling WrkstrmKit UICollectionView+ReusableCell.swift
[67/102] Compiling WrkstrmKit Indexable.swift
[68/102] Compiling WrkstrmKit HostingTableViewCell.swift
[69/106] Compiling WrkstrmKit CollectionViewCell.swift
[70/106] Compiling WrkstrmKit CollectionViewController.swift
[71/106] Compiling WrkstrmKit CollectionViewDataSource.swift
[72/106] Compiling WrkstrmKit CollectionViewDisplayble.swift
[73/106] Compiling WrkstrmKit HostingCollectionViewCell.swift
[74/106] Compiling WrkstrmSwiftUI PreviewDevice.swift
[75/106] Compiling WrkstrmSwiftUI AnyTransition.swift
[76/106] Compiling WrkstrmSwiftUI IndexedRow.swift
[77/106] Emitting module WrkstrmSwiftUI
[78/106] Compiling WrkstrmSwiftUI UIImagePublisher.swift
[79/106] Emitting module WrkstrmKit
[80/106] Compiling WrkstrmKit UIImage+Utilities.swift
[81/106] Compiling WrkstrmKit UIStoryboard+UIViewController.swift
[82/106] Compiling WrkstrmKit FontMetrics.swift
[83/106] Compiling WrkstrmKit Instantiator.swift
[84/106] Compiling WrkstrmKit JSON+TableViewCells.swift
[85/114] Compiling WrkstrmKit UIView+Animation.swift
[86/114] Compiling WrkstrmKit UIView+Geometry.swift
[87/114] Compiling WrkstrmKit UIView+Loading.swift
[88/114] Compiling WrkstrmKit UIView+Pulse.swift
[89/114] Compiling WrkstrmKit TableViewCell.swift
[90/114] Compiling WrkstrmKit TableViewController.swift
[91/114] Compiling WrkstrmKit TableViewDataSource.swift
[92/114] Compiling WrkstrmKit TableViewDisplayble.swift
[93/114] Compiling WrkstrmKit UITableView+Registrar.swift
[94/114] Compiling WrkstrmKit JSON+TableViewDisplayable.swift
[95/114] Compiling WrkstrmKit JSONTableViewController.swift
[96/114] Compiling WrkstrmKit Log+WrkstrmKit.swift
[97/114] Compiling WrkstrmKit Root.swift
[98/114] Compiling WrkstrmKit StackViewController.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WrkstrmKit/UIView/CAGradientLayer+Utilities.swift:55:7: warning: expression took 11ms to type-check (limit: 10ms)
      Direction.allCases.first { $0.position == (start: startPoint, end: endPoint) }
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[99/114] Compiling WrkstrmKit Animation.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WrkstrmKit/UIView/CAGradientLayer+Utilities.swift:55:7: warning: expression took 11ms to type-check (limit: 10ms)
      Direction.allCases.first { $0.position == (start: startPoint, end: endPoint) }
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[100/114] Compiling WrkstrmKit CAGradientLayer+Utilities.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WrkstrmKit/UIView/CAGradientLayer+Utilities.swift:55:7: warning: expression took 11ms to type-check (limit: 10ms)
      Direction.allCases.first { $0.position == (start: startPoint, end: endPoint) }
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[101/114] Compiling WrkstrmKit CallbackButton.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WrkstrmKit/UIView/CAGradientLayer+Utilities.swift:55:7: warning: expression took 11ms to type-check (limit: 10ms)
      Direction.allCases.first { $0.position == (start: startPoint, end: endPoint) }
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[102/114] Compiling WrkstrmKit UITableView+ReusableCell.swift
[103/114] Compiling WrkstrmKit UITableViewCell+ReusableCell.swift
[104/114] Compiling WrkstrmKit CGRect+Intersecting.swift
[105/114] Compiling WrkstrmKit CGSize+Square.swift
[106/114] Compiling WrkstrmKit UIContentSizeCategory+Extensions.swift
[107/114] Compiling WrkstrmSwiftUIExp MapView.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WrkstrmSwiftUIExp/MapView.swift:38:5: warning: expression took 11ms to type-check (limit: 10ms)
    MKMapView(frame: .zero)
    ^~~~~~~~~~~~~~~~~~~~~~~
[108/114] Compiling WrkstrmSwiftUIExp PageViewController.swift
[109/114] Compiling WrkstrmSwiftUIExp PageControl.swift
[110/114] Compiling WrkstrmSwiftUIExp InterpolatingView.swift
[111/114] Compiling WrkstrmSwiftUIExp ActivityViewController.swift
[112/114] Emitting module WrkstrmSwiftUIExp
[113/114] Compiling WrkstrmSwiftUIExp WebView.swift
[114/114] Compiling WrkstrmSwiftUIExp WebNavBarView.swift
Build complete! (17.00s)
warning: 'spi-builder-workspace': ---- Wrkstrm Deps ----
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmFoundation.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.branch("main")), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.branch("main")), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.branch("main"))]
---- Wrkstrm Deps ----
warning: 'spi-builder-workspace': ---- Wrkstrm Deps ----
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmFoundation.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.branch("main")), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.branch("main")), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.branch("main"))]
---- Wrkstrm Deps ----
Fetching https://github.com/wrkstrm/WrkstrmFoundation.git from cache
Fetched https://github.com/wrkstrm/WrkstrmFoundation.git (0.49s)
warning: 'wrkstrmfoundation': ---- Wrkstrm Deps ----
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.branch("main")), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.branch("main"))]
---- Wrkstrm Deps ----
Fetching https://github.com/wrkstrm/WrkstrmLog.git from cache
Fetched https://github.com/wrkstrm/WrkstrmLog.git (0.48s)
Fetching https://github.com/wrkstrm/WrkstrmMain.git from cache
Fetched https://github.com/wrkstrm/WrkstrmMain.git (0.39s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.14s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.3
Creating working copy for https://github.com/wrkstrm/WrkstrmLog.git
Working copy of https://github.com/wrkstrm/WrkstrmLog.git resolved at main
Creating working copy for https://github.com/wrkstrm/WrkstrmMain.git
Working copy of https://github.com/wrkstrm/WrkstrmMain.git resolved at main
Creating working copy for https://github.com/wrkstrm/WrkstrmFoundation.git
Working copy of https://github.com/wrkstrm/WrkstrmFoundation.git resolved at main
warning: 'wrkstrmfoundation': ---- Wrkstrm Deps ----
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.branch("main")), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.branch("main"))]
---- Wrkstrm Deps ----
Build complete.
Done.