Build Information
Successful build of FullyRESTful, reference 3.1.5 (ac769c), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 09:22:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/southkin/FullyRESTful.git
Reference: 3.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/southkin/FullyRESTful
* tag 3.1.5 -> FETCH_HEAD
HEAD is now at ac769c1 curlLog 컨텐츠타입 제외하는코드 제거
Cloned https://github.com/southkin/FullyRESTful.git
Revision (git rev-parse @):
ac769c1d5dd324ed227ff770a9f2b371f0f67808
SUCCESS checkout https://github.com/southkin/FullyRESTful.git at 3.1.5
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/southkin/FullyRESTful.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/13] Compiling Shared URLSessionExtension.swift
[6/13] Compiling Shared URLRequestExtension.swift
[7/13] Compiling Shared StringExtension.swift
[8/13] Compiling Shared EncodableExtension.swift
[9/13] Compiling Shared DataExtension.swift
[10/13] Emitting module Shared
[11/13] Compiling Shared DecimalExtension.swift
[12/13] Compiling Shared DictionaryExtension.swift
[13/13] Compiling Shared Shared.swift
[14/17] Compiling KinKit UIKitExtension.swift
[15/17] Compiling KinKit KinKit.swift
[16/17] Emitting module KinKit
[17/17] Compiling KinKit SwiftUIExtension.swift
[18/23] Compiling FullyRESTful Websocket.swift
[19/23] Compiling FullyRESTful ServerInfo.swift
[20/23] Compiling FullyRESTful extensions.swift
[21/23] Compiling FullyRESTful TestAPI.swift
[22/23] Compiling FullyRESTful FullyRESTful.swift
[23/23] Emitting module FullyRESTful
Build complete! (13.95s)
Fetching https://github.com/southkin/KinKit
[1/198] Fetching kinkit
Fetched https://github.com/southkin/KinKit from cache (0.62s)
Computing version for https://github.com/southkin/KinKit
Computed https://github.com/southkin/KinKit at 1.0.3 (1.06s)
Creating working copy for https://github.com/southkin/KinKit
Working copy of https://github.com/southkin/KinKit resolved at 1.0.3
Build complete.
{
"dependencies" : [
{
"identity" : "kinkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/southkin/KinKit"
}
],
"manifest_display_name" : "FullyRESTful",
"name" : "FullyRESTful",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "FullyRESTful",
"targets" : [
"FullyRESTful"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FullyRESTfulTests",
"module_type" : "SwiftTarget",
"name" : "FullyRESTfulTests",
"path" : "Tests/FullyRESTfulTests",
"sources" : [
"FullyRESTfulTests.swift"
],
"target_dependencies" : [
"FullyRESTful"
],
"type" : "test"
},
{
"c99name" : "FullyRESTful",
"module_type" : "SwiftTarget",
"name" : "FullyRESTful",
"path" : "Sources/FullyRESTful",
"product_dependencies" : [
"KinKit"
],
"product_memberships" : [
"FullyRESTful"
],
"sources" : [
"FullyRESTful.swift",
"ServerInfo.swift",
"TestAPI.swift",
"Websocket.swift",
"extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.