The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SOSwift with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.21.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/SOSwift.git
Reference: main
Cloned https://github.com/richardpiazza/SOSwift.git into spi-builder-workspace
SUCCESS checkout https://github.com/richardpiazza/SOSwift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/richardpiazza/CodablePlus
[1/109] Fetching codableplus
Fetched https://github.com/richardpiazza/CodablePlus (0.21s)
Computing version for https://github.com/richardpiazza/CodablePlus
Computed https://github.com/richardpiazza/CodablePlus at 0.4.0 (0.28s)
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...
[1/10] Compiling CodablePlus UnkeyedDecodingContainer+Containers.swift
[2/11] Compiling CodablePlus KeyedEncodingContainerProtocol+Any.swift
[3/11] Compiling CodablePlus KeyedEncodingContainerProtocol+Containers.swift
[4/11] Compiling CodablePlus UnkeyedEncodingContainer+Containers.swift
[5/11] Compiling CodablePlus KeyedDecodingContainerProtocol+MultipleKeys.swift
[6/11] Compiling CodablePlus KeyedDecodingContainerProtocol+Any.swift
[7/11] Compiling CodablePlus KeyedDecodingContainerProtocol+Containers.swift
[8/11] Compiling CodablePlus AnyEncodable.swift
[9/11] Compiling CodablePlus DictionaryKeys.swift
[10/11] Emitting module CodablePlus
[11/11] Compiling CodablePlus KeyedDecodingContainerProtocol+DefaultValues.swift
[14/172] Compiling SOSwift ItemListOrMusicRecording.swift
[15/172] Compiling SOSwift ItemListOrderOrText.swift
[16/172] Compiling SOSwift LanguageOrText.swift
[17/172] Compiling SOSwift ListItemOrThingOrText.swift
[18/172] Compiling SOSwift LoanOrCreditOrPaymentMethod.swift
[19/172] Compiling SOSwift MapOrURL.swift
[20/172] Compiling SOSwift MonetaryAmountOrNumber.swift
[21/172] Compiling SOSwift MonetaryAmountOrPriceSpecification.swift
[22/172] Compiling SOSwift MusicGroupOrPerson.swift
[23/172] Compiling SOSwift NumberOrText.swift
[24/172] Compiling SOSwift OrganizationOrPerson.swift
[25/172] Compiling SOSwift OrganizationOrProgramMembership.swift
[26/172] Compiling SOSwift OwnershipInfoOrProduct.swift
[27/172] Compiling SOSwift PersonOrURL.swift
[28/172] Compiling SOSwift PlaceOrPostalAddressOrText.swift
[29/172] Compiling SOSwift PostalAddressOrText.swift
[30/172] Compiling SOSwift ProductModelOrText.swift
[31/172] Compiling SOSwift ProductOrService.swift
[32/172] Compiling SOSwift ProductOrText.swift
[33/172] Compiling SOSwift PropertyValueOrText.swift
[34/172] Compiling SOSwift QualitativeValueOrText.swift
[35/172] Compiling SOSwift QuantitativeValueOrNumber.swift
[36/194] Compiling SOSwift SoftwareApplicationOrWebsite.swift
[37/194] Compiling SOSwift ThingOrText.swift
[38/194] Compiling SOSwift DateOnlyOrDateTime.swift
[39/194] Compiling SOSwift DateTimeOrURLOrText.swift
[40/194] Compiling SOSwift NumberOrQuantitativeValue.swift
[41/194] Compiling SOSwift PhysicalActivityCategoryOrThingOrText.swift
[42/194] Compiling SOSwift ProductOrURLOrText.swift
[43/194] Compiling SOSwift PropertyValueOrURLOrText.swift
[44/194] Compiling SOSwift StructureValueOrNumberOrTextOrBool.swift
[45/194] Compiling SOSwift URLOrText.swift
[46/194] Compiling SOSwift DoubleSchemaConjunctive.swift
[47/194] Compiling SOSwift DoubleTextConjunctive.swift
[48/194] Compiling SOSwift DoubleURLConjunctive.swift
[49/194] Compiling SOSwift QuadrupleSchemaConjunctive.swift
[50/194] Compiling SOSwift SingleCodableTextConjective.swift
[51/194] Compiling SOSwift SingleSchemaCodableConjunction.swift
[52/194] Compiling SOSwift SingleSchemaConjunction.swift
[53/194] Compiling SOSwift SingleTextConjunction.swift
[54/194] Compiling SOSwift SingleURLConjunctive.swift
[55/194] Compiling SOSwift TripleTextConjunctive.swift
[56/194] Compiling SOSwift Decoder+SOSwift.swift
[57/194] Compiling SOSwift URL+SOSwift.swift
[58/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 {
                        ^
[59/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 {
                        ^
[60/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 {
                        ^
[61/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 {
                        ^
[62/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 {
                        ^
[63/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 {
                        ^
[64/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 {
                        ^
[65/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 {
                        ^
[66/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 {
                        ^
[67/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 {
                        ^
[68/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 {
                        ^
[69/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 {
                        ^
[70/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 {
                        ^
[71/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 {
                        ^
[72/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 {
                        ^
[73/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 {
                        ^
[74/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 {
                        ^
[75/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 {
                        ^
[76/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 {
                        ^
[77/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 {
                        ^
[78/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 {
                        ^
[79/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 {
                        ^
[80/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 {
                        ^
[81/194] Compiling SOSwift MusicAlbum.swift
[82/194] Compiling SOSwift MusicAlbumProduction.swift
[83/194] Compiling SOSwift MusicAlbumRelease.swift
[84/194] Compiling SOSwift MusicComposition.swift
[85/194] Compiling SOSwift MusicGroup.swift
[86/194] Compiling SOSwift MusicPlaylist.swift
[87/194] Compiling SOSwift MusicRecording.swift
[88/194] Compiling SOSwift MusicRelease.swift
[89/194] Compiling SOSwift MusicReleaseFormat.swift
[90/194] Compiling SOSwift NewsArticle.swift
[91/194] Compiling SOSwift Photograph.swift
[92/194] Compiling SOSwift Question.swift
[93/194] Compiling SOSwift Review.swift
[94/194] Compiling SOSwift SoftwareApplication.swift
[95/194] Compiling SOSwift VideoObject.swift
[96/194] Compiling SOSwift Website.swift
[97/194] Compiling SOSwift DateOnly.swift
[98/194] Compiling SOSwift DateTime.swift
[99/194] Compiling SOSwift Number.swift
[100/194] Compiling SOSwift Time.swift
[101/194] Compiling SOSwift CourseInstance.swift
[102/194] Compiling SOSwift Event.swift
[103/194] Compiling SOSwift EventStatus.swift
[104/194] Compiling SOSwift ContactPoint.swift
[105/194] Compiling SOSwift LocationFeatureSpecification.swift
[106/194] Compiling SOSwift OpeningHoursSpecification.swift
[107/194] Compiling SOSwift OwnershipInfo.swift
[108/194] Compiling SOSwift PostalAddress.swift
[109/194] Compiling SOSwift PriceSpecification.swift
[110/194] Compiling SOSwift PropertyValue.swift
[111/194] Compiling SOSwift QuantitativeValue.swift
[112/194] Compiling SOSwift RepaymentSpecification.swift
[113/194] Compiling SOSwift StructuredValue.swift
[114/194] Compiling SOSwift TypeAndQuantityNode.swift
[115/194] Compiling SOSwift WarrantyPromise.swift
[116/194] Compiling SOSwift EducationalOrganization.swift
[117/194] Compiling SOSwift Organization.swift
[118/194] Compiling SOSwift PerformingGroup.swift
[119/194] Compiling SOSwift Person.swift
[120/194] Compiling SOSwift AdministrativeArea.swift
[121/194] Compiling SOSwift Country.swift
[122/194] Compiling SOSwift Place.swift
[123/194] Compiling SOSwift Product.swift
[124/194] Compiling SOSwift ProductModel.swift
[125/194] Compiling SOSwift Gender.swift
[126/194] Compiling SOSwift MeasurementTechnique.swift
[127/194] Compiling SOSwift Schema.swift
[128/194] Compiling SOSwift SchemaType.swift
[129/194] Compiling SOSwift Thing.swift
[130/194] Compiling SOSwift AdministrativeAreaOrGeoShapeOrPlaceOrText.swift
[131/194] Compiling SOSwift AlignmentObjectOrCourseOrText.swift
[132/194] Compiling SOSwift BrandOrOrganization.swift
[133/194] Compiling SOSwift ContactPointOrPlace.swift
[134/194] Compiling SOSwift CountryOrText.swift
[135/194] Compiling SOSwift CreativeWorkOrEvent.swift
[136/194] Compiling SOSwift CreativeWorkOrProductOrURL.swift
[137/194] Compiling SOSwift CreativeWorkOrText.swift
[138/194] Compiling SOSwift CreativeWorkOrURL.swift
[139/194] Compiling SOSwift DataFeedItemOrThingOrText.swift
[140/194] Compiling SOSwift DistanceOrQuantitativeValue.swift
[141/194] Compiling SOSwift EducationalOrganizationOrOrganization.swift
[142/194] Compiling SOSwift EnumerationOrPropertyValueOrQualitativeValueOrQuantitativeValueOrStructuredValue.swift
[143/194] Compiling SOSwift GeoCoordinatesOrGeoShape.swift
[144/194] Compiling SOSwift GeoShapeOrPlaceOrText.swift
[145/194] Compiling SOSwift ImageObjectOrPhotograph.swift
[146/194] Compiling SOSwift ImageObjectOrURL.swift
[147/194] Compiling SOSwift IntegerOrText.swift
[148/194] Compiling SOSwift OfferItemCondition.swift
[149/194] Compiling SOSwift PaymentMethod.swift
[150/194] Compiling SOSwift PhysicalActivityCategory.swift
[151/194] Compiling SOSwift QualitativeValue.swift
[152/194] Compiling SOSwift WarrantyScope.swift
[153/194] Compiling SOSwift FinancialProduct.swift
[154/194] Compiling SOSwift GeoCoordinates.swift
[155/194] Compiling SOSwift GeoShape.swift
[156/194] Compiling SOSwift Intangible.swift
[157/194] Compiling SOSwift InteractionCounter.swift
[158/194] Compiling SOSwift ItemList.swift
[159/194] Compiling SOSwift Language.swift
[160/194] Compiling SOSwift ListItem.swift
[161/194] Compiling SOSwift LoanOrCredit.swift
[162/194] Compiling SOSwift MonetaryAmount.swift
[163/194] Compiling SOSwift Occupation.swift
[164/194] Compiling SOSwift Offer.swift
[165/194] Compiling SOSwift OfferCatalog.swift
[166/194] Compiling SOSwift ProgramMembership.swift
[167/194] Compiling SOSwift Quantity.swift
[168/194] Compiling SOSwift Rating.swift
[169/194] Compiling SOSwift Service.swift
[170/194] Compiling SOSwift ServiceChannel.swift
[171/194] Compiling SOSwift Action.swift
[172/194] Compiling SOSwift ActionStatus.swift
[173/194] Compiling SOSwift AccessMode.swift
[174/194] Compiling SOSwift AccessModeSufficient.swift
[175/194] Compiling SOSwift AccessibilityAPI.swift
[176/194] Compiling SOSwift AccessibilityControl.swift
[177/194] Compiling SOSwift AccessibilityFeature.swift
[178/194] Compiling SOSwift AccessibilityHazard.swift
[179/194] Compiling SOSwift Answer.swift
[180/194] Compiling SOSwift Article.swift
[181/194] Compiling SOSwift AudioObject.swift
[182/194] Compiling SOSwift Comment.swift
[183/194] Compiling SOSwift Course.swift
[184/194] Compiling SOSwift CreativeWork.swift
[185/194] Compiling SOSwift DataCatalog.swift
[186/194] Compiling SOSwift DataDownload.swift
[187/194] Compiling SOSwift DataFeed.swift
[188/194] Compiling SOSwift Dataset.swift
[189/194] Compiling SOSwift ImageObject.swift
[190/194] Compiling SOSwift Interactivity.swift
[191/194] Compiling SOSwift Map.swift
[192/194] Compiling SOSwift MapType.swift
[193/194] Compiling SOSwift MediaObject.swift
[194/194] Emitting module SOSwift
Build complete! (16.91s)
Build complete.
Done.

Build Machine: Linux 2