The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Sunday, reference 1.0.0 (3a4d01), with Swift 6.1 for Linux on 29 Apr 2025 21:47:12 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/outfoxx/sunday-swift.git
Reference: 1.0.0
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/outfoxx/sunday-swift
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 3a4d018 Merge pull request #55 from outfoxx/task/deps
Cloned https://github.com/outfoxx/sunday-swift.git
Revision (git rev-parse @):
3a4d01816e69a5ebce7a42629c56b834d2c2232f
SUCCESS checkout https://github.com/outfoxx/sunday-swift.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/outfoxx/sunday-swift.git
https://github.com/outfoxx/sunday-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.0",
            "upper_bound" : "3.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/outfoxx/PotentCodables.git"
    },
    {
      "identity" : "regex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "2.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sharplet/Regex.git"
    },
    {
      "identity" : "uritemplate",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "4.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftScream/URITemplate.git"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Sunday",
  "name" : "Sunday",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Sunday",
      "targets" : [
        "Sunday"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SundayServer",
      "targets" : [
        "SundayServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SundayTests",
      "module_type" : "SwiftTarget",
      "name" : "SundayTests",
      "path" : "Tests/SundayTests",
      "sources" : [
        "DataTaskStreamPublisherTests.swift",
        "DateExts.swift",
        "ErrorTests.swift",
        "EventParserTests.swift",
        "EventSourceTests.swift",
        "GeneratedAPITests.swift",
        "HeaderParametersTests.swift",
        "MediaTypeCodecTests.swift",
        "MediaTypeTests.swift",
        "NetworkRequestAdapterTests.swift",
        "NetworkRequestFactoryTests.swift",
        "PatchTests.swift",
        "ProblemTests.swift",
        "ResponseDecodingTests.swift",
        "ServerTests.swift",
        "URITemplatesTests.swift",
        "URITests.swift",
        "URLRequestTests.swift",
        "WWWFormURLEncoderTests.swift",
        "XCTestCases.swift",
        "XCTestUtils.swift"
      ],
      "target_dependencies" : [
        "Sunday",
        "SundayServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SundayServer",
      "module_type" : "SwiftTarget",
      "name" : "SundayServer",
      "path" : "Sources/SundayServer",
      "product_memberships" : [
        "SundayServer"
      ],
      "sources" : [
        "HTTPConnection.swift",
        "HTTPExchange.swift",
        "HTTPHeaderParser.swift",
        "HTTPRequest.swift",
        "HTTPResponse.swift",
        "HTTPServer.swift",
        "Logging.swift",
        "Routable.swift",
        "RoutableContentNegotiation.swift",
        "RoutableDebug.swift",
        "RoutableMethod.swift",
        "RoutableParam.swift",
        "RoutablePath.swift",
        "RoutableQueues.swift",
        "RoutableRequestDecoding.swift",
        "RoutableResponseEncoding.swift",
        "RoutingHTTPServer.swift"
      ],
      "target_dependencies" : [
        "Sunday"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Sunday",
      "module_type" : "SwiftTarget",
      "name" : "Sunday",
      "path" : "Sources/Sunday",
      "product_dependencies" : [
        "Regex",
        "PotentCodables",
        "ScreamURITemplate",
        "Semaphore"
      ],
      "product_memberships" : [
        "Sunday",
        "SundayServer"
      ],
      "sources" : [
        "AnyTextMediaTypeDecodable.swift",
        "CharSets.swift",
        "CustomHeaderConvertible.swift",
        "Description.swift",
        "DispatchTimeIntervals.swift",
        "Empty.swift",
        "Errors.swift",
        "EventParser.swift",
        "EventSource.swift",
        "HTTP.swift",
        "HeaderParameters.swift",
        "Logging.swift",
        "MediaType.swift",
        "MediaTypeDecoders.swift",
        "MediaTypeEncoders.swift",
        "NetworkRequestAdapter.swift",
        "NetworkRequestAdapters.swift",
        "NetworkRequestFactory.swift",
        "NetworkSession.swift",
        "NetworkSessionDelegate.swift",
        "Patching.swift",
        "PathEncodable.swift",
        "PathEncoders.swift",
        "Problem.swift",
        "RequestFactory.swift",
        "ResponseHelpers.swift",
        "ResultResponse.swift",
        "ServerTrustPolicyManager.swift",
        "ServiceLocator.swift",
        "URI.swift",
        "URITemplate.swift",
        "URLRequests.swift",
        "URLSessionConfigurations.swift",
        "WWWFormURLEncoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/SwiftScream/URITemplate.git
Fetching https://github.com/outfoxx/PotentCodables.git
[1/1254] Fetching regex
[817/1547] Fetching regex, semaphore
[1110/3596] Fetching regex, semaphore, swift-docc-plugin
[1336/4791] Fetching regex, semaphore, swift-docc-plugin, uritemplate
[4379/75840] Fetching regex, semaphore, swift-docc-plugin, uritemplate, potentcodables
Fetched https://github.com/groue/Semaphore.git from cache (0.45s)
Fetched https://github.com/SwiftScream/URITemplate.git from cache (0.44s)
[5757/74352] Fetching regex, swift-docc-plugin, potentcodables
Fetched https://github.com/apple/swift-docc-plugin from cache (0.45s)
[4431/72303] Fetching regex, potentcodables
Fetched https://github.com/sharplet/Regex.git from cache (0.82s)
[27710/71049] Fetching potentcodables
Fetched https://github.com/outfoxx/PotentCodables.git from cache (2.61s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.1.0 (3.31s)
Computing version for https://github.com/SwiftScream/URITemplate.git
Computed https://github.com/SwiftScream/URITemplate.git at 4.0.0 (0.57s)
Computing version for https://github.com/outfoxx/PotentCodables.git
Computed https://github.com/outfoxx/PotentCodables.git at 3.5.0 (0.66s)
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/SusanDoggie/Float16.git
Fetching https://github.com/apple/swift-collections.git
[1/4771] Fetching bigint
[717/5081] Fetching bigint, float16
[1791/21350] Fetching bigint, float16, swift-collections
Fetched https://github.com/SusanDoggie/Float16.git from cache (1.16s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.17s)
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (3.54s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (0.61s)
Fetching https://github.com/apple/swift-numerics
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.42s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (1.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.62s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.60s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.60s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.01s)
Creating working copy for https://github.com/outfoxx/PotentCodables.git
Working copy of https://github.com/outfoxx/PotentCodables.git resolved at 3.5.0
Creating working copy for https://github.com/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
Creating working copy for https://github.com/SwiftScream/URITemplate.git
Working copy of https://github.com/SwiftScream/URITemplate.git resolved at 4.0.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
Creating working copy for https://github.com/groue/Semaphore.git
Working copy of https://github.com/groue/Semaphore.git resolved at 0.1.0
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/43] Write sources
[17/43] Copying PotentCodables.docc
[18/43] Compiling _NumericsShims _NumericsShims.c
[19/43] Compiling fy-ctype.c
[20/43] Compiling fy-utils.c
[21/43] Compiling fy-blob.c
[22/43] Compiling fy-utf8.c
[23/43] Compiling fy-composer.c
[24/43] Compiling fy-diag.c
[25/43] Write swift-version-24593BA9C3E375BF.txt
[26/43] Compiling fy-types.c
[27/43] Compiling xxhash.c
[28/43] Compiling fy-input.c
[29/43] Compiling fy-token.c
[30/43] Compiling fy-path.c
[31/43] Compiling fy-walk.c
[32/44] Compiling fy-event.c
[33/138] Compiling fy-emit.c
[34/138] Compiling fy-parse.c
[35/138] Compiling fy-dump.c
[36/138] Compiling fy-docbuilder.c
[37/138] Compiling fy-docstate.c
[39/138] Emitting module DequeModule
[39/140] Compiling fy-atom.c
[40/140] Compiling fy-accel.c
[41/140] Compiling CFloat16 float16.c
[42/140] Write sources
[43/161] Compiling fy-doc.c
[45/161] Emitting module OrderedCollections
[46/167] Emitting module Regex
[47/167] Emitting module RealModule
[48/168] Compiling BigInt Strideable.swift
[49/168] Compiling BigInt String Conversion.swift
[50/168] Compiling RealModule Real.swift
[51/168] Compiling RealModule Float16+Real.swift
[52/168] Compiling RealModule Float+Real.swift
[53/168] Compiling RealModule Float80+Real.swift
[54/168] Compiling BigInt Bitwise Ops.swift
[55/168] Compiling BigInt Codable.swift
[56/168] Compiling BigInt Comparable.swift
[57/168] Compiling BigInt Data Conversion.swift
[58/168] Compiling BigInt Division.swift
[59/168] Compiling BigInt Exponentiation.swift
[60/168] Compiling BigInt Floating Point Conversion.swift
[61/168] Compiling BigInt GCD.swift
[62/168] Compiling BigInt Hashable.swift
[63/168] Compiling RealModule ElementaryFunctions.swift
[64/168] Compiling BigInt Addition.swift
[65/168] Compiling BigInt BigInt.swift
[66/168] Compiling BigInt Shifts.swift
[67/168] Compiling BigInt Square Root.swift
[68/168] Compiling BigInt Multiplication.swift
[69/168] Compiling BigInt Prime Test.swift
[70/168] Compiling BigInt Random.swift
[71/168] Compiling BigInt BigUInt.swift
[72/168] Compiling BigInt Integer Conversion.swift
[79/168] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[91/169] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[92/169] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[93/169] Compiling OrderedCollections OrderedSet+Diffing.swift
[94/169] Compiling OrderedCollections OrderedSet+Equatable.swift
[95/169] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[96/169] Compiling OrderedCollections OrderedSet+Hashable.swift
[97/169] Compiling OrderedCollections OrderedDictionary+Elements.swift
[98/169] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[99/169] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[100/169] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[101/169] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[102/169] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[103/169] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[104/169] Compiling OrderedCollections OrderedSet+Initializers.swift
[105/169] Compiling OrderedCollections OrderedSet+Insertions.swift
[106/169] Compiling OrderedCollections OrderedSet+Invariants.swift
[107/169] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[108/169] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[109/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[111/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[112/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[113/169] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[114/169] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[115/169] Compiling OrderedCollections OrderedSet+Sendable.swift
[116/169] Compiling OrderedCollections OrderedSet+SubSequence.swift
[126/171] Compiling RealModule RealFunctions.swift
[127/172] Emitting module BigInt
[138/176] Compiling Float16 Concurrency.swift
[139/176] Compiling BigInt Subtraction.swift
[140/176] Compiling BigInt Words and Bits.swift
[141/176] Compiling OrderedCollections OrderedSet+Testing.swift
[142/176] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[143/176] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[144/176] Compiling OrderedCollections OrderedSet.swift
[145/176] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[146/176] Compiling OrderedCollections _UnsafeBitset.swift
[148/177] Compiling Float16 Real.swift
[149/177] Compiling Float16 float16.swift
[150/179] Compiling Collections Collections.swift
[151/179] Emitting module Collections
[153/180] Emitting module Float16
[155/181] Compiling Regex ThreadLocal.swift
[158/181] Compiling ScreamURITemplate VariableProvider.swift
[159/182] Emitting module ScreamURITemplate
[166/182] Emitting module Semaphore
[172/182] Compiling Semaphore AsyncSemaphore.swift
[173/182] Compiling Regex Options.swift
[174/182] Compiling Regex String+ReplaceMatching.swift
[175/183] Compiling ScreamURITemplate ValueFormatting.swift
[176/183] Compiling ScreamURITemplate URITemplate.swift
[177/183] Compiling ScreamURITemplate VariableSpec.swift
[178/184] Compiling Regex Regex.swift
[179/184] Compiling ScreamURITemplate Scanner.swift
[180/184] Compiling Regex Foundation+Ranges.swift
[181/184] Compiling Regex MatchResult.swift
[185/185] Compiling ScreamURITemplate VariableValue.swift
[187/208] Compiling PotentCodables Errors.swift
[188/208] Compiling PotentCodables Float16.swift
[189/208] Compiling PotentCodables KeyStrategy.swift
[190/210] Emitting module PotentCodables
[191/210] Compiling PotentCodables ZonedDate.swift
[192/210] Compiling PotentCodables resource_bundle_accessor.swift
[193/210] Compiling PotentCodables AnyCodingKey.swift
[194/210] Compiling PotentCodables AnyValue.swift
[195/210] Compiling PotentCodables AnyValueDecoder.swift
[196/210] Compiling PotentCodables TreeValueDecodingContainer.swift
[197/210] Compiling PotentCodables Value.swift
[198/210] Compiling PotentCodables ValueDecoder.swift
[199/210] Compiling PotentCodables Regexes.swift
[200/210] Compiling PotentCodables TimeZone.swift
[201/210] Compiling PotentCodables TopLevel.swift
[202/210] Compiling PotentCodables AnyValueEncoder.swift
[203/210] Compiling PotentCodables DecoderSupport.swift
[204/210] Compiling PotentCodables EncoderSupport.swift
[205/210] Compiling PotentCodables KeyedNestedDecoder.swift
[206/210] Compiling PotentCodables KeyedNestedEncoder.swift
[207/210] Compiling PotentCodables Refs.swift
[208/210] Compiling PotentCodables ValueEncoder.swift
[209/210] Compiling PotentCodables ValueTransformer.swift
[210/210] Compiling PotentCodables ValueTransformerProviding.swift
[212/253] Compiling PotentYAML YAMLSchemaCore.swift
[213/253] Compiling PotentYAML YAMLSchema.swift
[214/254] Compiling PotentCBOR CBORWriter.swift
[215/254] Compiling PotentCBOR CBORSerialization.swift
[216/254] Compiling PotentCBOR CBORStream.swift
[217/254] Compiling PotentJSON JSONWriter.swift
[218/254] Emitting module PotentJSON
[219/254] Compiling PotentYAML YAMLSerialization.swift
[220/254] Compiling PotentYAML YAML.swift
[221/254] Compiling PotentYAML YAMLDecoder.swift
[222/256] Compiling PotentJSON JSONSerialization.swift
[223/256] Compiling PotentCBOR CBORReader.swift
[224/256] Compiling PotentYAML YAMLReader.swift
[225/256] Compiling PotentASN1 SchemaSpecified.swift
[226/256] Compiling PotentASN1 SchemaState.swift
[227/256] Compiling PotentASN1 Tagged.swift
[228/256] Compiling PotentASN1 TaggedValue.swift
[229/256] Emitting module PotentCBOR
[230/256] Compiling PotentASN1 AnyTime.swift
[231/256] Compiling PotentASN1 BigInts.swift
[232/256] Compiling PotentASN1 BitString.swift
[233/256] Compiling PotentASN1 Dates.swift
[234/256] Compiling PotentASN1 ObjectIdentifier.swift
[235/256] Compiling PotentASN1 Schema.swift
[236/256] Compiling PotentYAML YAMLWriter.swift
[237/256] Compiling PotentJSON JSONEncoder.swift
[238/256] Compiling PotentJSON JSONDecoder.swift
[239/256] Compiling PotentJSON JSON.swift
[240/256] Compiling PotentJSON Errors.swift
[241/256] Compiling PotentJSON JSONReader.swift
[242/256] Compiling PotentCBOR CBOREncoder.swift
[244/257] Compiling PotentCBOR CBOR.swift
[245/257] Compiling PotentCBOR CBORDecoder.swift
[247/258] Compiling PotentASN1 ASN1.swift
[248/258] Compiling PotentASN1 ASN1DERReader.swift
[249/258] Compiling PotentASN1 ASN1DERWriter.swift
[250/258] Emitting module PotentASN1
[251/258] Compiling PotentYAML Errors.swift
[252/258] Compiling PotentYAML Libfyaml.swift
[254/259] Compiling PotentYAML YAMLEncoder.swift
[257/259] Emitting module PotentYAML
[261/291] Compiling Sunday PathEncoders.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[262/291] Compiling Sunday Problem.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[263/291] Compiling Sunday RequestFactory.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[264/291] Compiling Sunday ResponseHelpers.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[265/291] Compiling Sunday ResultResponse.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[266/291] Compiling Sunday ServerTrustPolicyManager.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[267/291] Compiling Sunday ServiceLocator.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[268/291] Compiling Sunday URI.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[269/291] Compiling Sunday AnyTextMediaTypeDecodable.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[270/291] Compiling Sunday CharSets.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[271/291] Compiling Sunday CustomHeaderConvertible.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[272/291] Compiling Sunday Description.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[273/291] Compiling Sunday DispatchTimeIntervals.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[274/295] Emitting module Sunday
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[275/295] Compiling Sunday NetworkSession.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[276/295] Compiling Sunday NetworkSessionDelegate.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[277/295] Compiling Sunday Patching.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[278/295] Compiling Sunday PathEncodable.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[279/295] Compiling Sunday HeaderParameters.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[280/295] Compiling Sunday Logging.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[281/295] Compiling Sunday MediaType.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[282/295] Compiling Sunday MediaTypeDecoders.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[283/295] Compiling Sunday MediaTypeEncoders.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[284/295] Compiling Sunday NetworkRequestAdapter.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[285/295] Compiling Sunday NetworkRequestAdapters.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[286/295] Compiling Sunday NetworkRequestFactory.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[287/295] Compiling Sunday Empty.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[288/295] Compiling Sunday Errors.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[289/295] Compiling Sunday EventParser.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[290/295] Compiling Sunday EventSource.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[291/295] Compiling Sunday HTTP.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[292/295] Compiling Sunday URITemplate.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[293/295] Compiling Sunday URLRequests.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[294/295] Compiling Sunday URLSessionConfigurations.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[295/295] Compiling Sunday WWWFormURLEncoder.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/119] Compiling RealModule ElementaryFunctions.swift
[5/120] Compiling Regex ThreadLocal.swift
[6/120] Emitting module Regex
[7/120] Compiling Regex String+ReplaceMatching.swift
[8/120] Compiling ScreamURITemplate VariableSpec.swift
[9/120] Compiling ScreamURITemplate VariableProvider.swift
[10/121] Compiling RealModule Real.swift
[11/121] Compiling OrderedCollections _Hashtable+Header.swift
[12/121] Compiling OrderedCollections OrderedDictionary+Codable.swift
[13/121] Compiling RealModule RealFunctions.swift
[14/121] Compiling Regex Foundation+Ranges.swift
[15/121] Compiling Semaphore AsyncSemaphore.swift
[16/121] Compiling RealModule Float+Real.swift
[17/121] Emitting module Semaphore
[18/121] Compiling Regex Regex.swift
[19/121] Compiling Regex Options.swift
[20/121] Compiling Regex MatchResult.swift
[21/123] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[22/123] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[23/123] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[24/123] Compiling OrderedCollections OrderedDictionary+Values.swift
[25/125] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[26/125] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[29/125] Compiling RealModule Float16+Real.swift
[30/125] Compiling RealModule Float80+Real.swift
[32/125] Compiling ScreamURITemplate URITemplate.swift
[36/125] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[37/125] Compiling OrderedCollections OrderedDictionary+Elements.swift
[38/125] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[40/125] Emitting module ScreamURITemplate
[43/125] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[44/125] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[45/125] Compiling OrderedCollections OrderedSet+Diffing.swift
[46/125] Compiling OrderedCollections OrderedSet+Equatable.swift
[47/125] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[48/125] Compiling OrderedCollections OrderedSet+Hashable.swift
[49/131] Compiling ScreamURITemplate ValueFormatting.swift
[50/131] Compiling ScreamURITemplate Scanner.swift
[51/131] Compiling ScreamURITemplate VariableValue.swift
[53/132] Emitting module RealModule
[54/133] Emitting module BigInt
[56/135] Compiling DequeModule _DequeSlot.swift
[57/135] Compiling DequeModule _UnsafeWrappedBuffer.swift
[58/135] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[59/135] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[60/135] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[61/135] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[62/135] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[69/139] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[70/139] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[84/139] Compiling OrderedCollections OrderedSet+Initializers.swift
[85/139] Compiling OrderedCollections OrderedSet+Insertions.swift
[86/139] Compiling OrderedCollections OrderedSet+Invariants.swift
[87/139] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[88/139] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[89/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[90/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[91/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[92/139] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[93/139] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[94/139] Compiling OrderedCollections OrderedSet+Sendable.swift
[95/139] Compiling OrderedCollections OrderedSet+SubSequence.swift
[96/139] Emitting module DequeModule
[107/140] Compiling Float16 Concurrency.swift
[114/140] Compiling BigInt Subtraction.swift
[122/140] Compiling BigInt Words and Bits.swift
[123/140] Compiling OrderedCollections _HashTable+BucketIterator.swift
[124/140] Compiling OrderedCollections _HashTable+Constants.swift
[125/140] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[126/140] Compiling OrderedCollections _HashTable+Testing.swift
[127/140] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[128/140] Compiling OrderedCollections _HashTable.swift
[129/140] Compiling OrderedCollections OrderedSet+Testing.swift
[130/140] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[131/140] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[132/140] Compiling OrderedCollections OrderedSet.swift
[133/140] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[134/140] Compiling OrderedCollections _UnsafeBitset.swift
[138/141] Emitting module Float16
[139/141] Compiling Float16 Real.swift
[140/141] Compiling Float16 float16.swift
[141/141] Emitting module OrderedCollections
[144/145] Compiling Collections Collections.swift
[145/145] Emitting module Collections
[147/168] Compiling PotentCodables Regexes.swift
[148/168] Compiling PotentCodables TimeZone.swift
[149/168] Compiling PotentCodables TopLevel.swift
[150/170] Compiling PotentCodables ZonedDate.swift
[151/170] Compiling PotentCodables resource_bundle_accessor.swift
[152/170] Compiling PotentCodables Errors.swift
[153/170] Compiling PotentCodables Float16.swift
[154/170] Compiling PotentCodables KeyStrategy.swift
[155/170] Compiling PotentCodables TreeValueDecodingContainer.swift
[156/170] Compiling PotentCodables Value.swift
[157/170] Compiling PotentCodables ValueDecoder.swift
[158/170] Compiling PotentCodables AnyCodingKey.swift
[159/170] Compiling PotentCodables AnyValue.swift
[160/170] Compiling PotentCodables AnyValueDecoder.swift
[161/170] Emitting module PotentCodables
[162/170] Compiling PotentCodables KeyedNestedDecoder.swift
[163/170] Compiling PotentCodables KeyedNestedEncoder.swift
[164/170] Compiling PotentCodables Refs.swift
[165/170] Compiling PotentCodables AnyValueEncoder.swift
[166/170] Compiling PotentCodables DecoderSupport.swift
[167/170] Compiling PotentCodables EncoderSupport.swift
[168/170] Compiling PotentCodables ValueEncoder.swift
[169/170] Compiling PotentCodables ValueTransformer.swift
[170/170] Compiling PotentCodables ValueTransformerProviding.swift
[172/213] Compiling PotentYAML YAMLReader.swift
[173/214] Compiling PotentYAML YAMLSchema.swift
[174/214] Compiling PotentCBOR CBORSerialization.swift
[175/214] Compiling PotentASN1 AnyTime.swift
[176/214] Compiling PotentASN1 BigInts.swift
[177/216] Compiling PotentASN1 ASN1Serialization.swift
[178/216] Compiling PotentASN1 AnyString.swift
[179/216] Compiling PotentYAML YAMLSchemaCore.swift
[180/216] Compiling PotentYAML YAMLSerialization.swift
[181/216] Compiling PotentCBOR CBORReader.swift
[182/216] Emitting module PotentJSON
[183/216] Emitting module PotentCBOR
[184/216] Compiling PotentJSON JSONWriter.swift
[185/216] Compiling PotentASN1 SchemaSpecified.swift
[186/216] Compiling PotentASN1 SchemaState.swift
[187/216] Compiling PotentCBOR CBORStream.swift
[188/216] Compiling PotentCBOR CBORWriter.swift
[189/216] Compiling PotentJSON JSONSerialization.swift
[190/216] Compiling PotentASN1 Tagged.swift
[191/216] Compiling PotentASN1 TaggedValue.swift
[192/216] Emitting module PotentASN1
[193/216] Compiling PotentYAML YAMLWriter.swift
[194/216] Compiling PotentYAML YAMLEncoder.swift
[195/216] Compiling PotentJSON JSONReader.swift
[196/216] Compiling PotentJSON JSONEncoder.swift
[197/216] Compiling PotentASN1 ObjectIdentifier.swift
[198/216] Compiling PotentASN1 Schema.swift
[199/216] Compiling PotentASN1 BitString.swift
[200/216] Compiling PotentASN1 Dates.swift
[201/216] Compiling PotentJSON JSONDecoder.swift
[202/216] Compiling PotentCBOR CBOREncoder.swift
[203/216] Compiling PotentJSON Errors.swift
[204/216] Compiling PotentJSON JSON.swift
[205/217] Compiling PotentCBOR CBOR.swift
[206/217] Compiling PotentCBOR CBORDecoder.swift
[209/218] Emitting module PotentYAML
[210/218] Compiling PotentASN1 ASN1Decoder.swift
[211/218] Compiling PotentASN1 ASN1Encoder.swift
[215/219] Compiling PotentASN1 ASN1.swift
[216/219] Compiling PotentASN1 ASN1DERReader.swift
[217/219] Compiling PotentASN1 ASN1DERWriter.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[221/251] Emitting module Sunday
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[222/255] Compiling Sunday ResultResponse.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[223/255] Compiling Sunday ServerTrustPolicyManager.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[224/255] Compiling Sunday ServiceLocator.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[225/255] Compiling Sunday URI.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[226/255] Compiling Sunday MediaTypeEncoders.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[227/255] Compiling Sunday NetworkRequestAdapter.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[228/255] Compiling Sunday NetworkRequestAdapters.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[229/255] Compiling Sunday NetworkRequestFactory.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[230/255] Compiling Sunday NetworkSession.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[231/255] Compiling Sunday NetworkSessionDelegate.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[232/255] Compiling Sunday Patching.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[233/255] Compiling Sunday PathEncodable.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[234/255] Compiling Sunday PathEncoders.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[235/255] Compiling Sunday Problem.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[236/255] Compiling Sunday RequestFactory.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[237/255] Compiling Sunday ResponseHelpers.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[238/255] Compiling Sunday HeaderParameters.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[239/255] Compiling Sunday Logging.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[240/255] Compiling Sunday MediaType.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[241/255] Compiling Sunday MediaTypeDecoders.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[242/255] Compiling Sunday Empty.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[243/255] Compiling Sunday Errors.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[244/255] Compiling Sunday EventParser.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[245/255] Compiling Sunday EventSource.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[246/255] Compiling Sunday HTTP.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[247/255] Compiling Sunday AnyTextMediaTypeDecodable.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[248/255] Compiling Sunday CharSets.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[249/255] Compiling Sunday CustomHeaderConvertible.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[250/255] Compiling Sunday Description.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[251/255] Compiling Sunday DispatchTimeIntervals.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[252/255] Compiling Sunday URITemplate.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[253/255] Compiling Sunday URLRequests.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[254/255] Compiling Sunday URLSessionConfigurations.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[255/255] Compiling Sunday WWWFormURLEncoder.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
BUILD FAILURE 6.1 linux