Build Information
Successful build of SOSwift, reference main (143607
), with Swift 6.0 for Linux on 1 Nov 2024 10:42:27 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.56.0
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 1436070 Additional Conjunctive Generics (#2)
Cloned https://github.com/richardpiazza/SOSwift.git
Revision (git rev-parse @):
1436070f2f953cc4255d4f1a7785296087833a6b
SUCCESS checkout https://github.com/richardpiazza/SOSwift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/richardpiazza/SOSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/richardpiazza/CodablePlus
[1/114] Fetching codableplus
Fetched https://github.com/richardpiazza/CodablePlus from cache (0.18s)
Computing version for https://github.com/richardpiazza/CodablePlus
Computed https://github.com/richardpiazza/CodablePlus at 0.4.0 (0.48s)
Creating working copy for https://github.com/richardpiazza/CodablePlus
Working copy of https://github.com/richardpiazza/CodablePlus resolved at 0.4.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/13] Compiling CodablePlus UnkeyedDecodingContainer+Containers.swift
[5/14] Compiling CodablePlus KeyedDecodingContainerProtocol+Any.swift
[6/14] Compiling CodablePlus KeyedDecodingContainerProtocol+Containers.swift
[7/14] Compiling CodablePlus AnyEncodable.swift
[8/14] Compiling CodablePlus DictionaryKeys.swift
[9/14] Compiling CodablePlus KeyedDecodingContainerProtocol+MultipleKeys.swift
[10/14] Compiling CodablePlus KeyedDecodingContainerProtocol+DefaultValues.swift
[11/14] Emitting module CodablePlus
[12/14] Compiling CodablePlus UnkeyedEncodingContainer+Containers.swift
[13/14] Compiling CodablePlus KeyedEncodingContainerProtocol+Any.swift
[14/14] Compiling CodablePlus KeyedEncodingContainerProtocol+Containers.swift
[16/174] Compiling SOSwift MeasurementTechnique.swift
[17/174] Compiling SOSwift Schema.swift
[18/174] Compiling SOSwift SchemaType.swift
[19/174] Compiling SOSwift Thing.swift
[20/174] Compiling SOSwift AdministrativeAreaOrGeoShapeOrPlaceOrText.swift
[21/174] Compiling SOSwift AlignmentObjectOrCourseOrText.swift
[22/174] Compiling SOSwift BrandOrOrganization.swift
[23/174] Compiling SOSwift ContactPointOrPlace.swift
[24/174] Compiling SOSwift CountryOrText.swift
[25/174] Compiling SOSwift CreativeWorkOrEvent.swift
[26/174] Compiling SOSwift CreativeWorkOrProductOrURL.swift
[27/174] Compiling SOSwift CreativeWorkOrText.swift
[28/174] Compiling SOSwift CreativeWorkOrURL.swift
[29/174] Compiling SOSwift DataFeedItemOrThingOrText.swift
[30/174] Compiling SOSwift DistanceOrQuantitativeValue.swift
[31/174] Compiling SOSwift EducationalOrganizationOrOrganization.swift
[32/174] Compiling SOSwift EnumerationOrPropertyValueOrQualitativeValueOrQuantitativeValueOrStructuredValue.swift
[33/174] Compiling SOSwift GeoCoordinatesOrGeoShape.swift
[34/174] Compiling SOSwift GeoShapeOrPlaceOrText.swift
[35/174] Compiling SOSwift ImageObjectOrPhotograph.swift
[36/174] Compiling SOSwift ImageObjectOrURL.swift
[37/174] Compiling SOSwift IntegerOrText.swift
[38/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[39/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[40/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[41/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[42/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[43/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[44/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[45/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[46/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[47/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[48/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[49/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[50/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[51/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[52/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[53/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[54/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[55/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[56/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[57/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[58/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[59/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[60/174] 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:)'
117 | #if os(Linux)
118 | var identifier: String?
119 | if !scanner.scanUpToCharacters(from: identifiersSet, into: &identifier) || identifier?.count != 1 {
| |- warning: 'scanUpToCharacters(from:into:)' is deprecated: renamed to 'scanUpToCharacters(from:)'
| `- note: use 'scanUpToCharacters(from:)' instead
120 | return components
121 | }
[61/196] Compiling SOSwift ItemListOrMusicRecording.swift
[62/196] Compiling SOSwift ItemListOrderOrText.swift
[63/196] Compiling SOSwift LanguageOrText.swift
[64/196] Compiling SOSwift ListItemOrThingOrText.swift
[65/196] Compiling SOSwift LoanOrCreditOrPaymentMethod.swift
[66/196] Compiling SOSwift MapOrURL.swift
[67/196] Compiling SOSwift MonetaryAmountOrNumber.swift
[68/196] Compiling SOSwift MonetaryAmountOrPriceSpecification.swift
[69/196] Compiling SOSwift MusicGroupOrPerson.swift
[70/196] Compiling SOSwift NumberOrText.swift
[71/196] Compiling SOSwift OrganizationOrPerson.swift
[72/196] Compiling SOSwift OrganizationOrProgramMembership.swift
[73/196] Compiling SOSwift OwnershipInfoOrProduct.swift
[74/196] Compiling SOSwift PersonOrURL.swift
[75/196] Compiling SOSwift PlaceOrPostalAddressOrText.swift
[76/196] Compiling SOSwift PostalAddressOrText.swift
[77/196] Compiling SOSwift ProductModelOrText.swift
[78/196] Compiling SOSwift ProductOrService.swift
[79/196] Compiling SOSwift ProductOrText.swift
[80/196] Compiling SOSwift PropertyValueOrText.swift
[81/196] Compiling SOSwift QualitativeValueOrText.swift
[82/196] Compiling SOSwift QuantitativeValueOrNumber.swift
[83/196] Compiling SOSwift Action.swift
[84/196] Compiling SOSwift ActionStatus.swift
[85/196] Compiling SOSwift AccessMode.swift
[86/196] Compiling SOSwift AccessModeSufficient.swift
[87/196] Compiling SOSwift AccessibilityAPI.swift
[88/196] Compiling SOSwift AccessibilityControl.swift
[89/196] Compiling SOSwift AccessibilityFeature.swift
[90/196] Compiling SOSwift AccessibilityHazard.swift
[91/196] Compiling SOSwift Answer.swift
[92/196] Compiling SOSwift Article.swift
[93/196] Compiling SOSwift AudioObject.swift
[94/196] Compiling SOSwift Comment.swift
[95/196] Compiling SOSwift Course.swift
[96/196] Compiling SOSwift CreativeWork.swift
[97/196] Compiling SOSwift DataCatalog.swift
[98/196] Compiling SOSwift DataDownload.swift
[99/196] Compiling SOSwift DataFeed.swift
[100/196] Compiling SOSwift Dataset.swift
[101/196] Compiling SOSwift ImageObject.swift
[102/196] Compiling SOSwift Interactivity.swift
[103/196] Compiling SOSwift Map.swift
[104/196] Compiling SOSwift MapType.swift
[105/196] Compiling SOSwift MediaObject.swift
[106/196] Emitting module SOSwift
[107/196] Compiling SOSwift MusicAlbum.swift
[108/196] Compiling SOSwift MusicAlbumProduction.swift
[109/196] Compiling SOSwift MusicAlbumRelease.swift
[110/196] Compiling SOSwift MusicComposition.swift
[111/196] Compiling SOSwift MusicGroup.swift
[112/196] Compiling SOSwift MusicPlaylist.swift
[113/196] Compiling SOSwift MusicRecording.swift
[114/196] Compiling SOSwift MusicRelease.swift
[115/196] Compiling SOSwift MusicReleaseFormat.swift
[116/196] Compiling SOSwift NewsArticle.swift
[117/196] Compiling SOSwift Photograph.swift
[118/196] Compiling SOSwift Question.swift
[119/196] Compiling SOSwift Review.swift
[120/196] Compiling SOSwift SoftwareApplication.swift
[121/196] Compiling SOSwift VideoObject.swift
[122/196] Compiling SOSwift Website.swift
[123/196] Compiling SOSwift DateOnly.swift
[124/196] Compiling SOSwift DateTime.swift
[125/196] Compiling SOSwift Number.swift
[126/196] Compiling SOSwift Time.swift
[127/196] Compiling SOSwift CourseInstance.swift
[128/196] Compiling SOSwift Event.swift
[129/196] Compiling SOSwift EventStatus.swift
[130/196] Compiling SOSwift SoftwareApplicationOrWebsite.swift
[131/196] Compiling SOSwift ThingOrText.swift
[132/196] Compiling SOSwift DateOnlyOrDateTime.swift
[133/196] Compiling SOSwift DateTimeOrURLOrText.swift
[134/196] Compiling SOSwift NumberOrQuantitativeValue.swift
[135/196] Compiling SOSwift PhysicalActivityCategoryOrThingOrText.swift
[136/196] Compiling SOSwift ProductOrURLOrText.swift
[137/196] Compiling SOSwift PropertyValueOrURLOrText.swift
[138/196] Compiling SOSwift StructureValueOrNumberOrTextOrBool.swift
[139/196] Compiling SOSwift URLOrText.swift
[140/196] Compiling SOSwift DoubleSchemaConjunctive.swift
[141/196] Compiling SOSwift DoubleTextConjunctive.swift
[142/196] Compiling SOSwift DoubleURLConjunctive.swift
[143/196] Compiling SOSwift QuadrupleSchemaConjunctive.swift
[144/196] Compiling SOSwift SingleCodableTextConjective.swift
[145/196] Compiling SOSwift SingleSchemaCodableConjunction.swift
[146/196] Compiling SOSwift SingleSchemaConjunction.swift
[147/196] Compiling SOSwift SingleTextConjunction.swift
[148/196] Compiling SOSwift SingleURLConjunctive.swift
[149/196] Compiling SOSwift TripleTextConjunctive.swift
[150/196] Compiling SOSwift Decoder+SOSwift.swift
[151/196] Compiling SOSwift URL+SOSwift.swift
[152/196] Compiling SOSwift ContactPoint.swift
[153/196] Compiling SOSwift LocationFeatureSpecification.swift
[154/196] Compiling SOSwift OpeningHoursSpecification.swift
[155/196] Compiling SOSwift OwnershipInfo.swift
[156/196] Compiling SOSwift PostalAddress.swift
[157/196] Compiling SOSwift PriceSpecification.swift
[158/196] Compiling SOSwift PropertyValue.swift
[159/196] Compiling SOSwift QuantitativeValue.swift
[160/196] Compiling SOSwift RepaymentSpecification.swift
[161/196] Compiling SOSwift StructuredValue.swift
[162/196] Compiling SOSwift TypeAndQuantityNode.swift
[163/196] Compiling SOSwift WarrantyPromise.swift
[164/196] Compiling SOSwift EducationalOrganization.swift
[165/196] Compiling SOSwift Organization.swift
[166/196] Compiling SOSwift PerformingGroup.swift
[167/196] Compiling SOSwift Person.swift
[168/196] Compiling SOSwift AdministrativeArea.swift
[169/196] Compiling SOSwift Country.swift
[170/196] Compiling SOSwift Place.swift
[171/196] Compiling SOSwift Product.swift
[172/196] Compiling SOSwift ProductModel.swift
[173/196] Compiling SOSwift Gender.swift
[174/196] Compiling SOSwift OfferItemCondition.swift
[175/196] Compiling SOSwift PaymentMethod.swift
[176/196] Compiling SOSwift PhysicalActivityCategory.swift
[177/196] Compiling SOSwift QualitativeValue.swift
[178/196] Compiling SOSwift WarrantyScope.swift
[179/196] Compiling SOSwift FinancialProduct.swift
[180/196] Compiling SOSwift GeoCoordinates.swift
[181/196] Compiling SOSwift GeoShape.swift
[182/196] Compiling SOSwift Intangible.swift
[183/196] Compiling SOSwift InteractionCounter.swift
[184/196] Compiling SOSwift ItemList.swift
[185/196] Compiling SOSwift Language.swift
[186/196] Compiling SOSwift ListItem.swift
[187/196] Compiling SOSwift LoanOrCredit.swift
[188/196] Compiling SOSwift MonetaryAmount.swift
[189/196] Compiling SOSwift Occupation.swift
[190/196] Compiling SOSwift Offer.swift
[191/196] Compiling SOSwift OfferCatalog.swift
[192/196] Compiling SOSwift ProgramMembership.swift
[193/196] Compiling SOSwift Quantity.swift
[194/196] Compiling SOSwift Rating.swift
[195/196] Compiling SOSwift Service.swift
[196/196] Compiling SOSwift ServiceChannel.swift
Build complete! (19.35s)
Build complete.
{
"dependencies" : [
{
"identity" : "codableplus",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "0.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/CodablePlus"
}
],
"manifest_display_name" : "SOSwift",
"name" : "SOSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.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.1"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.