Build Information
Successful build of Hover, reference 1.1.1 (288e77), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 14:03:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onurhuseyincantay/Hover.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/onurhuseyincantay/Hover
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at 288e779 removed uneccesary AnyEncodable implementation and fixed issues relevant to Encodable type
Cloned https://github.com/onurhuseyincantay/Hover.git
Revision (git rev-parse @):
288e779dfc878c333d54a5da129a381fcd1bb781
SUCCESS checkout https://github.com/onurhuseyincantay/Hover.git at 1.1.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "hover",
"name": "Hover",
"url": "https://github.com/onurhuseyincantay/Hover.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Hover",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/onurhuseyincantay/Hover.git
[1/966] Fetching hover
Fetched https://github.com/onurhuseyincantay/Hover.git from cache (1.10s)
Creating working copy for https://github.com/onurhuseyincantay/Hover.git
Working copy of https://github.com/onurhuseyincantay/Hover.git resolved at 1.1.1 (288e779)
warning: '.resolve-product-dependencies': dependency 'hover' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/onurhuseyincantay/Hover.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/17] Compiling Hover HoverProtocol.swift
[4/17] Compiling Hover HttpUrlResponse+IsSuccesful.swift
[5/17] Compiling Hover HoverDebugger.swift
[6/17] Compiling Hover Preferrence.swift
[7/17] Emitting module Hover
[8/17] Compiling Hover NetworkTarget.swift
[9/17] Compiling Hover ProviderError.swift
[10/17] Compiling Hover ContentType.swift
[11/17] Compiling Hover URL+GenerateURLQuery.swift
[12/17] Compiling Hover URLRequest+prepareRequest.swift
[13/17] Compiling Hover Response.swift
[14/17] Compiling Hover AuthProviderType.swift
[15/17] Compiling Hover Hover.swift
/Users/admin/builder/spi-builder-workspace/Sources/Hover/Base/Hover.swift:253:46: warning: capture of 'type' with non-Sendable type 'D.Type' in a '@Sendable' closure [#SendableClosureCaptures]
251 | return
252 | }
253 | let decoded = try jsonDecoder.decode(type.self, from: data)
| `- warning: capture of 'type' with non-Sendable type 'D.Type' in a '@Sendable' closure [#SendableClosureCaptures]
254 | printDebugDescriptionIfNeeded(urlRequest, nil)
255 | result(.success(decoded))
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[16/17] Compiling Hover HoverEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Hover/Base/Hover.swift:253:46: warning: capture of 'type' with non-Sendable type 'D.Type' in a '@Sendable' closure [#SendableClosureCaptures]
251 | return
252 | }
253 | let decoded = try jsonDecoder.decode(type.self, from: data)
| `- warning: capture of 'type' with non-Sendable type 'D.Type' in a '@Sendable' closure [#SendableClosureCaptures]
254 | printDebugDescriptionIfNeeded(urlRequest, nil)
255 | result(.success(decoded))
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[17/17] Compiling Hover MethodType.swift
[18/18] Compiling Hover WorkType.swift
Build complete! (5.05s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Hover/Info.plist': File not found.
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Hover",
"name" : "Hover",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "Hover",
"targets" : [
"Hover"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HoverTests",
"module_type" : "SwiftTarget",
"name" : "HoverTests",
"path" : "Sources/HoverTests",
"sources" : [
"AsyncAwaitTests/AsyncAwaitTests.swift",
"CompletionBlockTests/CompletionBlockFailingTests.swift",
"CompletionBlockTests/CompletionBlockTests.swift",
"DataTaskPublisherTests/DataTaskPublisherFailingTests.swift",
"DataTaskPublisherTests/DataTaskPublisherTests.swift",
"ResponseTests.swift",
"Test Source/CommentSubscriber.swift",
"Test Source/Response/CommentsResponse.swift",
"Test Source/Response/PostsResponse.swift",
"Test Source/TestClass.swift",
"Test Source/TestTarget.swift"
],
"target_dependencies" : [
"Hover"
],
"type" : "test"
},
{
"c99name" : "Hover",
"module_type" : "SwiftTarget",
"name" : "Hover",
"path" : "Sources/Hover",
"product_memberships" : [
"Hover"
],
"sources" : [
"Base/Hover.swift",
"Base/HoverEnvironment.swift",
"Base/HoverProtocol.swift",
"Extensions/HttpUrlResponse+IsSuccesful.swift",
"Extensions/URL+GenerateURLQuery.swift",
"Extensions/URLRequest+prepareRequest.swift",
"Helpers/HoverDebugger.swift",
"Helpers/Preferrence.swift",
"NetworkTarget.swift",
"ProviderError.swift",
"Response.swift",
"Types/AuthProviderType.swift",
"Types/ContentType.swift",
"Types/MethodType.swift",
"Types/WorkType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Hover/Info.plist': File not found.
Done.