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

Successful build of SOSwift, reference main (367264), with Swift 5.9 for Linux on 24 Feb 2025 01:38:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/SOSwift.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/richardpiazza/SOSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3672647 Readme & SPI Docs (#4)
Cloned https://github.com/richardpiazza/SOSwift.git
Revision (git rev-parse @):
3672647f0540a63023d23bddde54e32b0527360d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/SOSwift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/richardpiazza/SOSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/richardpiazza/CodablePlus
[1/123] Fetching codableplus
Fetched https://github.com/richardpiazza/CodablePlus (0.34s)
Computing version for https://github.com/richardpiazza/CodablePlus
Computed https://github.com/richardpiazza/CodablePlus at 1.0.0 (0.61s)
Creating working copy for https://github.com/richardpiazza/CodablePlus
Working copy of https://github.com/richardpiazza/CodablePlus resolved at 1.0.0
Building for debugging...
[1/10] Emitting module CodablePlus
[2/11] Compiling CodablePlus KeyedEncodingContainerProtocol+Any.swift
[3/11] Compiling CodablePlus KeyedDecodingContainerProtocol+DefaultValues.swift
[4/11] Compiling CodablePlus KeyedDecodingContainerProtocol+Any.swift
[5/11] Compiling CodablePlus KeyedDecodingContainerProtocol+Containers.swift
[6/11] Compiling CodablePlus KeyedDecodingContainerProtocol+MultipleKeys.swift
[7/11] Compiling CodablePlus UnkeyedEncodingContainer+Containers.swift
[8/11] Compiling CodablePlus KeyedEncodingContainerProtocol+Containers.swift
[9/11] Compiling CodablePlus UnkeyedDecodingContainer+Containers.swift
[10/11] Compiling CodablePlus AnyEncodable.swift
[11/11] Compiling CodablePlus DictionaryKeys.swift
[14/172] Emitting module SOSwift
[15/194] Compiling SOSwift PublicationEvent.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[16/194] Compiling SOSwift AggregateRating.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[17/194] Compiling SOSwift AlignmentObject.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[18/194] Compiling SOSwift Audience.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[19/194] Compiling SOSwift Brand.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[20/194] Compiling SOSwift BroadcastChannel.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[21/194] Compiling SOSwift BroadcastFrequencySpecification.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[22/194] Compiling SOSwift BroadcastService.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[23/194] Compiling SOSwift CableOrSatelliteService.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[24/194] Compiling SOSwift DataFeedItem.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[25/194] Compiling SOSwift Demand.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[26/194] Compiling SOSwift Distance.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[27/194] Compiling SOSwift Duration.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[28/194] Compiling SOSwift EntryPoint.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[29/194] Compiling SOSwift BusinessEntityType.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[30/194] Compiling SOSwift BusinessFunction.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[31/194] Compiling SOSwift ContactPointOption.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[32/194] Compiling SOSwift DayOfWeek.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[33/194] Compiling SOSwift DeliveryMethod.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[34/194] Compiling SOSwift Enumeration.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[35/194] Compiling SOSwift GenderType.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[36/194] Compiling SOSwift ItemAvailability.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[37/194] Compiling SOSwift ItemListOrder.swift
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
/host/spi-builder-workspace/Sources/SOSwift/Intangible/Duration.swift:119:25: note: use 'scanUpToCharacters(from:)' instead
            if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
                        ^
[38/194] Compiling SOSwift OfferItemCondition.swift
[39/194] Compiling SOSwift PaymentMethod.swift
[40/194] Compiling SOSwift PhysicalActivityCategory.swift
[41/194] Compiling SOSwift QualitativeValue.swift
[42/194] Compiling SOSwift WarrantyScope.swift
[43/194] Compiling SOSwift FinancialProduct.swift
[44/194] Compiling SOSwift GeoCoordinates.swift
[45/194] Compiling SOSwift GeoShape.swift
[46/194] Compiling SOSwift Intangible.swift
[47/194] Compiling SOSwift InteractionCounter.swift
[48/194] Compiling SOSwift ItemList.swift
[49/194] Compiling SOSwift Language.swift
[50/194] Compiling SOSwift ListItem.swift
[51/194] Compiling SOSwift LoanOrCredit.swift
[52/194] Compiling SOSwift MonetaryAmount.swift
[53/194] Compiling SOSwift Occupation.swift
[54/194] Compiling SOSwift Offer.swift
[55/194] Compiling SOSwift OfferCatalog.swift
[56/194] Compiling SOSwift ProgramMembership.swift
[57/194] Compiling SOSwift Quantity.swift
[58/194] Compiling SOSwift Rating.swift
[59/194] Compiling SOSwift Service.swift
[60/194] Compiling SOSwift ServiceChannel.swift
[61/194] Compiling SOSwift MusicAlbum.swift
[62/194] Compiling SOSwift MusicAlbumProduction.swift
[63/194] Compiling SOSwift MusicAlbumRelease.swift
[64/194] Compiling SOSwift MusicComposition.swift
[65/194] Compiling SOSwift MusicGroup.swift
[66/194] Compiling SOSwift MusicPlaylist.swift
[67/194] Compiling SOSwift MusicRecording.swift
[68/194] Compiling SOSwift MusicRelease.swift
[69/194] Compiling SOSwift MusicReleaseFormat.swift
[70/194] Compiling SOSwift NewsArticle.swift
[71/194] Compiling SOSwift Photograph.swift
[72/194] Compiling SOSwift Question.swift
[73/194] Compiling SOSwift Review.swift
[74/194] Compiling SOSwift SoftwareApplication.swift
[75/194] Compiling SOSwift VideoObject.swift
[76/194] Compiling SOSwift Website.swift
[77/194] Compiling SOSwift DateOnly.swift
[78/194] Compiling SOSwift DateTime.swift
[79/194] Compiling SOSwift Number.swift
[80/194] Compiling SOSwift Time.swift
[81/194] Compiling SOSwift CourseInstance.swift
[82/194] Compiling SOSwift Event.swift
[83/194] Compiling SOSwift EventStatus.swift
[84/194] Compiling SOSwift Action.swift
[85/194] Compiling SOSwift ActionStatus.swift
[86/194] Compiling SOSwift AccessMode.swift
[87/194] Compiling SOSwift AccessModeSufficient.swift
[88/194] Compiling SOSwift AccessibilityAPI.swift
[89/194] Compiling SOSwift AccessibilityControl.swift
[90/194] Compiling SOSwift AccessibilityFeature.swift
[91/194] Compiling SOSwift AccessibilityHazard.swift
[92/194] Compiling SOSwift Answer.swift
[93/194] Compiling SOSwift Article.swift
[94/194] Compiling SOSwift AudioObject.swift
[95/194] Compiling SOSwift Comment.swift
[96/194] Compiling SOSwift Course.swift
[97/194] Compiling SOSwift CreativeWork.swift
[98/194] Compiling SOSwift DataCatalog.swift
[99/194] Compiling SOSwift DataDownload.swift
[100/194] Compiling SOSwift DataFeed.swift
[101/194] Compiling SOSwift Dataset.swift
[102/194] Compiling SOSwift ImageObject.swift
[103/194] Compiling SOSwift Interactivity.swift
[104/194] Compiling SOSwift Map.swift
[105/194] Compiling SOSwift MapType.swift
[106/194] Compiling SOSwift MediaObject.swift
[107/194] Compiling SOSwift SoftwareApplicationOrWebsite.swift
[108/194] Compiling SOSwift ThingOrText.swift
[109/194] Compiling SOSwift DateOnlyOrDateTime.swift
[110/194] Compiling SOSwift DateTimeOrURLOrText.swift
[111/194] Compiling SOSwift NumberOrQuantitativeValue.swift
[112/194] Compiling SOSwift PhysicalActivityCategoryOrThingOrText.swift
[113/194] Compiling SOSwift ProductOrURLOrText.swift
[114/194] Compiling SOSwift PropertyValueOrURLOrText.swift
[115/194] Compiling SOSwift StructureValueOrNumberOrTextOrBool.swift
[116/194] Compiling SOSwift URLOrText.swift
[117/194] Compiling SOSwift DoubleSchemaConjunctive.swift
[118/194] Compiling SOSwift DoubleTextConjunctive.swift
[119/194] Compiling SOSwift DoubleURLConjunctive.swift
[120/194] Compiling SOSwift QuadrupleSchemaConjunctive.swift
[121/194] Compiling SOSwift SingleCodableTextConjective.swift
[122/194] Compiling SOSwift SingleSchemaCodableConjunction.swift
[123/194] Compiling SOSwift SingleSchemaConjunction.swift
[124/194] Compiling SOSwift SingleTextConjunction.swift
[125/194] Compiling SOSwift SingleURLConjunctive.swift
[126/194] Compiling SOSwift TripleTextConjunctive.swift
[127/194] Compiling SOSwift Decoder+SOSwift.swift
[128/194] Compiling SOSwift URL+SOSwift.swift
[129/194] Compiling SOSwift ItemListOrMusicRecording.swift
[130/194] Compiling SOSwift ItemListOrderOrText.swift
[131/194] Compiling SOSwift LanguageOrText.swift
[132/194] Compiling SOSwift ListItemOrThingOrText.swift
[133/194] Compiling SOSwift LoanOrCreditOrPaymentMethod.swift
[134/194] Compiling SOSwift MapOrURL.swift
[135/194] Compiling SOSwift MonetaryAmountOrNumber.swift
[136/194] Compiling SOSwift MonetaryAmountOrPriceSpecification.swift
[137/194] Compiling SOSwift MusicGroupOrPerson.swift
[138/194] Compiling SOSwift NumberOrText.swift
[139/194] Compiling SOSwift OrganizationOrPerson.swift
[140/194] Compiling SOSwift OrganizationOrProgramMembership.swift
[141/194] Compiling SOSwift OwnershipInfoOrProduct.swift
[142/194] Compiling SOSwift PersonOrURL.swift
[143/194] Compiling SOSwift PlaceOrPostalAddressOrText.swift
[144/194] Compiling SOSwift PostalAddressOrText.swift
[145/194] Compiling SOSwift ProductModelOrText.swift
[146/194] Compiling SOSwift ProductOrService.swift
[147/194] Compiling SOSwift ProductOrText.swift
[148/194] Compiling SOSwift PropertyValueOrText.swift
[149/194] Compiling SOSwift QualitativeValueOrText.swift
[150/194] Compiling SOSwift QuantitativeValueOrNumber.swift
[151/194] Compiling SOSwift MeasurementTechnique.swift
[152/194] Compiling SOSwift Schema.swift
[153/194] Compiling SOSwift SchemaType.swift
[154/194] Compiling SOSwift Thing.swift
[155/194] Compiling SOSwift AdministrativeAreaOrGeoShapeOrPlaceOrText.swift
[156/194] Compiling SOSwift AlignmentObjectOrCourseOrText.swift
[157/194] Compiling SOSwift BrandOrOrganization.swift
[158/194] Compiling SOSwift ContactPointOrPlace.swift
[159/194] Compiling SOSwift CountryOrText.swift
[160/194] Compiling SOSwift CreativeWorkOrEvent.swift
[161/194] Compiling SOSwift CreativeWorkOrProductOrURL.swift
[162/194] Compiling SOSwift CreativeWorkOrText.swift
[163/194] Compiling SOSwift CreativeWorkOrURL.swift
[164/194] Compiling SOSwift DataFeedItemOrThingOrText.swift
[165/194] Compiling SOSwift DistanceOrQuantitativeValue.swift
[166/194] Compiling SOSwift EducationalOrganizationOrOrganization.swift
[167/194] Compiling SOSwift EnumerationOrPropertyValueOrQualitativeValueOrQuantitativeValueOrStructuredValue.swift
[168/194] Compiling SOSwift GeoCoordinatesOrGeoShape.swift
[169/194] Compiling SOSwift GeoShapeOrPlaceOrText.swift
[170/194] Compiling SOSwift ImageObjectOrPhotograph.swift
[171/194] Compiling SOSwift ImageObjectOrURL.swift
[172/194] Compiling SOSwift IntegerOrText.swift
[173/194] Compiling SOSwift ContactPoint.swift
[174/194] Compiling SOSwift LocationFeatureSpecification.swift
[175/194] Compiling SOSwift OpeningHoursSpecification.swift
[176/194] Compiling SOSwift OwnershipInfo.swift
[177/194] Compiling SOSwift PostalAddress.swift
[178/194] Compiling SOSwift PriceSpecification.swift
[179/194] Compiling SOSwift PropertyValue.swift
[180/194] Compiling SOSwift QuantitativeValue.swift
[181/194] Compiling SOSwift RepaymentSpecification.swift
[182/194] Compiling SOSwift StructuredValue.swift
[183/194] Compiling SOSwift TypeAndQuantityNode.swift
[184/194] Compiling SOSwift WarrantyPromise.swift
[185/194] Compiling SOSwift EducationalOrganization.swift
[186/194] Compiling SOSwift Organization.swift
[187/194] Compiling SOSwift PerformingGroup.swift
[188/194] Compiling SOSwift Person.swift
[189/194] Compiling SOSwift AdministrativeArea.swift
[190/194] Compiling SOSwift Country.swift
[191/194] Compiling SOSwift Place.swift
[192/194] Compiling SOSwift Product.swift
[193/194] Compiling SOSwift ProductModel.swift
[194/194] Compiling SOSwift Gender.swift
Build complete! (25.29s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "codableplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/CodablePlus"
    }
  ],
  "manifest_display_name" : "SOSwift",
  "name" : "SOSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SOSwift",
      "targets" : [
        "SOSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SOSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "SOSwiftTests",
      "path" : "Tests/SOSwiftTests",
      "sources" : [
        "AccessModeSufficientTests.swift",
        "AccessModeTests.swift",
        "AccessibilityAPITests.swift",
        "AccessibilityControlTests.swift",
        "AccessibilityFeatureTests.swift",
        "AccessibilityHazardTests.swift",
        "ActionStatusTests.swift",
        "ActionTests.swift",
        "AggregateRatingTests.swift",
        "AlignmentObjectOrCourseOrTextTests.swift",
        "AreaServedTests.swift",
        "ArticleTests.swift",
        "AudienceTests.swift",
        "AudioObjectTests.swift",
        "BrandOrOrganizationTests.swift",
        "BroadcastServiceTests.swift",
        "BusinessEntityTypeTests.swift",
        "BusinessFunctionTests.swift",
        "CommentTests.swift",
        "ContactPointOptionTests.swift",
        "ContactPointOrPlaceTests.swift",
        "CountryOrTextTests.swift",
        "CourseInstanceTests.swift",
        "CreativeWorkOrEventTests.swift",
        "CreativeWorkOrProductOrURLTests.swift",
        "CreativeWorkOrTextTests.swift",
        "CreativeWorkOrURLTests.swift",
        "DataCatalogTests.swift",
        "DataDownloadTests.swift",
        "DataFeedItemOrThingOrTextTests.swift",
        "DataFeedItemTests.swift",
        "DataFeedTests.swift",
        "DateOnlyOrDateTimeTests.swift",
        "DateOnlyTests.swift",
        "DateTimeOrURLOrTextTests.swift",
        "DateTimeTests.swift",
        "DayOfWeekTests.swift",
        "DeliveryMethodTests.swift",
        "DistanceOrQuantitativeValueTests.swift",
        "DurationTests.swift",
        "EducationalOrganizationOrOrganizationTests.swift",
        "EventStatusTests.swift",
        "EventTests.swift",
        "GenderOrTextTests.swift",
        "GenderTests.swift",
        "GeoCoordinatesOrGeoShapeTests.swift",
        "GeoShapeOrPlaceOrTextTests.swift",
        "IdentifierTests.swift",
        "ImageObjectOrPhotographTests.swift",
        "ImageObjectOrURLTests.swift",
        "IntegerOrTextTests.swift",
        "InteractivityTests.swift",
        "ItemAvailabilityTests.swift",
        "ItemListOrMusicRecordingTests.swift",
        "ItemListOrderOrTextTests.swift",
        "ItemListOrderTests.swift",
        "LanguageOrTextTests.swift",
        "ListItemOrTextOrThingTests.swift",
        "MapOrURLTests.swift",
        "MapTypeTests.swift",
        "MonetaryAmountOrPriceSpecificationTests.swift",
        "MusicAlbumProductionTests.swift",
        "MusicAlbumReleaseTests.swift",
        "MusicGroupOrPersonTests.swift",
        "MusicReleaseFormatTests.swift",
        "NumberOrTextTests.swift",
        "NumberTests.swift",
        "OfferItemConditionTests.swift",
        "OrganizationOrPersonTests.swift",
        "OrganizationOrProgramMembershipTests.swift",
        "OrganizationTests.swift",
        "OwnershipInfoOrProductTests.swift",
        "PersonOrURLTests.swift",
        "PhysicalActivityCategoryTests.swift",
        "PlaceOrPostalAddressOrTextTests.swift",
        "PostalAddressOrTextTests.swift",
        "ProductModelOrTextTests.swift",
        "ProductOrServiceTests.swift",
        "ProductOrTestOrURLTests.swift",
        "ProductOrTextTests.swift",
        "PropertyValueOrTextTests.swift",
        "SoftwareApplicationOrWebsiteTests.swift",
        "ThingOrTextTests.swift",
        "ThingTests.swift",
        "TimeTests.swift",
        "URLOrTextTests.swift",
        "ValueTests.swift",
        "WarrantyScopeTests.swift",
        "_Extensions.swift"
      ],
      "target_dependencies" : [
        "SOSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SOSwift",
      "module_type" : "SwiftTarget",
      "name" : "SOSwift",
      "path" : "Sources/SOSwift",
      "product_dependencies" : [
        "CodablePlus"
      ],
      "product_memberships" : [
        "SOSwift"
      ],
      "sources" : [
        "Action/Action.swift",
        "Action/ActionStatus.swift",
        "CreativeWork/AccessMode.swift",
        "CreativeWork/AccessModeSufficient.swift",
        "CreativeWork/AccessibilityAPI.swift",
        "CreativeWork/AccessibilityControl.swift",
        "CreativeWork/AccessibilityFeature.swift",
        "CreativeWork/AccessibilityHazard.swift",
        "CreativeWork/Answer.swift",
        "CreativeWork/Article.swift",
        "CreativeWork/AudioObject.swift",
        "CreativeWork/Comment.swift",
        "CreativeWork/Course.swift",
        "CreativeWork/CreativeWork.swift",
        "CreativeWork/DataCatalog.swift",
        "CreativeWork/DataDownload.swift",
        "CreativeWork/DataFeed.swift",
        "CreativeWork/Dataset.swift",
        "CreativeWork/ImageObject.swift",
        "CreativeWork/Interactivity.swift",
        "CreativeWork/Map.swift",
        "CreativeWork/MapType.swift",
        "CreativeWork/MediaObject.swift",
        "CreativeWork/MusicAlbum.swift",
        "CreativeWork/MusicAlbumProduction.swift",
        "CreativeWork/MusicAlbumRelease.swift",
        "CreativeWork/MusicComposition.swift",
        "CreativeWork/MusicGroup.swift",
        "CreativeWork/MusicPlaylist.swift",
        "CreativeWork/MusicRecording.swift",
        "CreativeWork/MusicRelease.swift",
        "CreativeWork/MusicReleaseFormat.swift",
        "CreativeWork/NewsArticle.swift",
        "CreativeWork/Photograph.swift",
        "CreativeWork/Question.swift",
        "CreativeWork/Review.swift",
        "CreativeWork/SoftwareApplication.swift",
        "CreativeWork/VideoObject.swift",
        "CreativeWork/Website.swift",
        "DataType/DateOnly.swift",
        "DataType/DateTime.swift",
        "DataType/Number.swift",
        "DataType/Time.swift",
        "Event/CourseInstance.swift",
        "Event/Event.swift",
        "Event/EventStatus.swift",
        "Event/PublicationEvent.swift",
        "Intangible/AggregateRating.swift",
        "Intangible/AlignmentObject.swift",
        "Intangible/Audience.swift",
        "Intangible/Brand.swift",
        "Intangible/BroadcastChannel.swift",
        "Intangible/BroadcastFrequencySpecification.swift",
        "Intangible/BroadcastService.swift",
        "Intangible/CableOrSatelliteService.swift",
        "Intangible/DataFeedItem.swift",
        "Intangible/Demand.swift",
        "Intangible/Distance.swift",
        "Intangible/Duration.swift",
        "Intangible/EntryPoint.swift",
        "Intangible/Enumeration/BusinessEntityType.swift",
        "Intangible/Enumeration/BusinessFunction.swift",
        "Intangible/Enumeration/ContactPointOption.swift",
        "Intangible/Enumeration/DayOfWeek.swift",
        "Intangible/Enumeration/DeliveryMethod.swift",
        "Intangible/Enumeration/Enumeration.swift",
        "Intangible/Enumeration/GenderType.swift",
        "Intangible/Enumeration/ItemAvailability.swift",
        "Intangible/Enumeration/ItemListOrder.swift",
        "Intangible/Enumeration/OfferItemCondition.swift",
        "Intangible/Enumeration/PaymentMethod.swift",
        "Intangible/Enumeration/PhysicalActivityCategory.swift",
        "Intangible/Enumeration/QualitativeValue.swift",
        "Intangible/Enumeration/WarrantyScope.swift",
        "Intangible/FinancialProduct.swift",
        "Intangible/GeoCoordinates.swift",
        "Intangible/GeoShape.swift",
        "Intangible/Intangible.swift",
        "Intangible/InteractionCounter.swift",
        "Intangible/ItemList.swift",
        "Intangible/Language.swift",
        "Intangible/ListItem.swift",
        "Intangible/LoanOrCredit.swift",
        "Intangible/MonetaryAmount.swift",
        "Intangible/Occupation.swift",
        "Intangible/Offer.swift",
        "Intangible/OfferCatalog.swift",
        "Intangible/ProgramMembership.swift",
        "Intangible/Quantity.swift",
        "Intangible/Rating.swift",
        "Intangible/Service.swift",
        "Intangible/ServiceChannel.swift",
        "Intangible/StructuredValue/ContactPoint.swift",
        "Intangible/StructuredValue/LocationFeatureSpecification.swift",
        "Intangible/StructuredValue/OpeningHoursSpecification.swift",
        "Intangible/StructuredValue/OwnershipInfo.swift",
        "Intangible/StructuredValue/PostalAddress.swift",
        "Intangible/StructuredValue/PriceSpecification.swift",
        "Intangible/StructuredValue/PropertyValue.swift",
        "Intangible/StructuredValue/QuantitativeValue.swift",
        "Intangible/StructuredValue/RepaymentSpecification.swift",
        "Intangible/StructuredValue/StructuredValue.swift",
        "Intangible/StructuredValue/TypeAndQuantityNode.swift",
        "Intangible/StructuredValue/WarrantyPromise.swift",
        "Organization/EducationalOrganization.swift",
        "Organization/Organization.swift",
        "Organization/PerformingGroup.swift",
        "Person/Person.swift",
        "Place/AdministrativeArea.swift",
        "Place/Country.swift",
        "Place/Place.swift",
        "Product/Product.swift",
        "Product/ProductModel.swift",
        "Property/Gender.swift",
        "Property/MeasurementTechnique.swift",
        "Schema.swift",
        "SchemaType.swift",
        "Thing.swift",
        "_Conjunctions/Convenience/AdministrativeAreaOrGeoShapeOrPlaceOrText.swift",
        "_Conjunctions/Convenience/AlignmentObjectOrCourseOrText.swift",
        "_Conjunctions/Convenience/BrandOrOrganization.swift",
        "_Conjunctions/Convenience/ContactPointOrPlace.swift",
        "_Conjunctions/Convenience/CountryOrText.swift",
        "_Conjunctions/Convenience/CreativeWorkOrEvent.swift",
        "_Conjunctions/Convenience/CreativeWorkOrProductOrURL.swift",
        "_Conjunctions/Convenience/CreativeWorkOrText.swift",
        "_Conjunctions/Convenience/CreativeWorkOrURL.swift",
        "_Conjunctions/Convenience/DataFeedItemOrThingOrText.swift",
        "_Conjunctions/Convenience/DistanceOrQuantitativeValue.swift",
        "_Conjunctions/Convenience/EducationalOrganizationOrOrganization.swift",
        "_Conjunctions/Convenience/EnumerationOrPropertyValueOrQualitativeValueOrQuantitativeValueOrStructuredValue.swift",
        "_Conjunctions/Convenience/GeoCoordinatesOrGeoShape.swift",
        "_Conjunctions/Convenience/GeoShapeOrPlaceOrText.swift",
        "_Conjunctions/Convenience/ImageObjectOrPhotograph.swift",
        "_Conjunctions/Convenience/ImageObjectOrURL.swift",
        "_Conjunctions/Convenience/IntegerOrText.swift",
        "_Conjunctions/Convenience/ItemListOrMusicRecording.swift",
        "_Conjunctions/Convenience/ItemListOrderOrText.swift",
        "_Conjunctions/Convenience/LanguageOrText.swift",
        "_Conjunctions/Convenience/ListItemOrThingOrText.swift",
        "_Conjunctions/Convenience/LoanOrCreditOrPaymentMethod.swift",
        "_Conjunctions/Convenience/MapOrURL.swift",
        "_Conjunctions/Convenience/MonetaryAmountOrNumber.swift",
        "_Conjunctions/Convenience/MonetaryAmountOrPriceSpecification.swift",
        "_Conjunctions/Convenience/MusicGroupOrPerson.swift",
        "_Conjunctions/Convenience/NumberOrText.swift",
        "_Conjunctions/Convenience/OrganizationOrPerson.swift",
        "_Conjunctions/Convenience/OrganizationOrProgramMembership.swift",
        "_Conjunctions/Convenience/OwnershipInfoOrProduct.swift",
        "_Conjunctions/Convenience/PersonOrURL.swift",
        "_Conjunctions/Convenience/PlaceOrPostalAddressOrText.swift",
        "_Conjunctions/Convenience/PostalAddressOrText.swift",
        "_Conjunctions/Convenience/ProductModelOrText.swift",
        "_Conjunctions/Convenience/ProductOrService.swift",
        "_Conjunctions/Convenience/ProductOrText.swift",
        "_Conjunctions/Convenience/PropertyValueOrText.swift",
        "_Conjunctions/Convenience/QualitativeValueOrText.swift",
        "_Conjunctions/Convenience/QuantitativeValueOrNumber.swift",
        "_Conjunctions/Convenience/SoftwareApplicationOrWebsite.swift",
        "_Conjunctions/Convenience/ThingOrText.swift",
        "_Conjunctions/Custom/DateOnlyOrDateTime.swift",
        "_Conjunctions/Custom/DateTimeOrURLOrText.swift",
        "_Conjunctions/Custom/NumberOrQuantitativeValue.swift",
        "_Conjunctions/Custom/PhysicalActivityCategoryOrThingOrText.swift",
        "_Conjunctions/Custom/ProductOrURLOrText.swift",
        "_Conjunctions/Custom/PropertyValueOrURLOrText.swift",
        "_Conjunctions/Custom/StructureValueOrNumberOrTextOrBool.swift",
        "_Conjunctions/Custom/URLOrText.swift",
        "_Conjunctions/Generic/DoubleSchemaConjunctive.swift",
        "_Conjunctions/Generic/DoubleTextConjunctive.swift",
        "_Conjunctions/Generic/DoubleURLConjunctive.swift",
        "_Conjunctions/Generic/QuadrupleSchemaConjunctive.swift",
        "_Conjunctions/Generic/SingleCodableTextConjective.swift",
        "_Conjunctions/Generic/SingleSchemaCodableConjunction.swift",
        "_Conjunctions/Generic/SingleSchemaConjunction.swift",
        "_Conjunctions/Generic/SingleTextConjunction.swift",
        "_Conjunctions/Generic/SingleURLConjunctive.swift",
        "_Conjunctions/Generic/TripleTextConjunctive.swift",
        "_Extensions/Decoder+SOSwift.swift",
        "_Extensions/URL+SOSwift.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.