Build Information
Successful build of RetroSwift, reference 1.0.1 (545625
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 14:52:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rmichelberger/RetroSwift.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rmichelberger/RetroSwift
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 545625e - changed min iOS and tvOS version from 11 to 13
Cloned https://github.com/rmichelberger/RetroSwift.git
Revision (git rev-parse @):
545625e2343f42e65dda466b701ad25a504cc3c6
SUCCESS checkout https://github.com/rmichelberger/RetroSwift.git at 1.0.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",
"dependencies": [
{
"identity": "retroswift",
"name": "RetroSwift",
"url": "https://github.com/rmichelberger/RetroSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RetroSwift",
"dependencies": [
]
}
]
}
Fetching https://github.com/rmichelberger/RetroSwift.git
[1/107] Fetching retroswift
Fetched https://github.com/rmichelberger/RetroSwift.git from cache (0.66s)
Creating working copy for https://github.com/rmichelberger/RetroSwift.git
Working copy of https://github.com/rmichelberger/RetroSwift.git resolved at 1.0.1 (545625e)
warning: '.resolve-product-dependencies': dependency 'retroswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/rmichelberger/RetroSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/16] Compiling RetroSwift RetroSwift.swift
[4/16] Compiling RetroSwift PUT.swift
[5/16] Compiling RetroSwift GET.swift
[6/16] Compiling RetroSwift Request.swift
[7/16] Compiling RetroSwift Extensions.swift
[8/16] Compiling RetroSwift Path.swift
[9/16] Compiling RetroSwift Query.swift
[10/16] Emitting module RetroSwift
[11/16] Compiling RetroSwift DELETE.swift
[12/16] Compiling RetroSwift Header.swift
[13/16] Compiling RetroSwift KeyValuePair.swift
[14/16] Compiling RetroSwift Body.swift
[15/16] Compiling RetroSwift DataEncoder.swift
[16/16] Compiling RetroSwift POST.swift
[17/17] Compiling RetroSwift HTTPClient.swift
Build complete! (14.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RetroSwift",
"name" : "RetroSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "RetroSwift",
"targets" : [
"RetroSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RetroSwiftTests",
"module_type" : "SwiftTarget",
"name" : "RetroSwiftTests",
"path" : "Tests/RetroSwiftTests",
"sources" : [
"QueryTests.swift",
"RequestTests.swift"
],
"target_dependencies" : [
"RetroSwift"
],
"type" : "test"
},
{
"c99name" : "RetroSwift",
"module_type" : "SwiftTarget",
"name" : "RetroSwift",
"path" : "Sources/RetroSwift",
"product_memberships" : [
"RetroSwift"
],
"sources" : [
"Request/Body.swift",
"Request/DataEncoder.swift",
"Request/Header.swift",
"Request/KeyValuePair.swift",
"Request/Path.swift",
"Request/Query.swift",
"Request/Request.swift",
"Request/extensions/Extensions.swift",
"Request/methods/DELETE.swift",
"Request/methods/GET.swift",
"Request/methods/POST.swift",
"Request/methods/PUT.swift",
"RetroSwift.swift",
"client/HTTPClient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.