Build Information
Failed to build WrkstrmKit, reference 0.1.0 (68d299
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 12:54:43 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/WrkstrmKit.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wrkstrm/WrkstrmKit
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 68d2995 Add top controller to Kit.
Cloned https://github.com/wrkstrm/WrkstrmKit.git
Revision (git rev-parse @):
68d2995831acf69052f1ba975810b6d5e385ddfc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmKit.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wrkstrm/WrkstrmKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-1EA4D86E10B52AF.txt
[10/42] Compiling Logging MetadataProvider.swift
[11/42] Compiling Logging Locks.swift
[12/42] Compiling Logging LogHandler.swift
[13/42] Emitting module Logging
[14/42] Compiling Logging Logging.swift
[15/48] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.swift
[16/48] Compiling WrkstrmMain Sequence+Decompose.swift
[17/48] Compiling WrkstrmMain UInt+BitSetting.swift
[18/48] Compiling WrkstrmMain JSON.swift
[19/48] Compiling WrkstrmMain String+Count.swift
[20/48] Compiling WrkstrmMain String+Error.swift
[21/50] Compiling WrkstrmMain Injectable.swift
[22/50] Compiling WrkstrmMain Result.swift
[23/50] Compiling WrkstrmMain Sequence+Unique.swift
[24/50] Compiling WrkstrmMain String+Contains.swift
[25/50] Compiling WrkstrmMain CommandLine+Executable.swift
[26/50] Compiling WrkstrmMain Optional+Comparable.swift
[27/50] Compiling WrkstrmMain Optional+Flatten.swift
[28/50] Compiling WrkstrmMain BinaryTree.swift
[29/50] Compiling WrkstrmMain TreeClass.swift
[30/50] Compiling WrkstrmMain ListEnum.swift
[31/50] Emitting module WrkstrmMain
[32/50] Compiling WrkstrmMain String+KebabCase.swift
[33/50] Compiling WrkstrmMain String+Source.swift
[34/50] Compiling WrkstrmMain SortEnum.swift
[35/50] Compiling WrkstrmMain IndexedCollection.swift
[36/50] Compiling WrkstrmMain SortedArray.swift
[37/50] Compiling WrkstrmMain Array+Filter.swift
[38/50] Compiling WrkstrmMain ClosedRange+Magnitude.swift
[39/50] Compiling WrkstrmMain Collection+Sorting.swift
[40/50] Compiling WrkstrmLog ProcessInfo+Xcode.swift
[41/50] Compiling WrkstrmLog Level+OSLogType.swift
[42/50] Compiling WrkstrmLog Log+Shared.swift
[43/50] Compiling WrkstrmLog Log.swift
[44/50] Emitting module WrkstrmLog
[45/50] Compiling WrkstrmLog Level+Emoji.swift
[46/84] Compiling WrkstrmFoundation String+Casing.swift
[47/84] Compiling WrkstrmFoundation String+Expanding.swift
[48/84] Compiling WrkstrmFoundation String+FileType.swift
[49/86] Compiling WrkstrmFoundation RelativeDateTimeFormatter+Date.swift
[50/86] Compiling WrkstrmFoundation FileHandle+Standard.swift
[51/86] Compiling WrkstrmFoundation FileManager+Source.swift
[52/86] Compiling WrkstrmFoundation Data+UTF8.swift
[53/86] Compiling WrkstrmFoundation Date+ExpressibleByIntegerLiteral.swift
[54/86] Compiling WrkstrmFoundation Date+GitLog.swift
[55/86] Compiling WrkstrmFoundation Log+Foundation.swift
[56/86] Compiling WrkstrmFoundation NotificationCenter+Transformers.swift
[57/86] Compiling WrkstrmFoundation NumberFormatter+Localize.swift
[58/86] Compiling WrkstrmFoundation Date+Utilities.swift
[59/86] Compiling WrkstrmFoundation DateFormatter+Utilities.swift
[60/86] Compiling WrkstrmFoundation FoundationCalendar+Default.swift
[61/86] Emitting module WrkstrmFoundation
[62/86] Compiling WrkstrmFoundation Calendar.swift
[63/86] Compiling WrkstrmFoundation Event.swift
[64/86] Compiling WrkstrmFoundation Bundle+Version.swift
[65/86] Compiling WrkstrmFoundation JSONResource.swift
[66/86] Compiling WrkstrmFoundation Bundle+Decode.swift
[67/86] Compiling WrkstrmFoundation String+Stats.swift
[68/86] Compiling WrkstrmFoundation URL+URLQueryItem.swift
[69/86] Compiling WrkstrmFoundation HTTP.swift
[70/86] Compiling WrkstrmFoundation JSONCoders.swift
[71/86] Compiling WrkstrmFoundation JSONEnums.swift
[72/86] Compiling WrkstrmFoundation CodableArchiver.swift
[73/86] Compiling WrkstrmFoundation SecurityScopedAsset.swift
[74/86] Compiling WrkstrmCrossKit ReusableCell.swift
[75/86] Compiling WrkstrmCrossKit Registrar.swift
[76/86] Compiling WrkstrmCrossKit Grid.swift
[77/86] Emitting module WrkstrmCrossKit
[78/86] Compiling WrkstrmCrossKit ReusableItem.swift
[79/86] Compiling WrkstrmCrossKit View+Constraints.swift
/Users/admin/builder/spi-builder-workspace/Sources/WrkstrmCrossKit/View+Constraints.swift:30:11: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
28 | objc_setAssociatedObject(
29 | self,
30 | &AssociatedKey.constraintCache,
| `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
31 | cache,
32 | .OBJC_ASSOCIATION_RETAIN_NONATOMIC
/Users/admin/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.
22 | let cache = objc_getAssociatedObject(
23 | self,
24 | &AssociatedKey.constraintCache
| `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
25 | ) as? ConstraintCache
26 | else {
/Users/admin/builder/spi-builder-workspace/Sources/WrkstrmCrossKit/View+Constraints.swift:41:9: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
39 | objc_setAssociatedObject(
40 | self,
41 | &AssociatedKey.constraintCache,
| `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
42 | newValue,
43 | .OBJC_ASSOCIATION_RETAIN_NONATOMIC
[80/86] Compiling WrkstrmCrossKit UIImate+SystemImages.swift
[81/86] Compiling WrkstrmCrossKit Screen.swift
[82/123] Compiling WrkstrmSwiftUI PreviewDevice.swift
[83/123] Compiling WrkstrmSwiftUI UIImagePublisher.swift
[84/123] Emitting module WrkstrmSwiftUI
[85/123] Compiling WrkstrmSwiftUI IndexedRow.swift
[86/123] Compiling WrkstrmSwiftUI AnyTransition.swift
[87/131] Compiling WrkstrmKit UIApplicationDelegate+LaunchOptions.swift
[88/131] Compiling WrkstrmKit UIContentSizeCategory+Extensions.swift
[89/131] Compiling WrkstrmKit UIImage+Utilities.swift
[90/131] Compiling WrkstrmKit UIStoryboard+UIViewController.swift
[91/131] Compiling WrkstrmKit CollectionViewCell.swift
[92/131] Compiling WrkstrmKit CollectionViewController.swift
[93/131] Compiling WrkstrmKit CollectionViewDataSource.swift
[94/131] Compiling WrkstrmKit CollectionViewDisplayble.swift
[95/134] Emitting module WrkstrmKit
[96/134] Compiling WrkstrmKit TableViewDataSource.swift
[97/134] Compiling WrkstrmKit TableViewDisplayble.swift
[98/134] Compiling WrkstrmKit UITableView+Registrar.swift
[99/134] Compiling WrkstrmKit UITableView+ReusableCell.swift
[100/134] Compiling WrkstrmKit HostingCollectionViewCell.swift
[101/134] Compiling WrkstrmKit UICollectionReusableView+ReusableCell.swift
[102/134] Compiling WrkstrmKit UICollectionView+Registrar.swift
[103/134] Compiling WrkstrmKit UICollectionView+ReusableCell.swift
[104/134] Compiling WrkstrmKit UITableViewCell+ReusableCell.swift
[105/134] Compiling WrkstrmKit CGRect+Intersecting.swift
[106/134] Compiling WrkstrmKit CGSize+Square.swift
[107/134] Compiling WrkstrmKit UIApplication+TopViewController.swift
[108/134] Compiling WrkstrmKit Animation.swift
[109/134] Compiling WrkstrmKit CAGradientLayer+Utilities.swift
[110/134] Compiling WrkstrmKit CallbackButton.swift
[111/134] Compiling WrkstrmKit UIView+Animation.swift
[112/134] Compiling WrkstrmKit Indexable.swift
[113/134] Compiling WrkstrmKit HostingTableViewCell.swift
[114/134] Compiling WrkstrmKit TableViewCell.swift
[115/134] Compiling WrkstrmKit TableViewController.swift
[116/134] Compiling WrkstrmKit JSONTableViewController.swift
[117/134] Compiling WrkstrmKit Log+WrkstrmKit.swift
[118/134] Compiling WrkstrmKit SceneRoot.swift
[119/134] Compiling WrkstrmKit StackViewController.swift
[120/134] Compiling WrkstrmKit FontMetrics.swift
[121/134] Compiling WrkstrmKit Instantiator.swift
[122/134] Compiling WrkstrmKit JSON+TableViewCells.swift
[123/134] Compiling WrkstrmKit JSON+TableViewDisplayable.swift
[124/134] Compiling WrkstrmKit UIView+Geometry.swift
[125/134] Compiling WrkstrmKit UIView+Loading.swift
[126/134] Compiling WrkstrmKit UIView+Pulse.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[127/134] Compiling WrkstrmSwiftUIExp PageViewController.swift
[128/134] Compiling WrkstrmSwiftUIExp PageControl.swift
[129/134] Compiling WrkstrmSwiftUIExp WebView.swift
[130/134] Compiling WrkstrmSwiftUIExp InterpolatingView.swift
[131/134] Compiling WrkstrmSwiftUIExp WebNavBarView.swift
[132/134] Compiling WrkstrmSwiftUIExp ActivityViewController.swift
[133/134] Emitting module WrkstrmSwiftUIExp
/Users/admin/builder/spi-builder-workspace/Sources/WrkstrmSwiftUIExp/MapView.swift:30:15: error: type 'MapView' does not conform to protocol 'NSViewRepresentable'
28 |
29 | @available(macOS 10.15, *)
30 | public struct MapView: NSViewRepresentable {
| `- error: type 'MapView' does not conform to protocol 'NSViewRepresentable'
31 | public var coordinate: CLLocationCoordinate2D
32 |
:
35 | }
36 |
37 | public func makeNSView(context _: NSViewRepresentableContext<Self>) -> Self {
| `- note: candidate can not infer 'NSViewType' = 'MapView' because 'MapView' is not a class type and so can't inherit from 'NSView'
38 | MKMapView(frame: .zero)
39 | }
SwiftUI.NSViewRepresentable.NSViewType:2:16: note: unable to infer associated type 'NSViewType' for protocol 'NSViewRepresentable'
1 | protocol NSViewRepresentable {
2 | associatedtype NSViewType : NSView}
| `- note: unable to infer associated type 'NSViewType' for protocol 'NSViewRepresentable'
3 |
[134/134] Compiling WrkstrmSwiftUIExp MapView.swift
/Users/admin/builder/spi-builder-workspace/Sources/WrkstrmSwiftUIExp/MapView.swift:30:15: error: type 'MapView' does not conform to protocol 'NSViewRepresentable'
28 |
29 | @available(macOS 10.15, *)
30 | public struct MapView: NSViewRepresentable {
| `- error: type 'MapView' does not conform to protocol 'NSViewRepresentable'
31 | public var coordinate: CLLocationCoordinate2D
32 |
:
35 | }
36 |
37 | public func makeNSView(context _: NSViewRepresentableContext<Self>) -> Self {
| `- note: candidate can not infer 'NSViewType' = 'MapView' because 'MapView' is not a class type and so can't inherit from 'NSView'
38 | MKMapView(frame: .zero)
39 | }
SwiftUI.NSViewRepresentable.NSViewType:2:16: note: unable to infer associated type 'NSViewType' for protocol 'NSViewRepresentable'
1 | protocol NSViewRepresentable {
2 | associatedtype NSViewType : NSView}
| `- note: unable to infer associated type 'NSViewType' for protocol 'NSViewRepresentable'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/WrkstrmSwiftUIExp/MapView.swift:38:5: error: cannot convert return expression of type 'MKMapView' to return type 'MapView'
36 |
37 | public func makeNSView(context _: NSViewRepresentableContext<Self>) -> Self {
38 | MKMapView(frame: .zero)
| `- error: cannot convert return expression of type 'MKMapView' to return type 'MapView'
39 | }
40 |
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.range(Range(1.0.0..<2.0.0)))]
---- Wrkstrm Deps ----
Fetching https://github.com/wrkstrm/WrkstrmFoundation.git
[1/1883] Fetching wrkstrmfoundation
Fetched https://github.com/wrkstrm/WrkstrmFoundation.git from cache (1.02s)
warning: 'wrkstrmfoundation': ---- ConfigurationService Deps ----
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(0.4.0..<1.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(1.0.0..<2.0.0)))]
---- ConfigurationService Deps ----
Fetching https://github.com/wrkstrm/WrkstrmLog.git
[1/874] Fetching wrkstrmlog
Fetched https://github.com/wrkstrm/WrkstrmLog.git from cache (0.84s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/wrkstrm/WrkstrmMain.git
[1/838] Fetching wrkstrmmain
[839/4674] Fetching wrkstrmmain, swift-log
Fetched https://github.com/wrkstrm/WrkstrmMain.git from cache (1.06s)
Fetched https://github.com/apple/swift-log.git from cache (1.06s)
Computing version for https://github.com/wrkstrm/WrkstrmMain.git
Computed https://github.com/wrkstrm/WrkstrmMain.git at 1.0.0 (1.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Creating working copy for https://github.com/wrkstrm/WrkstrmMain.git
Working copy of https://github.com/wrkstrm/WrkstrmMain.git resolved at 1.0.0
Creating working copy for https://github.com/wrkstrm/WrkstrmFoundation.git
Working copy of https://github.com/wrkstrm/WrkstrmFoundation.git resolved at main (59a16df)
Creating working copy for https://github.com/wrkstrm/WrkstrmLog.git
Working copy of https://github.com/wrkstrm/WrkstrmLog.git resolved at main (fac4567)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
warning: 'wrkstrmfoundation': ---- ConfigurationService Deps ----
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(0.4.0..<1.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(1.0.0..<2.0.0)))]
---- ConfigurationService Deps ----
BUILD FAILURE 6.2 macosSpm