Build Information
Successful build of CDKOraccInterface, reference main (e25c66), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 19:28:36 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/ckanchan/CDKOraccInterface.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ckanchan/CDKOraccInterface
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e25c669 Updated Package.swift
Cloned https://github.com/ckanchan/CDKOraccInterface.git
Revision (git rev-parse @):
e25c669bb487a0afc43e0d47148f363d3d211ebf
SUCCESS checkout https://github.com/ckanchan/CDKOraccInterface.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ckanchan/CDKOraccInterface.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[3/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/52] Emitting module ZIPFoundation
[7/54] Compiling ZIPFoundation URL+ZIP.swift
[8/54] Compiling ZIPFoundation resource_bundle_accessor.swift
[9/54] Compiling CDKSwiftOracc CuneiformSignReading.swift
[10/54] Compiling CDKSwiftOracc GraphemeDescription+Codable.swift
[11/54] Compiling ZIPFoundation FileManager+ZIP.swift
[12/54] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[13/54] Compiling CDKSwiftOracc GraphemeDescription.swift
[14/54] Compiling CDKSwiftOracc NodeReference.swift
[15/54] Compiling CDKSwiftOracc OraccCDLNode+Codable.swift
[16/54] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[17/54] Compiling ZIPFoundation Archive+Writing.swift
[18/54] Compiling CDKSwiftOracc OraccWordForm.swift
[19/54] Compiling CDKSwiftOracc OraccCatalog.swift
[20/54] Compiling CDKSwiftOracc TextSearchCollection.swift
[21/54] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[22/54] Compiling ZIPFoundation Archive+ZIP64.swift
[23/54] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[24/54] Compiling ZIPFoundation Data+Serialization.swift
[25/54] Compiling ZIPFoundation Entry+ZIP64.swift
[26/54] Compiling ZIPFoundation Entry.swift
[27/54] Compiling CDKSwiftOracc OraccCDLNode+ExtendedAttributes.swift
[28/54] Compiling CDKSwiftOracc OraccCDLNode.swift
[29/54] Compiling CDKSwiftOracc OraccCatalogueEntry+Codable.swift
[30/54] Compiling CDKSwiftOracc OraccCatalogueEntry.swift
[31/54] Compiling CDKSwiftOracc TextID.swift
[37/56] Compiling CDKSwiftOracc OraccTextEdition.swift
[38/56] Compiling CDKSwiftOracc TextEditionFormatting.swift
[42/56] Emitting module CDKSwiftOracc
[57/61] Compiling CDKOraccInterface CDKOraccInterfaceProtocol.swift
[58/61] Compiling CDKOraccInterface CDKOraccInterface.swift
[59/61] Compiling CDKOraccInterface CDKOraccProject.swift
[60/61] Emitting module CDKOraccInterface
[61/61] Compiling CDKOraccInterface CDKOraccGithubArchivetoSwift.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKOraccInterface/CDKOraccGithubArchivetoSwift.swift:141:29: warning: 'init(url:accessMode:preferredEncoding:)' is deprecated: Please use the throwing initializer. [#DeprecatedDeclaration]
139 |
140 | func decompressItem(_ itemPath: String, inArchive archiveURL: URL) throws -> URL {
141 | guard let archive = Archive(url: archiveURL, accessMode: .read) else {
| `- warning: 'init(url:accessMode:preferredEncoding:)' is deprecated: Please use the throwing initializer. [#DeprecatedDeclaration]
142 | throw InterfaceError.ArchiveError.errorReadingArchive(swiftError: "Does not exist")
143 | }
/Users/admin/builder/spi-builder-workspace/Sources/CDKOraccInterface/CDKOraccGithubArchivetoSwift.swift:159:29: warning: 'init(url:accessMode:preferredEncoding:)' is deprecated: Please use the throwing initializer. [#DeprecatedDeclaration]
157 |
158 | func makeDataFromArchive(_ itemPath: String, inArchive archiveURL: URL) throws -> Data {
159 | guard let archive = Archive(url: archiveURL, accessMode: .read) else {throw InterfaceError.ArchiveError.errorReadingArchive(swiftError: "error")}
| `- warning: 'init(url:accessMode:preferredEncoding:)' is deprecated: Please use the throwing initializer. [#DeprecatedDeclaration]
160 |
161 | guard let item = archive[itemPath] else {throw InterfaceError.ArchiveError.errorReadingArchive(swiftError: "File does not exist in archive")}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (11.66s)
Fetching https://github.com/ckanchan/CDKSwiftOracc
[1/1528] Fetching cdkswiftoracc
Fetched https://github.com/ckanchan/CDKSwiftOracc from cache (1.21s)
Fetching https://github.com/weichsel/ZIPFoundation/
[1/5576] Fetching zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation/ from cache (1.31s)
Computing version for https://github.com/weichsel/ZIPFoundation/
Computed https://github.com/weichsel/ZIPFoundation/ at 0.9.19 (1.76s)
Creating working copy for https://github.com/ckanchan/CDKSwiftOracc
Working copy of https://github.com/ckanchan/CDKSwiftOracc resolved at main (aa3a105)
Creating working copy for https://github.com/weichsel/ZIPFoundation/
Working copy of https://github.com/weichsel/ZIPFoundation/ resolved at 0.9.19
Build complete.
{
"dependencies" : [
{
"identity" : "zipfoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/weichsel/ZIPFoundation/"
},
{
"identity" : "cdkswiftoracc",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ckanchan/CDKSwiftOracc"
}
],
"manifest_display_name" : "CDKOraccInterface",
"name" : "CDKOraccInterface",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "CDKOraccInterface",
"targets" : [
"CDKOraccInterface"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CDKOraccInterfaceTests",
"module_type" : "SwiftTarget",
"name" : "CDKOraccInterfaceTests",
"path" : "Tests/CDKOraccInterfaceTests",
"sources" : [
"CDKOraccInterfaceTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CDKOraccInterface"
],
"type" : "test"
},
{
"c99name" : "CDKOraccInterface",
"module_type" : "SwiftTarget",
"name" : "CDKOraccInterface",
"path" : "Sources/CDKOraccInterface",
"product_dependencies" : [
"ZIPFoundation",
"CDKSwiftOracc"
],
"product_memberships" : [
"CDKOraccInterface"
],
"sources" : [
"CDKOraccGithubArchivetoSwift.swift",
"CDKOraccInterface.swift",
"CDKOraccInterfaceProtocol.swift",
"CDKOraccProject.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.