The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Spot, reference master (72bca0), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 21:12:18 UTC.

Swift 6 data race errors: 0

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/shawnclovie/Spot.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shawnclovie/Spot
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 72bca0f feature(network): add URLParameters#header()
Cloned https://github.com/shawnclovie/Spot.git
Revision (git rev-parse @):
72bca0faccd5d33a988850cc5a58b30790ade3a4
SUCCESS checkout https://github.com/shawnclovie/Spot.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/shawnclovie/Spot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/47] Emitting module Spot
/Users/admin/builder/spi-builder-workspace/Sources/Spot/Utility/AttributedError.swift:29:13: warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
 27 | 	public let source: Source
 28 | 	public let object: Any?
 29 | 	public let userInfo: [AnyHashable: Any]
    |             `- warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
 30 | 	public let original: Error?
 31 |
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[4/51] Compiling Spot Logger.swift
[5/51] Compiling Spot MD5Digest.swift
[6/51] Compiling Spot NotificationObserver.swift
[7/51] Compiling Spot Ref.swift
[8/51] Compiling Spot Status.swift
[9/51] Compiling Spot DecimalColor.swift
[10/51] Compiling Spot EventObservable.swift
[11/51] Compiling Spot GroupSharedData.swift
[12/51] Compiling Spot KeyValueObserver.swift
[13/51] Compiling Spot Localization.swift
[14/51] Compiling Spot Data+.swift
[15/51] Compiling Spot DispatchQueue+.swift
[16/51] Compiling Spot Error+.swift
[17/51] Compiling Spot Notification+.swift
[18/51] Compiling Spot String+.swift
[19/51] Compiling Spot Suffix.swift
[20/51] Compiling Spot SynchronizableValue.swift
[21/51] Compiling Spot TypeConvertion.swift
[22/51] Compiling Spot UserDefaultsItem.swift
[23/51] Compiling Spot URLTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spot/Utility/AttributedError.swift:29:13: warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
 27 | 	public let source: Source
 28 | 	public let object: Any?
 29 | 	public let userInfo: [AnyHashable: Any]
    |             `- warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
 30 | 	public let original: Error?
 31 |
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[24/51] Compiling Spot URLTaskFormFileItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spot/Utility/AttributedError.swift:29:13: warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
 27 | 	public let source: Source
 28 | 	public let object: Any?
 29 | 	public let userInfo: [AnyHashable: Any]
    |             `- warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
 30 | 	public let original: Error?
 31 |
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[25/51] Compiling Spot AnyCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spot/Utility/AttributedError.swift:29:13: warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
 27 | 	public let source: Source
 28 | 	public let object: Any?
 29 | 	public let userInfo: [AnyHashable: Any]
    |             `- warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
 30 | 	public let original: Error?
 31 |
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[26/51] Compiling Spot AttributedError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spot/Utility/AttributedError.swift:29:13: warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
 27 | 	public let source: Source
 28 | 	public let object: Any?
 29 | 	public let userInfo: [AnyHashable: Any]
    |             `- warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
 30 | 	public let original: Error?
 31 |
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[27/51] Compiling Spot CollectionSerializable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spot/Utility/AttributedError.swift:29:13: warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
 27 | 	public let source: Source
 28 | 	public let object: Any?
 29 | 	public let userInfo: [AnyHashable: Any]
    |             `- warning: stored property 'userInfo' of 'Sendable'-conforming struct 'AttributedError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
 30 | 	public let original: Error?
 31 |
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[28/51] Compiling Spot Substring+.swift
[29/51] Compiling Spot UI+.swift
[30/51] Compiling Spot URL+.swift
[31/51] Compiling Spot AppStoreProductViewController.swift
[32/51] Compiling Spot UIApplication+.swift
[33/51] Compiling Spot UIImage+.swift
[34/51] Compiling Spot NetworkObserver.swift
[35/51] Compiling Spot URLConnection.swift
[36/51] Compiling Spot URLParameters.swift
[37/51] Compiling Spot URLRequest+.swift
[38/51] Compiling Spot HashAlgorithm.swift
[39/51] Compiling Spot SymmetricCryptor.swift
[40/51] Compiling Spot Bundle+.swift
[41/51] Compiling Spot CFDictionary+.swift
[42/51] Compiling Spot CGColor+.swift
[43/51] Compiling Spot CGContext+.swift
[44/51] Compiling Spot CGImage+.swift
[45/51] Compiling Spot CGImageSource+.swift
[46/51] Compiling Spot CGSize+.swift
[47/51] Compiling Spot Collection+.swift
[48/51] Compiling Spot Version.swift
[49/51] Compiling Spot WeakRef.swift
[50/51] Compiling Spot WeakTimer.swift
[51/51] Compiling Spot Zip.swift
Build complete! (6.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Spot",
  "name" : "Spot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Spot",
      "targets" : [
        "Spot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpotTests",
      "module_type" : "SwiftTarget",
      "name" : "SpotTests",
      "path" : "Sources/SpotTests",
      "sources" : [
        "SpotTests.swift"
      ],
      "target_dependencies" : [
        "Spot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Spot",
      "module_type" : "SwiftTarget",
      "name" : "Spot",
      "path" : "Sources/Spot",
      "product_memberships" : [
        "Spot"
      ],
      "sources" : [
        "Crypto/HashAlgorithm.swift",
        "Crypto/SymmetricCryptor.swift",
        "Extension/Bundle+.swift",
        "Extension/CFDictionary+.swift",
        "Extension/CGColor+.swift",
        "Extension/CGContext+.swift",
        "Extension/CGImage+.swift",
        "Extension/CGImageSource+.swift",
        "Extension/CGSize+.swift",
        "Extension/Collection+.swift",
        "Extension/Data+.swift",
        "Extension/DispatchQueue+.swift",
        "Extension/Error+.swift",
        "Extension/Notification+.swift",
        "Extension/String+.swift",
        "Extension/Substring+.swift",
        "Extension/UI+.swift",
        "Extension/URL+.swift",
        "Extension/iOS/AppStoreProductViewController.swift",
        "Extension/iOS/UIApplication+.swift",
        "Extension/iOS/UIImage+.swift",
        "Network/NetworkObserver.swift",
        "Network/URLConnection.swift",
        "Network/URLParameters.swift",
        "Network/URLRequest+.swift",
        "Network/URLTask.swift",
        "Network/URLTaskFormFileItem.swift",
        "Utility/AnyCodable.swift",
        "Utility/AttributedError.swift",
        "Utility/CollectionSerializable.swift",
        "Utility/DecimalColor.swift",
        "Utility/EventObservable.swift",
        "Utility/GroupSharedData.swift",
        "Utility/KeyValueObserver.swift",
        "Utility/Localization.swift",
        "Utility/Logger.swift",
        "Utility/MD5Digest.swift",
        "Utility/NotificationObserver.swift",
        "Utility/Ref.swift",
        "Utility/Status.swift",
        "Utility/Suffix.swift",
        "Utility/SynchronizableValue.swift",
        "Utility/TypeConvertion.swift",
        "Utility/UserDefaultsItem.swift",
        "Utility/Version.swift",
        "Utility/WeakRef.swift",
        "Utility/WeakTimer.swift",
        "Utility/Zip.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.