This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build CDKOraccInterface with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ckanchan/CDKOraccInterface.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/ckanchan/CDKOraccInterface.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/ckanchan/CDKSwiftOracc
[1/1528] Fetching cdkswiftoracc
Fetched https://github.com/ckanchan/CDKSwiftOracc from cache (0.30s)
Fetching https://github.com/weichsel/ZIPFoundation/
[1/5122] Fetching zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation/ from cache (0.51s)
Computing version for https://github.com/weichsel/ZIPFoundation/
Computed https://github.com/weichsel/ZIPFoundation/ at 0.9.9 (0.44s)
Creating working copy for https://github.com/weichsel/ZIPFoundation/
Working copy of https://github.com/weichsel/ZIPFoundation/ resolved at 0.9.9
Creating working copy for https://github.com/ckanchan/CDKSwiftOracc
Working copy of https://github.com/ckanchan/CDKSwiftOracc resolved at main (68c41b9)
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/35] Compiling CDKSwiftOracc String+CuneiformHelpers.swift
[6/35] Compiling CDKSwiftOracc NSAttributedStringKey+OraccAttributes.swift
[7/35] Compiling CDKSwiftOracc OraccHTML5Formatter.swift
[8/38] Compiling CDKSwiftOracc OraccCatalogueEntry.swift
[9/38] Compiling CDKSwiftOracc TextID.swift
[10/38] Compiling CDKSwiftOracc TextSearchCollection.swift
[11/38] Compiling CDKSwiftOracc TextSetProtocol.swift
[12/38] Compiling CDKSwiftOracc OraccGlossary.swift
[13/38] Compiling CDKSwiftOracc OraccLanguages.swift
[14/38] Compiling CDKSwiftOracc XISReference.swift
[15/38] Compiling CDKSwiftOracc Cuneifier.swift
[16/38] Compiling CDKSwiftOracc OraccGlobalSignList.swift
[17/38] Compiling ZIPFoundation Entry.swift
[18/38] Compiling ZIPFoundation Data+Serialization.swift
[19/38] Compiling ZIPFoundation FileManager+ZIP.swift
[20/38] Compiling ZIPFoundation Archive.swift
[21/38] Compiling ZIPFoundation Archive+Reading.swift
[22/38] Compiling ZIPFoundation Data+Compression.swift
[23/38] Emitting module ZIPFoundation
[24/38] Compiling ZIPFoundation Archive+Writing.swift
[25/39] Compiling CDKSwiftOracc OraccWordForm.swift
[26/39] Compiling CDKSwiftOracc OraccCatalog.swift
[27/39] Compiling CDKSwiftOracc OraccCatalogueEntry+Codable.swift
[29/39] Compiling CDKSwiftOracc CuneiformSignReading.swift
[30/39] Compiling CDKSwiftOracc GraphemeDescription+Codable.swift
[31/39] Compiling CDKSwiftOracc GraphemeDescription.swift
[32/39] Compiling CDKSwiftOracc NodeReference.swift
[33/39] Emitting module CDKSwiftOracc
[34/39] Compiling CDKSwiftOracc OraccCDLNode+Codable.swift
[35/39] Compiling CDKSwiftOracc OraccCDLNode+ExtendedAttributes.swift
[36/39] Compiling CDKSwiftOracc OraccCDLNode.swift
[37/39] Compiling CDKSwiftOracc OraccSwiftUIFormatter.swift
[38/39] Compiling CDKSwiftOracc OraccTextEdition.swift
[39/39] Compiling CDKSwiftOracc TextEditionFormatting.swift
[41/45] Compiling CDKOraccInterface CDKOraccInterfaceProtocol.swift
[42/45] Compiling CDKOraccInterface CDKOraccProject.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/45] Compiling CDKOraccInterface CDKOraccInterface.swift
[44/45] Emitting module CDKOraccInterface
/host/spi-builder-workspace/Sources/CDKOraccInterface/CDKOraccGithubArchivetoSwift.swift:48:19: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 46 |     // Internet-related properties
 47 |     public let decoder = JSONDecoder()
 48 |     let session = URLSession(configuration: .default)
    |                   `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 49 |     let githubArchivePath = URL(string: "https://raw.githubusercontent.com/oracc/json/master/")!
 50 |
/host/spi-builder-workspace/Sources/CDKOraccInterface/CDKOraccGithubArchivetoSwift.swift:48:46: error: cannot infer contextual base in reference to member 'default'
 46 |     // Internet-related properties
 47 |     public let decoder = JSONDecoder()
 48 |     let session = URLSession(configuration: .default)
    |                                              `- error: cannot infer contextual base in reference to member 'default'
 49 |     let githubArchivePath = URL(string: "https://raw.githubusercontent.com/oracc/json/master/")!
 50 |
[45/45] Compiling CDKOraccInterface CDKOraccGithubArchivetoSwift.swift
/host/spi-builder-workspace/Sources/CDKOraccInterface/CDKOraccGithubArchivetoSwift.swift:48:19: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 46 |     // Internet-related properties
 47 |     public let decoder = JSONDecoder()
 48 |     let session = URLSession(configuration: .default)
    |                   `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 49 |     let githubArchivePath = URL(string: "https://raw.githubusercontent.com/oracc/json/master/")!
 50 |
/host/spi-builder-workspace/Sources/CDKOraccInterface/CDKOraccGithubArchivetoSwift.swift:48:46: error: cannot infer contextual base in reference to member 'default'
 46 |     // Internet-related properties
 47 |     public let decoder = JSONDecoder()
 48 |     let session = URLSession(configuration: .default)
    |                                              `- error: cannot infer contextual base in reference to member 'default'
 49 |     let githubArchivePath = URL(string: "https://raw.githubusercontent.com/oracc/json/master/")!
 50 |
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.