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 IzzyParser with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/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/undabot/izzyparser-ios.git
Reference: master
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/undabot/izzyparser-ios
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6f4949f Merge pull request #14 from undabot/fix/workflow
Cloned https://github.com/undabot/izzyparser-ios.git
Revision (git rev-parse @):
6f4949f2c22842894f4ee0ec896de82101c7c131
SUCCESS checkout https://github.com/undabot/izzyparser-ios.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/undabot/izzyparser-ios.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/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/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/1247] Fetching cwlpreconditiontesting
[1248/15796] Fetching cwlpreconditiontesting, quick
[10414/16235] Fetching cwlpreconditiontesting, quick, cwlcatchexception
[16236/34875] Fetching cwlpreconditiontesting, quick, cwlcatchexception, nimble
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (1.88s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (1.88s)
Fetched https://github.com/Quick/Quick.git from cache (1.89s)
Fetched https://github.com/Quick/Nimble.git from cache (1.91s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 7.4.1 (0.53s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 13.2.1 (0.50s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.1 (0.54s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.0 (0.54s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 13.2.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 7.4.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.0
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
warning: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/PrivacyInfo.xcprivacy
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/27] Emitting module IzzyParser
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[4/30] Compiling IzzyParser IzzyDeserializer.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[5/30] Compiling IzzyParser JsonApiDeserializer.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[6/30] Compiling IzzyParser LinksDeserializer.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[7/30] Compiling IzzyParser MetaDeserializer.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[8/30] Compiling IzzyParser JSONAPIDocument.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[9/30] Compiling IzzyParser IzzySerializer.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[10/30] Compiling IzzyParser ResourceCollectionSerializer.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[11/30] Compiling IzzyParser SerializationValidator.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[12/30] Compiling IzzyParser Serializer.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[13/30] Compiling IzzyParser SingleResourceSerializer.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[14/30] Compiling IzzyParser Identity.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[15/30] Compiling IzzyParser JSONAPIError.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[16/30] Compiling IzzyParser Link.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[17/30] Compiling IzzyParser CodableCustomObject.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[18/30] Compiling IzzyParser CustomObject.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[19/30] Compiling IzzyParser Deserializer.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[20/30] Compiling IzzyParser ErrorsDeserializer.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[21/30] Compiling IzzyParser ResourceDeserializer.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[22/30] Compiling IzzyParser IzzyError.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[23/30] Compiling IzzyParser Codable+Convenience.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[24/30] Compiling IzzyParser DictionaryExtensions.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[25/30] Compiling IzzyParser SwiftReflection.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[26/30] Compiling IzzyParser Izzy.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[27/30] Compiling IzzyParser ResourceMatcher.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[28/30] Compiling IzzyParser Nullable.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[29/30] Compiling IzzyParser Resource.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
[30/30] Compiling IzzyParser SingleResourceJSON.swift
/host/spi-builder-workspace/IzzyParser/Helpers/SwiftReflection.swift:2:8: error: no such module 'ObjectiveC.runtime'
 1 | import Foundation
 2 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 3 |
 4 | extension NSObject {
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.