Build Information
Successful build of Artemis, reference 1.0.1 (75dc24
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 07:16:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Saelyria/Artemis.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Saelyria/Artemis
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 75dc243 Release 1.0.1
Cloned https://github.com/Saelyria/Artemis.git
Revision (git rev-parse @):
75dc243369a1ab07c6e3db8f9d135b1a09deaf02
SUCCESS checkout https://github.com/Saelyria/Artemis.git at 1.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Saelyria/Artemis.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/23] Compiling Artemis Optional+Schema.swift
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:37:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | extension Optional: Input where Wrapped: Input { }
36 |
37 | extension Optional: RawRepresentable where Wrapped: RawRepresentable, Wrapped.RawValue == String {
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public init?(rawValue: String) {
39 | if let wrapped = Wrapped(rawValue: rawValue) {
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:53:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 | }
52 |
53 | extension Optional: CaseIterable where Wrapped: Enum {
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
54 | public typealias AllCases = [Self]
55 |
[4/23] Compiling Artemis Scalar.swift
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:37:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | extension Optional: Input where Wrapped: Input { }
36 |
37 | extension Optional: RawRepresentable where Wrapped: RawRepresentable, Wrapped.RawValue == String {
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public init?(rawValue: String) {
39 | if let wrapped = Wrapped(rawValue: rawValue) {
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:53:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 | }
52 |
53 | extension Optional: CaseIterable where Wrapped: Enum {
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
54 | public typealias AllCases = [Self]
55 |
[5/23] Compiling Artemis Schema.swift
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:37:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | extension Optional: Input where Wrapped: Input { }
36 |
37 | extension Optional: RawRepresentable where Wrapped: RawRepresentable, Wrapped.RawValue == String {
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public init?(rawValue: String) {
39 | if let wrapped = Wrapped(rawValue: rawValue) {
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:53:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 | }
52 |
53 | extension Optional: CaseIterable where Wrapped: Enum {
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
54 | public typealias AllCases = [Self]
55 |
[6/25] Compiling Artemis _SelectionSet.swift
[7/25] Compiling Artemis _SelectionSetBuilder.swift
[8/25] Compiling Artemis _Selector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:259:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
6 | */
7 | @dynamicMemberLookup
8 | public class _Selector<T: Object> { }
| `- note: 'T' previously declared here
9 |
10 | // MARK: Selecting on Object and Scalar on T
:
257 | An object that can be used to add an alias or arguments to a scalar field selection made with a `_Selector`.
258 | */
259 | public struct _AliasSelector<T: Object, FieldVal, Value: Scalar, Args: ArgumentsList> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
260 | let keyPath: KeyPath<T.SubSchema, FieldVal>
261 |
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:292:40: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
6 | */
7 | @dynamicMemberLookup
8 | public class _Selector<T: Object> { }
| `- note: 'T' previously declared here
9 |
10 | // MARK: Selecting on Object and Scalar on T
:
290 | An object that can be used to add an alias or arguments to an object field selection made with a `_Selector`.
291 | */
292 | public struct _AliasObjectSelector<T: Object, R, FieldVal, Value: Object, Args: ArgumentsList> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
293 | let keyPath: KeyPath<T.SubSchema, FieldVal>
294 |
[9/25] Compiling Artemis Client.swift
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:259:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
6 | */
7 | @dynamicMemberLookup
8 | public class _Selector<T: Object> { }
| `- note: 'T' previously declared here
9 |
10 | // MARK: Selecting on Object and Scalar on T
:
257 | An object that can be used to add an alias or arguments to a scalar field selection made with a `_Selector`.
258 | */
259 | public struct _AliasSelector<T: Object, FieldVal, Value: Scalar, Args: ArgumentsList> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
260 | let keyPath: KeyPath<T.SubSchema, FieldVal>
261 |
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:292:40: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
6 | */
7 | @dynamicMemberLookup
8 | public class _Selector<T: Object> { }
| `- note: 'T' previously declared here
9 |
10 | // MARK: Selecting on Object and Scalar on T
:
290 | An object that can be used to add an alias or arguments to an object field selection made with a `_Selector`.
291 | */
292 | public struct _AliasObjectSelector<T: Object, R, FieldVal, Value: Object, Args: ArgumentsList> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
293 | let keyPath: KeyPath<T.SubSchema, FieldVal>
294 |
[10/25] Compiling Artemis Partial+I4.swift
[11/25] Compiling Artemis Partial+I5.swift
[12/25] Compiling Artemis Array+Schema.swift
[13/25] Compiling Artemis Field.swift
[14/25] Compiling Artemis Object.swift
[15/25] Compiling Artemis _Selection.swift
[16/25] Compiling Artemis _SelectionInputOutput.swift
[17/25] Compiling Artemis Fragment.swift
[18/25] Compiling Artemis _ArgumentEncoder.swift
[19/25] Emitting module Artemis
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:37:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | extension Optional: Input where Wrapped: Input { }
36 |
37 | extension Optional: RawRepresentable where Wrapped: RawRepresentable, Wrapped.RawValue == String {
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public init?(rawValue: String) {
39 | if let wrapped = Wrapped(rawValue: rawValue) {
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/1. Describing/Optional+Schema.swift:53:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 | }
52 |
53 | extension Optional: CaseIterable where Wrapped: Enum {
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
54 | public typealias AllCases = [Self]
55 |
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:259:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
6 | */
7 | @dynamicMemberLookup
8 | public class _Selector<T: Object> { }
| `- note: 'T' previously declared here
9 |
10 | // MARK: Selecting on Object and Scalar on T
:
257 | An object that can be used to add an alias or arguments to a scalar field selection made with a `_Selector`.
258 | */
259 | public struct _AliasSelector<T: Object, FieldVal, Value: Scalar, Args: ArgumentsList> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
260 | let keyPath: KeyPath<T.SubSchema, FieldVal>
261 |
/Users/admin/builder/spi-builder-workspace/Sources/Artemis/2. Selecting/_Selector.swift:292:40: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
6 | */
7 | @dynamicMemberLookup
8 | public class _Selector<T: Object> { }
| `- note: 'T' previously declared here
9 |
10 | // MARK: Selecting on Object and Scalar on T
:
290 | An object that can be used to add an alias or arguments to an object field selection made with a `_Selector`.
291 | */
292 | public struct _AliasObjectSelector<T: Object, R, FieldVal, Value: Object, Args: ArgumentsList> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
293 | let keyPath: KeyPath<T.SubSchema, FieldVal>
294 |
[20/25] Compiling Artemis Partial+I2.swift
[21/25] Compiling Artemis Partial+I3.swift
[22/25] Compiling Artemis HTTPNetworkingDelegate.swift
[23/25] Compiling Artemis Partial+I1.swift
[24/25] Compiling Artemis Partial.swift
[25/25] Compiling Artemis _Operation.swift
Build complete! (5.59s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Artemis",
"name" : "Artemis",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Artemis",
"targets" : [
"Artemis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ArtemisTests",
"module_type" : "SwiftTarget",
"name" : "ArtemisTests",
"path" : "Tests/ArtemisTests",
"sources" : [
"Other/ConditionalTests.swift",
"Other/MaxSelectionTests.swift",
"Other/MiscellaneousTests.swift",
"TestInterface1/TestInterface1_Bool_TypeTests.swift",
"TestInterface1/TestInterface1_Double_TypeTests.swift",
"TestInterface1/TestInterface1_Float_TypeTests.swift",
"TestInterface1/TestInterface1_Int_TypeTests.swift",
"TestInterface1/TestInterface1_String_TypeTests.swift",
"TestInterface1/TestInterface1_TestEnum_TypeTests.swift",
"TestInterface1/TestInterface1_TestObject_TypeTests.swift",
"TestInterface2/TestInterface2_Bool_TypeTests.swift",
"TestInterface2/TestInterface2_Double_TypeTests.swift",
"TestInterface2/TestInterface2_Float_TypeTests.swift",
"TestInterface2/TestInterface2_Int_TypeTests.swift",
"TestInterface2/TestInterface2_String_TypeTests.swift",
"TestInterface2/TestInterface2_TestEnum_TypeTests.swift",
"TestInterface2/TestInterface2_TestObject_TypeTests.swift",
"TestInterface3/TestInterface3_Bool_TypeTests.swift",
"TestInterface3/TestInterface3_Double_TypeTests.swift",
"TestInterface3/TestInterface3_Float_TypeTests.swift",
"TestInterface3/TestInterface3_Int_TypeTests.swift",
"TestInterface3/TestInterface3_String_TypeTests.swift",
"TestInterface3/TestInterface3_TestEnum_TypeTests.swift",
"TestInterface3/TestInterface3_TestObject_TypeTests.swift",
"TestInterface4/TestInterface4_Bool_TypeTests.swift",
"TestInterface4/TestInterface4_Double_TypeTests.swift",
"TestInterface4/TestInterface4_Float_TypeTests.swift",
"TestInterface4/TestInterface4_Int_TypeTests.swift",
"TestInterface4/TestInterface4_String_TypeTests.swift",
"TestInterface4/TestInterface4_TestEnum_TypeTests.swift",
"TestInterface4/TestInterface4_TestObject_TypeTests.swift",
"TestInterface5/TestInterface5_Bool_TypeTests.swift",
"TestInterface5/TestInterface5_Double_TypeTests.swift",
"TestInterface5/TestInterface5_Float_TypeTests.swift",
"TestInterface5/TestInterface5_Int_TypeTests.swift",
"TestInterface5/TestInterface5_String_TypeTests.swift",
"TestInterface5/TestInterface5_TestEnum_TypeTests.swift",
"TestInterface5/TestInterface5_TestObject_TypeTests.swift",
"TestObject/TestObject_Bool_TypeTests.swift",
"TestObject/TestObject_Double_TypeTests.swift",
"TestObject/TestObject_Float_TypeTests.swift",
"TestObject/TestObject_Int_TypeTests.swift",
"TestObject/TestObject_String_TypeTests.swift",
"TestObject/TestObject_TestEnum_TypeTests.swift",
"TestObject/TestObject_TestObject_TypeTests.swift",
"TypeTestCases.swift",
"Utilities/Schema+Defaults.swift",
"Utilities/Schema.swift",
"Utilities/Utilities.swift"
],
"target_dependencies" : [
"Artemis"
],
"type" : "test"
},
{
"c99name" : "Artemis",
"module_type" : "SwiftTarget",
"name" : "Artemis",
"path" : "Sources/Artemis",
"product_memberships" : [
"Artemis"
],
"sources" : [
"1. Describing/Array+Schema.swift",
"1. Describing/Field.swift",
"1. Describing/Object.swift",
"1. Describing/Optional+Schema.swift",
"1. Describing/Scalar.swift",
"1. Describing/Schema.swift",
"2. Selecting/Fragment.swift",
"2. Selecting/_ArgumentEncoder.swift",
"2. Selecting/_Selection.swift",
"2. Selecting/_SelectionInputOutput.swift",
"2. Selecting/_SelectionSet.swift",
"2. Selecting/_SelectionSetBuilder.swift",
"2. Selecting/_Selector.swift",
"3. Handling/Client.swift",
"3. Handling/HTTPNetworkingDelegate.swift",
"3. Handling/Partial+I1.swift",
"3. Handling/Partial+I2.swift",
"3. Handling/Partial+I3.swift",
"3. Handling/Partial+I4.swift",
"3. Handling/Partial+I5.swift",
"3. Handling/Partial.swift",
"3. Handling/_Operation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.