Build Information
Successful build of HSHelpers, reference 0.3.8 (6f66ae), with Swift 6.0 for macOS (SPM) on 23 Jul 2025 19:26:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ConfusedVorlon/HSHelpers.git
Reference: 0.3.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ConfusedVorlon/HSHelpers
* tag 0.3.8 -> FETCH_HEAD
HEAD is now at 6f66ae7 use cached DateFormatters
Cloned https://github.com/ConfusedVorlon/HSHelpers.git
Revision (git rev-parse @):
6f66ae751d36e45d10e3ffe1185f222461e298d5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ConfusedVorlon/HSHelpers.git at 0.3.8
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ConfusedVorlon/HSHelpers.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-5BDAB9E9C0126B9D.txt
[7/50] Emitting module Time
[8/50] Compiling Time Time+Foundation.swift
[9/50] Compiling Time Time.swift
[10/52] Compiling HSTime Time+HS.swift
[11/52] Emitting module HSTime
[12/52] Emitting module HSHelpers
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:14:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
12 |
13 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
14 | extension Published: Decodable where Value: Decodable {
| |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | public init(from decoder: Decoder) throws {
16 | let decoded = try Value(from: decoder)
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:22:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
20 |
21 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
22 | extension Published: Encodable where Value: Encodable {
| |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | public func encode(to encoder: Encoder) throws {
24 | try unofficialValue.encode(to: encoder)
[13/56] Compiling HSHelpers Data+MD5.swift
[14/56] Compiling HSHelpers Date+HS.swift
[15/56] Compiling HSHelpers DispatchQueue+HS.swift
[16/56] Compiling HSHelpers Equatable.swift
[17/56] Compiling HSHelpers FileManager+HS.swift
[18/56] Compiling HSHelpers AnyHashable+HS.swift
[19/56] Compiling HSHelpers Array+HS.swift
[20/56] Compiling HSHelpers Bundle+HS.swift
[21/56] Compiling HSHelpers CGColor+HS.swift
[22/56] Compiling HSHelpers CGImage+HS.swift
[23/56] Compiling HSHelpers FloatConvertible.swift
[24/56] Compiling HSHelpers Int.swift
[25/56] Compiling HSHelpers JSONEncoder+HS.swift
[26/56] Compiling HSHelpers NSMutableAttributedString+HS.swift
[27/56] Compiling HSHelpers NSRegularExpression+HS.swift
[28/56] Compiling HSHelpers RuntimeWarning.swift
[29/56] Compiling HSHelpers ThreadsafeArray.swift
[30/56] Compiling HSHelpers ThreadsafeDict.swift
[31/56] Compiling HSHelpers Vectors.swift
[32/56] Compiling HSHelpers WeakTimer.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Types/WeakTimer.swift:24:59: warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
22 | weakTimer.timer = Timer.scheduledTimer(withTimeInterval: interval,
23 | repeats: repeats,
24 | block: block)
| `- warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
25 | }
26 | else {
[33/56] Compiling HSHelpers URL+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Types/WeakTimer.swift:24:59: warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
22 | weakTimer.timer = Timer.scheduledTimer(withTimeInterval: interval,
23 | repeats: repeats,
24 | block: block)
| `- warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
25 | }
26 | else {
[34/56] Compiling HSHelpers URLComponents+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Types/WeakTimer.swift:24:59: warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
22 | weakTimer.timer = Timer.scheduledTimer(withTimeInterval: interval,
23 | repeats: repeats,
24 | block: block)
| `- warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
25 | }
26 | else {
[35/56] Compiling HSHelpers WKWebView+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Types/WeakTimer.swift:24:59: warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
22 | weakTimer.timer = Timer.scheduledTimer(withTimeInterval: interval,
23 | repeats: repeats,
24 | block: block)
| `- warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
25 | }
26 | else {
[36/56] Compiling HSHelpers CGImageSource+HS.swift
[37/56] Compiling HSHelpers CGRect+HS.swift
[38/56] Compiling HSHelpers ClosedRange+HS.swift
[39/56] Compiling HSHelpers Comparable+clamp.swift
[40/56] Compiling HSHelpers Data+HS.swift
[41/56] Compiling HSHelpers String+HS.swift
[42/56] Compiling HSHelpers String+MD5.swift
[43/56] Compiling HSHelpers Aliases.swift
[44/56] Compiling HSHelpers Build.swift
[45/56] Compiling HSHelpers Filetypes.swift
[46/56] Compiling HSHelpers HSColor+SwiftUI.swift
[47/56] Compiling HSHelpers HSColour.swift
[48/56] Compiling HSHelpers HSImage.swift
[49/56] Compiling HSHelpers NSTextCheckingResult+HS.swift
[50/56] Compiling HSHelpers Number+PositiveModulus.swift
[51/56] Compiling HSHelpers Optional+HS.swift
[52/56] Compiling HSHelpers PlatformValues.swift
[53/56] Compiling HSHelpers Published+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:14:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
12 |
13 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
14 | extension Published: Decodable where Value: Decodable {
| |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | public init(from decoder: Decoder) throws {
16 | let decoded = try Value(from: decoder)
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:22:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
20 |
21 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
22 | extension Published: Encodable where Value: Encodable {
| |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | public func encode(to encoder: Encoder) throws {
24 | try unofficialValue.encode(to: encoder)
[54/56] Compiling HSHelpers Result+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:14:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
12 |
13 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
14 | extension Published: Decodable where Value: Decodable {
| |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | public init(from decoder: Decoder) throws {
16 | let decoded = try Value(from: decoder)
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:22:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
20 |
21 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
22 | extension Published: Encodable where Value: Encodable {
| |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | public func encode(to encoder: Encoder) throws {
24 | try unofficialValue.encode(to: encoder)
[55/56] Compiling HSHelpers SKError+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:14:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
12 |
13 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
14 | extension Published: Decodable where Value: Decodable {
| |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | public init(from decoder: Decoder) throws {
16 | let decoded = try Value(from: decoder)
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:22:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
20 |
21 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
22 | extension Published: Encodable where Value: Encodable {
| |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | public func encode(to encoder: Encoder) throws {
24 | try unofficialValue.encode(to: encoder)
[56/56] Compiling HSHelpers SKProduct+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:14:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
12 |
13 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
14 | extension Published: Decodable where Value: Decodable {
| |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | public init(from decoder: Decoder) throws {
16 | let decoded = try Value(from: decoder)
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:22:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
20 |
21 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
22 | extension Published: Encodable where Value: Encodable {
| |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | public func encode(to encoder: Encoder) throws {
24 | try unofficialValue.encode(to: encoder)
[57/88] Compiling HSUIKit UIViewController+HS.swift
[58/88] Compiling HSUIKit UIViewController+Preview.swift
[59/88] Compiling HSUIKit UIUserInterfaceIdiom+HS.swift
[60/88] Compiling HSUIKit UIView+HS.swift
[61/90] Emitting module HSUIKit
[62/90] Compiling HSUIKit UIStackView+HS.swift
[63/90] Compiling HSUIKit UITextView+HS.swift
[64/90] Compiling HSUIKit UIEdgeInsets+HS.swift
[65/90] Compiling HSUIKit UIFont+HS.swift
[66/90] Compiling HSAppKit NSAlert+HS.swift
[67/90] Compiling HSAppKit NSButton+HS.swift
[68/90] Compiling HSUIKit ColorCompatibility.swift
[69/90] Compiling HSUIKit UIAlertController+HS.swift
[70/90] Compiling HSAppKit NSDocument+SaveCompletion.swift
[71/90] Compiling HSAppKit NSGraphicsContext+HS.swift
[72/90] Compiling HSUIKit UIColor+HS.swift
[73/90] Compiling HSUIKit UIDevice+HS.swift
[74/90] Compiling HSUIKit UIViewController+Alert.swift
[75/90] Compiling HSUIKit UIViewController+Email.swift
[76/90] Compiling HSUIKit UIViewController+Safari.swift
[77/90] Compiling HSUIKit UIViewController+Share.swift
[78/90] Compiling HSAppKit NSWindow+HS.swift
[79/90] Compiling HSAppKit NSViewController+HS.swift
[80/90] Compiling HSAppKit NSView+NibLoadable.swift
[81/91] Compiling HSAppKit NSView+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSAppKit/NSView+HS.swift:47:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
45 | return ComparisonResult.orderedSame
46 | }
47 | }, context: &theView)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/HSAppKit/NSView+HS.swift:63:21: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
61 | return ComparisonResult.orderedSame
62 | }
63 | }, context: &theView)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
64 | }
65 |
[84/91] Compiling HSAppKit NSImage+HS.swift
[89/91] Emitting module HSAppKit
[90/91] Compiling HSAppKit NSScreen+HS.swift
[91/91] Compiling HSAppKit PresentedNSViewController.swift
Build complete! (14.51s)
Fetching https://github.com/dreymonde/Time.git
[1/254] Fetching time
Fetched https://github.com/dreymonde/Time.git from cache (0.69s)
Computing version for https://github.com/dreymonde/Time.git
Computed https://github.com/dreymonde/Time.git at 1.1.0 (2.37s)
Creating working copy for https://github.com/dreymonde/Time.git
Working copy of https://github.com/dreymonde/Time.git resolved at 1.1.0
Build complete.
{
"dependencies" : [
{
"identity" : "time",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dreymonde/Time.git"
}
],
"manifest_display_name" : "HSHelpers",
"name" : "HSHelpers",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "HSHelpers",
"targets" : [
"HSHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HSAppKit",
"targets" : [
"HSAppKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HSUIKit",
"targets" : [
"HSUIKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HSTime",
"targets" : [
"HSTime"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HSUIKit",
"module_type" : "SwiftTarget",
"name" : "HSUIKit",
"path" : "Sources/HSUIKit",
"product_memberships" : [
"HSUIKit"
],
"sources" : [
"Types/ColorCompatibility.swift",
"UIAlertController+HS.swift",
"UIBarButtonItem+HS.swift",
"UIButton+HS.swift",
"UIColor+HS.swift",
"UIDevice+HS.swift",
"UIEdgeInsets+HS.swift",
"UIFont+HS.swift",
"UIImageView+HS.swift",
"UILabel+HS.swift",
"UIStackView+HS.swift",
"UITextView+HS.swift",
"UIUserInterfaceIdiom+HS.swift",
"UIView+HS.swift",
"UIViewController+Alert.swift",
"UIViewController+Email.swift",
"UIViewController+HS.swift",
"UIViewController+Preview.swift",
"UIViewController+Safari.swift",
"UIViewController+Share.swift"
],
"target_dependencies" : [
"HSHelpers"
],
"type" : "library"
},
{
"c99name" : "HSTime",
"module_type" : "SwiftTarget",
"name" : "HSTime",
"path" : "Sources/HSTime",
"product_dependencies" : [
"Time"
],
"product_memberships" : [
"HSTime"
],
"sources" : [
"Time+HS.swift"
],
"type" : "library"
},
{
"c99name" : "HSHelpersTests",
"module_type" : "SwiftTarget",
"name" : "HSHelpersTests",
"path" : "Tests/HSHelpersTests",
"sources" : [
"FloatConvertibleTests.swift",
"PublishedCodeableTests.swift",
"StringTests.swift",
"URLComponentsTests.swift"
],
"target_dependencies" : [
"HSHelpers"
],
"type" : "test"
},
{
"c99name" : "HSHelpers",
"module_type" : "SwiftTarget",
"name" : "HSHelpers",
"path" : "Sources/HSHelpers",
"product_memberships" : [
"HSHelpers",
"HSAppKit",
"HSUIKit"
],
"sources" : [
"AnyHashable+HS.swift",
"Array+HS.swift",
"Bundle+HS.swift",
"CGColor+HS.swift",
"CGImage+HS.swift",
"CGImageSource+HS.swift",
"CGRect+HS.swift",
"ClosedRange+HS.swift",
"Comparable+clamp.swift",
"Data+HS.swift",
"Data+MD5.swift",
"Date+HS.swift",
"DispatchQueue+HS.swift",
"Equatable.swift",
"FileManager+HS.swift",
"FloatConvertible.swift",
"Int.swift",
"JSONEncoder+HS.swift",
"NSMutableAttributedString+HS.swift",
"NSRegularExpression+HS.swift",
"NSTextCheckingResult+HS.swift",
"Number+PositiveModulus.swift",
"Optional+HS.swift",
"PlatformValues.swift",
"Published+Codable.swift",
"Result+HS.swift",
"SKError+HS.swift",
"SKProduct+HS.swift",
"String+HS.swift",
"String+MD5.swift",
"Types/Aliases.swift",
"Types/Build.swift",
"Types/Filetypes.swift",
"Types/HSColor+SwiftUI.swift",
"Types/HSColour.swift",
"Types/HSImage.swift",
"Types/RuntimeWarning.swift",
"Types/ThreadsafeArray.swift",
"Types/ThreadsafeDict.swift",
"Types/Vectors.swift",
"Types/WeakTimer.swift",
"URL+HS.swift",
"URLComponents+HS.swift",
"WKWebView+HS.swift"
],
"type" : "library"
},
{
"c99name" : "HSAppKit",
"module_type" : "SwiftTarget",
"name" : "HSAppKit",
"path" : "Sources/HSAppKit",
"product_memberships" : [
"HSAppKit"
],
"sources" : [
"CGDirectDisplayID+HS.swift",
"HoverView.swift",
"NSAlert+HS.swift",
"NSButton+HS.swift",
"NSDocument+SaveCompletion.swift",
"NSGraphicsContext+HS.swift",
"NSImage+HS.swift",
"NSScreen+HS.swift",
"NSView+HS.swift",
"NSView+NibLoadable.swift",
"NSViewController+HS.swift",
"NSWindow+HS.swift",
"PresentedNSViewController.swift"
],
"target_dependencies" : [
"HSHelpers"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.